Uses of Class
com.azure.resourcemanager.network.fluent.models.NspAccessRuleInner
Packages that use NspAccessRuleInner
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 NspAccessRuleInner in com.azure.resourcemanager.network.fluent
Methods in com.azure.resourcemanager.network.fluent that return NspAccessRuleInnerModifier and TypeMethodDescriptionNetworkSecurityPerimeterAccessRulesClient.createOrUpdate(String resourceGroupName, String networkSecurityPerimeterName, String profileName, String accessRuleName, NspAccessRuleInner parameters) Creates or updates a network access rule.NetworkSecurityPerimeterAccessRulesClient.get(String resourceGroupName, String networkSecurityPerimeterName, String profileName, String accessRuleName) Gets the specified NSP access rule by name.Methods in com.azure.resourcemanager.network.fluent that return types with arguments of type NspAccessRuleInnerModifier and TypeMethodDescriptionNetworkSecurityPerimeterAccessRulesClient.createOrUpdateAsync(String resourceGroupName, String networkSecurityPerimeterName, String profileName, String accessRuleName, NspAccessRuleInner parameters) Creates or updates a network access rule.com.azure.core.http.rest.Response<NspAccessRuleInner> NetworkSecurityPerimeterAccessRulesClient.createOrUpdateWithResponse(String resourceGroupName, String networkSecurityPerimeterName, String profileName, String accessRuleName, NspAccessRuleInner parameters, com.azure.core.util.Context context) Creates or updates a network access rule.Mono<com.azure.core.http.rest.Response<NspAccessRuleInner>> NetworkSecurityPerimeterAccessRulesClient.createOrUpdateWithResponseAsync(String resourceGroupName, String networkSecurityPerimeterName, String profileName, String accessRuleName, NspAccessRuleInner parameters) Creates or updates a network access rule.NetworkSecurityPerimeterAccessRulesClient.getAsync(String resourceGroupName, String networkSecurityPerimeterName, String profileName, String accessRuleName) Gets the specified NSP access rule by name.com.azure.core.http.rest.Response<NspAccessRuleInner> NetworkSecurityPerimeterAccessRulesClient.getWithResponse(String resourceGroupName, String networkSecurityPerimeterName, String profileName, String accessRuleName, com.azure.core.util.Context context) Gets the specified NSP access rule by name.Mono<com.azure.core.http.rest.Response<NspAccessRuleInner>> NetworkSecurityPerimeterAccessRulesClient.getWithResponseAsync(String resourceGroupName, String networkSecurityPerimeterName, String profileName, String accessRuleName) Gets the specified NSP access rule by name.com.azure.core.http.rest.PagedIterable<NspAccessRuleInner> NetworkSecurityPerimeterAccessRulesClient.list(String resourceGroupName, String networkSecurityPerimeterName, String profileName) Lists the NSP access rules in the specified NSP profile.com.azure.core.http.rest.PagedIterable<NspAccessRuleInner> NetworkSecurityPerimeterAccessRulesClient.list(String resourceGroupName, String networkSecurityPerimeterName, String profileName, Integer top, String skipToken, com.azure.core.util.Context context) Lists the NSP access rules in the specified NSP profile.com.azure.core.http.rest.PagedFlux<NspAccessRuleInner> NetworkSecurityPerimeterAccessRulesClient.listAsync(String resourceGroupName, String networkSecurityPerimeterName, String profileName) Lists the NSP access rules in the specified NSP profile.com.azure.core.http.rest.PagedFlux<NspAccessRuleInner> NetworkSecurityPerimeterAccessRulesClient.listAsync(String resourceGroupName, String networkSecurityPerimeterName, String profileName, Integer top, String skipToken) Lists the NSP access rules in the specified NSP profile.Methods in com.azure.resourcemanager.network.fluent with parameters of type NspAccessRuleInnerModifier and TypeMethodDescriptionNetworkSecurityPerimeterAccessRulesClient.createOrUpdate(String resourceGroupName, String networkSecurityPerimeterName, String profileName, String accessRuleName, NspAccessRuleInner parameters) Creates or updates a network access rule.NetworkSecurityPerimeterAccessRulesClient.createOrUpdateAsync(String resourceGroupName, String networkSecurityPerimeterName, String profileName, String accessRuleName, NspAccessRuleInner parameters) Creates or updates a network access rule.com.azure.core.http.rest.Response<NspAccessRuleInner> NetworkSecurityPerimeterAccessRulesClient.createOrUpdateWithResponse(String resourceGroupName, String networkSecurityPerimeterName, String profileName, String accessRuleName, NspAccessRuleInner parameters, com.azure.core.util.Context context) Creates or updates a network access rule.Mono<com.azure.core.http.rest.Response<NspAccessRuleInner>> NetworkSecurityPerimeterAccessRulesClient.createOrUpdateWithResponseAsync(String resourceGroupName, String networkSecurityPerimeterName, String profileName, String accessRuleName, NspAccessRuleInner parameters) Creates or updates a network access rule. -
Uses of NspAccessRuleInner in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return NspAccessRuleInnerModifier and TypeMethodDescriptionstatic NspAccessRuleInnerNspAccessRuleInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of NspAccessRuleInner from the JsonReader.NspAccessRuleInner.withAddressPrefixes(List<String> addressPrefixes) Set the addressPrefixes property: Inbound address prefixes (IPv4/IPv6).NspAccessRuleInner.withDirection(AccessRuleDirection direction) Set the direction property: Direction that specifies whether the access rules is inbound/outbound.NspAccessRuleInner.withEmailAddresses(List<String> emailAddresses) Set the emailAddresses property: Outbound rules in email address format.NspAccessRuleInner.withFullyQualifiedDomainNames(List<String> fullyQualifiedDomainNames) Set the fullyQualifiedDomainNames property: Outbound rules in fully qualified domain name format.NspAccessRuleInner.withPhoneNumbers(List<String> phoneNumbers) Set the phoneNumbers property: Outbound rules in phone number format.NspAccessRuleInner.withServiceTags(List<String> serviceTags) Set the serviceTags property: Inbound rules of type service tag.NspAccessRuleInner.withSubscriptions(List<SubscriptionId> subscriptions) Set the subscriptions property: List of subscription ids. -
Uses of NspAccessRuleInner in com.azure.resourcemanager.network.models
Methods in com.azure.resourcemanager.network.models that return types with arguments of type NspAccessRuleInnerModifier and TypeMethodDescriptionNspAccessRuleListResult.value()Get the value property: Gets a page of NSP access rule.Method parameters in com.azure.resourcemanager.network.models with type arguments of type NspAccessRuleInnerModifier and TypeMethodDescriptionNspAccessRuleListResult.withValue(List<NspAccessRuleInner> value) Set the value property: Gets a page of NSP access rule.