Uses of Interface
com.microsoft.azure.management.network.SecurityGroupView
-
Packages that use SecurityGroupView Package Description com.microsoft.azure.management.network This package contains the classes for NetworkManagementClient. -
-
Uses of SecurityGroupView in com.microsoft.azure.management.network
Methods in com.microsoft.azure.management.network that return SecurityGroupView Modifier and Type Method Description SecurityGroupViewNetworkWatcher. getSecurityGroupView(String vmId)Gets the configured and effective security group rules on the specified VM.Methods in com.microsoft.azure.management.network that return types with arguments of type SecurityGroupView Modifier and Type Method Description rx.Observable<SecurityGroupView>NetworkWatcher. getSecurityGroupViewAsync(String vmId)Gets the configured and effective security group rules on the specified VM asynchronously.
-