Skip to content

Commit f7c280c

Browse files
authored
[nva] Printing Instance Name during Get-AzNetworkVirtualAppliance (#21652)
1 parent c76b8a6 commit f7c280c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Network/Network/Models/PSVirtualApplianceNicProperties.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,6 @@ public class PSVirtualApplianceNicProperties
2424
public string Name { get; set; }
2525
public string PublicIpAddress { get; set; }
2626
public string PrivateIpAddress { get; set; }
27+
public string InstanceName { get; set; }
2728
}
2829
}

0 commit comments

Comments
 (0)