We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34d6696 commit 8f92531Copy full SHA for 8f92531
src/ResourceManager/Network/Commands.Network/Models/PSVirtualNetworkGatewayConnection.cs
@@ -38,9 +38,9 @@ public class PSVirtualNetworkGatewayConnection : PSTopLevelResource
38
39
public string ConnectionStatus { get; set; }
40
41
- public ulong EgressBytesTransferred { get; set; }
+ public long? EgressBytesTransferred { get; set; }
42
43
- public ulong IngressBytesTransferred { get; set; }
+ public long? IngressBytesTransferred { get; set; }
44
45
public List<PSTunnelConnectionHealth> TunnelConnectionStatus { get; set; }
46
0 commit comments