Uses of Class
com.azure.resourcemanager.network.fluent.models.EffectiveNetworkSecurityGroupListResultInner
Packages that use EffectiveNetworkSecurityGroupListResultInner
Package
Description
Package containing the service clients for NetworkManagementClient.
Package containing the inner data models for NetworkManagementClient.
-
Uses of EffectiveNetworkSecurityGroupListResultInner in com.azure.resourcemanager.network.fluent
Methods in com.azure.resourcemanager.network.fluent that return EffectiveNetworkSecurityGroupListResultInnerModifier and TypeMethodDescriptionNetworkInterfacesClient.listEffectiveNetworkSecurityGroups(String resourceGroupName, String networkInterfaceName) Gets all network security groups applied to a network interface.NetworkInterfacesClient.listEffectiveNetworkSecurityGroups(String resourceGroupName, String networkInterfaceName, com.azure.core.util.Context context) Gets all network security groups applied to a network interface.Methods in com.azure.resourcemanager.network.fluent that return types with arguments of type EffectiveNetworkSecurityGroupListResultInnerModifier and TypeMethodDescriptioncom.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<EffectiveNetworkSecurityGroupListResultInner>, EffectiveNetworkSecurityGroupListResultInner> NetworkInterfacesClient.beginListEffectiveNetworkSecurityGroups(String resourceGroupName, String networkInterfaceName) Gets all network security groups applied to a network interface.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<EffectiveNetworkSecurityGroupListResultInner>, EffectiveNetworkSecurityGroupListResultInner> NetworkInterfacesClient.beginListEffectiveNetworkSecurityGroups(String resourceGroupName, String networkInterfaceName) Gets all network security groups applied to a network interface.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<EffectiveNetworkSecurityGroupListResultInner>, EffectiveNetworkSecurityGroupListResultInner> NetworkInterfacesClient.beginListEffectiveNetworkSecurityGroups(String resourceGroupName, String networkInterfaceName, com.azure.core.util.Context context) Gets all network security groups applied to a network interface.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<EffectiveNetworkSecurityGroupListResultInner>, EffectiveNetworkSecurityGroupListResultInner> NetworkInterfacesClient.beginListEffectiveNetworkSecurityGroups(String resourceGroupName, String networkInterfaceName, com.azure.core.util.Context context) Gets all network security groups applied to a network interface.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<EffectiveNetworkSecurityGroupListResultInner>, EffectiveNetworkSecurityGroupListResultInner> NetworkInterfacesClient.beginListEffectiveNetworkSecurityGroupsAsync(String resourceGroupName, String networkInterfaceName) Gets all network security groups applied to a network interface.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<EffectiveNetworkSecurityGroupListResultInner>, EffectiveNetworkSecurityGroupListResultInner> NetworkInterfacesClient.beginListEffectiveNetworkSecurityGroupsAsync(String resourceGroupName, String networkInterfaceName) Gets all network security groups applied to a network interface.NetworkInterfacesClient.listEffectiveNetworkSecurityGroupsAsync(String resourceGroupName, String networkInterfaceName) Gets all network security groups applied to a network interface. -
Uses of EffectiveNetworkSecurityGroupListResultInner in com.azure.resourcemanager.network.fluent.models
Classes in com.azure.resourcemanager.network.fluent.models that implement interfaces with type arguments of type EffectiveNetworkSecurityGroupListResultInnerModifier and TypeClassDescriptionfinal classResponse for list effective network security groups API service call.Methods in com.azure.resourcemanager.network.fluent.models that return EffectiveNetworkSecurityGroupListResultInnerModifier and TypeMethodDescriptionEffectiveNetworkSecurityGroupListResultInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of EffectiveNetworkSecurityGroupListResultInner from the JsonReader.EffectiveNetworkSecurityGroupListResultInner.withValue(List<EffectiveNetworkSecurityGroup> value) Set the value property: A list of effective network security groups.