Uses of Class
com.azure.resourcemanager.network.fluent.models.SecurityUserRuleInner
Packages that use SecurityUserRuleInner
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 SecurityUserRuleInner in com.azure.resourcemanager.network.fluent
Methods in com.azure.resourcemanager.network.fluent that return SecurityUserRuleInnerModifier and TypeMethodDescriptionSecurityUserRulesClient.createOrUpdate(String resourceGroupName, String networkManagerName, String configurationName, String ruleCollectionName, String ruleName, SecurityUserRuleInner securityUserRule) Creates or updates a security user rule.SecurityUserRulesClient.get(String resourceGroupName, String networkManagerName, String configurationName, String ruleCollectionName, String ruleName) Gets a security user rule.Methods in com.azure.resourcemanager.network.fluent that return types with arguments of type SecurityUserRuleInnerModifier and TypeMethodDescriptionSecurityUserRulesClient.createOrUpdateAsync(String resourceGroupName, String networkManagerName, String configurationName, String ruleCollectionName, String ruleName, SecurityUserRuleInner securityUserRule) Creates or updates a security user rule.com.azure.core.http.rest.Response<SecurityUserRuleInner> SecurityUserRulesClient.createOrUpdateWithResponse(String resourceGroupName, String networkManagerName, String configurationName, String ruleCollectionName, String ruleName, SecurityUserRuleInner securityUserRule, com.azure.core.util.Context context) Creates or updates a security user rule.Mono<com.azure.core.http.rest.Response<SecurityUserRuleInner>> SecurityUserRulesClient.createOrUpdateWithResponseAsync(String resourceGroupName, String networkManagerName, String configurationName, String ruleCollectionName, String ruleName, SecurityUserRuleInner securityUserRule) Creates or updates a security user rule.SecurityUserRulesClient.getAsync(String resourceGroupName, String networkManagerName, String configurationName, String ruleCollectionName, String ruleName) Gets a security user rule.com.azure.core.http.rest.Response<SecurityUserRuleInner> SecurityUserRulesClient.getWithResponse(String resourceGroupName, String networkManagerName, String configurationName, String ruleCollectionName, String ruleName, com.azure.core.util.Context context) Gets a security user rule.Mono<com.azure.core.http.rest.Response<SecurityUserRuleInner>> SecurityUserRulesClient.getWithResponseAsync(String resourceGroupName, String networkManagerName, String configurationName, String ruleCollectionName, String ruleName) Gets a security user rule.com.azure.core.http.rest.PagedIterable<SecurityUserRuleInner> SecurityUserRulesClient.list(String resourceGroupName, String networkManagerName, String configurationName, String ruleCollectionName) Lists all Security User Rules in a rule collection.com.azure.core.http.rest.PagedIterable<SecurityUserRuleInner> SecurityUserRulesClient.list(String resourceGroupName, String networkManagerName, String configurationName, String ruleCollectionName, Integer top, String skipToken, com.azure.core.util.Context context) Lists all Security User Rules in a rule collection.com.azure.core.http.rest.PagedFlux<SecurityUserRuleInner> SecurityUserRulesClient.listAsync(String resourceGroupName, String networkManagerName, String configurationName, String ruleCollectionName) Lists all Security User Rules in a rule collection.com.azure.core.http.rest.PagedFlux<SecurityUserRuleInner> SecurityUserRulesClient.listAsync(String resourceGroupName, String networkManagerName, String configurationName, String ruleCollectionName, Integer top, String skipToken) Lists all Security User Rules in a rule collection.Methods in com.azure.resourcemanager.network.fluent with parameters of type SecurityUserRuleInnerModifier and TypeMethodDescriptionSecurityUserRulesClient.createOrUpdate(String resourceGroupName, String networkManagerName, String configurationName, String ruleCollectionName, String ruleName, SecurityUserRuleInner securityUserRule) Creates or updates a security user rule.SecurityUserRulesClient.createOrUpdateAsync(String resourceGroupName, String networkManagerName, String configurationName, String ruleCollectionName, String ruleName, SecurityUserRuleInner securityUserRule) Creates or updates a security user rule.com.azure.core.http.rest.Response<SecurityUserRuleInner> SecurityUserRulesClient.createOrUpdateWithResponse(String resourceGroupName, String networkManagerName, String configurationName, String ruleCollectionName, String ruleName, SecurityUserRuleInner securityUserRule, com.azure.core.util.Context context) Creates or updates a security user rule.Mono<com.azure.core.http.rest.Response<SecurityUserRuleInner>> SecurityUserRulesClient.createOrUpdateWithResponseAsync(String resourceGroupName, String networkManagerName, String configurationName, String ruleCollectionName, String ruleName, SecurityUserRuleInner securityUserRule) Creates or updates a security user rule. -
Uses of SecurityUserRuleInner in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return SecurityUserRuleInnerModifier and TypeMethodDescriptionstatic SecurityUserRuleInnerSecurityUserRuleInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of SecurityUserRuleInner from the JsonReader.SecurityUserRuleInner.withDescription(String description) Set the description property: A description for this rule.SecurityUserRuleInner.withDestinationPortRanges(List<String> destinationPortRanges) Set the destinationPortRanges property: The destination port ranges.SecurityUserRuleInner.withDestinations(List<AddressPrefixItem> destinations) Set the destinations property: The destination address prefixes.SecurityUserRuleInner.withDirection(SecurityConfigurationRuleDirection direction) Set the direction property: Indicates if the traffic matched against the rule in inbound or outbound.SecurityUserRuleInner.withProtocol(SecurityConfigurationRuleProtocol protocol) Set the protocol property: Network protocol this rule applies to.SecurityUserRuleInner.withSourcePortRanges(List<String> sourcePortRanges) Set the sourcePortRanges property: The source port ranges.SecurityUserRuleInner.withSources(List<AddressPrefixItem> sources) Set the sources property: The CIDR or source IP ranges. -
Uses of SecurityUserRuleInner in com.azure.resourcemanager.network.models
Methods in com.azure.resourcemanager.network.models that return types with arguments of type SecurityUserRuleInnerModifier and TypeMethodDescriptionSecurityUserRuleListResult.value()Get the value property: A list of security user rules.Method parameters in com.azure.resourcemanager.network.models with type arguments of type SecurityUserRuleInnerModifier and TypeMethodDescriptionSecurityUserRuleListResult.withValue(List<SecurityUserRuleInner> value) Set the value property: A list of security user rules.