Uses of Class
com.azure.resourcemanager.network.fluent.models.NetworkManagerEffectiveSecurityAdminRulesListResultInner
Packages that use NetworkManagerEffectiveSecurityAdminRulesListResultInner
Package
Description
Package containing the service clients for NetworkManagementClient.
Package containing the inner data models for NetworkManagementClient.
-
Uses of NetworkManagerEffectiveSecurityAdminRulesListResultInner in com.azure.resourcemanager.network.fluent
Methods in com.azure.resourcemanager.network.fluent that return NetworkManagerEffectiveSecurityAdminRulesListResultInnerModifier and TypeMethodDescriptionNetworkManagementClient.listNetworkManagerEffectiveSecurityAdminRules(String resourceGroupName, String virtualNetworkName, QueryRequestOptions parameters) List all effective security admin rules applied on a virtual network.Methods in com.azure.resourcemanager.network.fluent that return types with arguments of type NetworkManagerEffectiveSecurityAdminRulesListResultInnerModifier and TypeMethodDescriptionNetworkManagementClient.listNetworkManagerEffectiveSecurityAdminRulesAsync(String resourceGroupName, String virtualNetworkName, QueryRequestOptions parameters) List all effective security admin rules applied on a virtual network.com.azure.core.http.rest.Response<NetworkManagerEffectiveSecurityAdminRulesListResultInner> NetworkManagementClient.listNetworkManagerEffectiveSecurityAdminRulesWithResponse(String resourceGroupName, String virtualNetworkName, QueryRequestOptions parameters, Integer top, com.azure.core.util.Context context) List all effective security admin rules applied on a virtual network.Mono<com.azure.core.http.rest.Response<NetworkManagerEffectiveSecurityAdminRulesListResultInner>> NetworkManagementClient.listNetworkManagerEffectiveSecurityAdminRulesWithResponseAsync(String resourceGroupName, String virtualNetworkName, QueryRequestOptions parameters, Integer top) List all effective security admin rules applied on a virtual network. -
Uses of NetworkManagerEffectiveSecurityAdminRulesListResultInner in com.azure.resourcemanager.network.fluent.models
Classes in com.azure.resourcemanager.network.fluent.models that implement interfaces with type arguments of type NetworkManagerEffectiveSecurityAdminRulesListResultInnerModifier and TypeClassDescriptionfinal classResult of the request to list networkManagerEffectiveSecurityAdminRules.Methods in com.azure.resourcemanager.network.fluent.models that return NetworkManagerEffectiveSecurityAdminRulesListResultInnerModifier and TypeMethodDescriptionNetworkManagerEffectiveSecurityAdminRulesListResultInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of NetworkManagerEffectiveSecurityAdminRulesListResultInner from the JsonReader.NetworkManagerEffectiveSecurityAdminRulesListResultInner.withSkipToken(String skipToken) Set the skipToken property: When present, the value can be passed to a subsequent query call (together with the same query and scopes used in the current request) to retrieve the next page of data.NetworkManagerEffectiveSecurityAdminRulesListResultInner.withValue(List<EffectiveBaseSecurityAdminRule> value) Set the value property: Gets a page of NetworkManagerEffectiveSecurityAdminRules.