Uses of Interface
com.azure.resourcemanager.network.models.SecurityGroupView
-
Packages that use SecurityGroupView Package Description com.azure.resourcemanager.network.models Package containing the data models for NetworkManagementClient. -
-
Uses of SecurityGroupView in com.azure.resourcemanager.network.models
Methods in com.azure.resourcemanager.network.models 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.azure.resourcemanager.network.models that return types with arguments of type SecurityGroupView Modifier and Type Method Description Mono<SecurityGroupView>NetworkWatcher. getSecurityGroupViewAsync(String vmId)Gets the configured and effective security group rules on the specified VM asynchronously.
-