Uses of Class
com.azure.resourcemanager.network.models.SecurityGroupViewParameters
Packages that use SecurityGroupViewParameters
Package
Description
Package containing the service clients for NetworkManagementClient.
Package containing the data models for NetworkManagementClient.
-
Uses of SecurityGroupViewParameters in com.azure.resourcemanager.network.fluent
Methods in com.azure.resourcemanager.network.fluent with parameters of type SecurityGroupViewParametersModifier 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, 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.NetworkWatchersClient.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.NetworkWatchersClient.getVMSecurityRulesAsync(String resourceGroupName, String networkWatcherName, SecurityGroupViewParameters parameters) Gets the configured and effective security group rules on the specified VM.Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> NetworkWatchersClient.getVMSecurityRulesWithResponseAsync(String resourceGroupName, String networkWatcherName, SecurityGroupViewParameters parameters) Gets the configured and effective security group rules on the specified VM. -
Uses of SecurityGroupViewParameters in com.azure.resourcemanager.network.models
Methods in com.azure.resourcemanager.network.models that return SecurityGroupViewParametersModifier and TypeMethodDescriptionstatic SecurityGroupViewParametersSecurityGroupViewParameters.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of SecurityGroupViewParameters from the JsonReader.SecurityGroupViewParameters.withTargetResourceId(String targetResourceId) Set the targetResourceId property: ID of the target VM.