Uses of Class
com.azure.resourcemanager.network.fluent.models.SecurityGroupViewResultInner
Packages that use SecurityGroupViewResultInner
Package
Description
Package containing the service clients for NetworkManagementClient.
Package containing the inner data models for NetworkManagementClient.
Package containing the data models for NetworkManagementClient.
-
Uses of SecurityGroupViewResultInner in com.azure.resourcemanager.network.fluent
Methods in com.azure.resourcemanager.network.fluent that return SecurityGroupViewResultInnerModifier and TypeMethodDescriptionNetworkWatchersClient.getVMSecurityRules(String resourceGroupName, String networkWatcherName, SecurityGroupViewParameters parameters) Gets the configured and effective security group rules on the specified VM.NetworkWatchersClient.getVMSecurityRules(String resourceGroupName, String networkWatcherName, SecurityGroupViewParameters parameters, com.azure.core.util.Context context) Gets the configured and effective security group rules on the specified VM.Methods in com.azure.resourcemanager.network.fluent that return types with arguments of type SecurityGroupViewResultInnerModifier and TypeMethodDescriptioncom.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<SecurityGroupViewResultInner>, SecurityGroupViewResultInner> NetworkWatchersClient.beginGetVMSecurityRules(String resourceGroupName, String networkWatcherName, SecurityGroupViewParameters parameters) Gets the configured and effective security group rules on the specified VM.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<SecurityGroupViewResultInner>, SecurityGroupViewResultInner> NetworkWatchersClient.beginGetVMSecurityRules(String resourceGroupName, String networkWatcherName, SecurityGroupViewParameters parameters) Gets the configured and effective security group rules on the specified VM.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<SecurityGroupViewResultInner>, SecurityGroupViewResultInner> NetworkWatchersClient.beginGetVMSecurityRules(String resourceGroupName, String networkWatcherName, SecurityGroupViewParameters parameters, com.azure.core.util.Context context) Gets the configured and effective security group rules on the specified VM.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<SecurityGroupViewResultInner>, SecurityGroupViewResultInner> NetworkWatchersClient.beginGetVMSecurityRules(String resourceGroupName, String networkWatcherName, SecurityGroupViewParameters parameters, com.azure.core.util.Context context) Gets the configured and effective security group rules on the specified VM.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<SecurityGroupViewResultInner>, SecurityGroupViewResultInner> NetworkWatchersClient.beginGetVMSecurityRulesAsync(String resourceGroupName, String networkWatcherName, SecurityGroupViewParameters parameters) Gets the configured and effective security group rules on the specified VM.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<SecurityGroupViewResultInner>, SecurityGroupViewResultInner> NetworkWatchersClient.beginGetVMSecurityRulesAsync(String resourceGroupName, String networkWatcherName, SecurityGroupViewParameters parameters) Gets the configured and effective security group rules on the specified VM.NetworkWatchersClient.getVMSecurityRulesAsync(String resourceGroupName, String networkWatcherName, SecurityGroupViewParameters parameters) Gets the configured and effective security group rules on the specified VM. -
Uses of SecurityGroupViewResultInner in com.azure.resourcemanager.network.fluent.models
Classes in com.azure.resourcemanager.network.fluent.models that implement interfaces with type arguments of type SecurityGroupViewResultInnerModifier and TypeClassDescriptionfinal classThe information about security rules applied to the specified VM.Methods in com.azure.resourcemanager.network.fluent.models that return SecurityGroupViewResultInnerModifier and TypeMethodDescriptionstatic SecurityGroupViewResultInnerSecurityGroupViewResultInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of SecurityGroupViewResultInner from the JsonReader.SecurityGroupViewResultInner.withNetworkInterfaces(List<SecurityGroupNetworkInterface> networkInterfaces) Set the networkInterfaces property: List of network interfaces on the specified VM. -
Uses of SecurityGroupViewResultInner in com.azure.resourcemanager.network.models
Subinterfaces with type arguments of type SecurityGroupViewResultInner in com.azure.resourcemanager.network.modelsModifier and TypeInterfaceDescriptioninterfaceThe information about security rules applied to the specified VM..