Uses of Class
com.azure.resourcemanager.network.models.AddressPrefixItem
Packages that use AddressPrefixItem
Package
Description
Package containing the inner data models for NetworkManagementClient.
Package containing the data models for NetworkManagementClient.
-
Uses of AddressPrefixItem in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return types with arguments of type AddressPrefixItemModifier and TypeMethodDescriptionAdminPropertiesFormat.destinations()Get the destinations property: The destination address prefixes.DefaultAdminPropertiesFormat.destinations()Get the destinations property: The destination address prefixes.SecurityUserRuleInner.destinations()Get the destinations property: The destination address prefixes.SecurityUserRulePropertiesFormat.destinations()Get the destinations property: The destination address prefixes.AdminPropertiesFormat.sources()Get the sources property: The CIDR or source IP ranges.DefaultAdminPropertiesFormat.sources()Get the sources property: The CIDR or source IP ranges.SecurityUserRuleInner.sources()Get the sources property: The CIDR or source IP ranges.SecurityUserRulePropertiesFormat.sources()Get the sources property: The CIDR or source IP ranges.Method parameters in com.azure.resourcemanager.network.fluent.models with type arguments of type AddressPrefixItemModifier and TypeMethodDescriptionAdminPropertiesFormat.withDestinations(List<AddressPrefixItem> destinations) Set the destinations property: The destination address prefixes.SecurityUserRuleInner.withDestinations(List<AddressPrefixItem> destinations) Set the destinations property: The destination address prefixes.SecurityUserRulePropertiesFormat.withDestinations(List<AddressPrefixItem> destinations) Set the destinations property: The destination address prefixes.AdminPropertiesFormat.withSources(List<AddressPrefixItem> sources) Set the sources property: The CIDR or source IP ranges.SecurityUserRuleInner.withSources(List<AddressPrefixItem> sources) Set the sources property: The CIDR or source IP ranges.SecurityUserRulePropertiesFormat.withSources(List<AddressPrefixItem> sources) Set the sources property: The CIDR or source IP ranges. -
Uses of AddressPrefixItem in com.azure.resourcemanager.network.models
Methods in com.azure.resourcemanager.network.models that return AddressPrefixItemModifier and TypeMethodDescriptionstatic AddressPrefixItemAddressPrefixItem.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of AddressPrefixItem from the JsonReader.AddressPrefixItem.withAddressPrefix(String addressPrefix) Set the addressPrefix property: Address prefix.AddressPrefixItem.withAddressPrefixType(AddressPrefixType addressPrefixType) Set the addressPrefixType property: Address prefix type.Methods in com.azure.resourcemanager.network.models that return types with arguments of type AddressPrefixItemModifier and TypeMethodDescriptionActiveDefaultSecurityAdminRule.destinations()Get the destinations property: The destination address prefixes.ActiveSecurityAdminRule.destinations()Get the destinations property: The destination address prefixes.AdminRule.destinations()Get the destinations property: The destination address prefixes.DefaultAdminRule.destinations()Get the destinations property: The destination address prefixes.EffectiveDefaultSecurityAdminRule.destinations()Get the destinations property: The destination address prefixes.EffectiveSecurityAdminRule.destinations()Get the destinations property: The destination address prefixes.ActiveDefaultSecurityAdminRule.sources()Get the sources property: The CIDR or source IP ranges.ActiveSecurityAdminRule.sources()Get the sources property: The CIDR or source IP ranges.AdminRule.sources()Get the sources property: The CIDR or source IP ranges.DefaultAdminRule.sources()Get the sources property: The CIDR or source IP ranges.EffectiveDefaultSecurityAdminRule.sources()Get the sources property: The CIDR or source IP ranges.EffectiveSecurityAdminRule.sources()Get the sources property: The CIDR or source IP ranges.Method parameters in com.azure.resourcemanager.network.models with type arguments of type AddressPrefixItemModifier and TypeMethodDescriptionActiveSecurityAdminRule.withDestinations(List<AddressPrefixItem> destinations) Set the destinations property: The destination address prefixes.AdminRule.withDestinations(List<AddressPrefixItem> destinations) Set the destinations property: The destination address prefixes.EffectiveSecurityAdminRule.withDestinations(List<AddressPrefixItem> destinations) Set the destinations property: The destination address prefixes.ActiveSecurityAdminRule.withSources(List<AddressPrefixItem> sources) Set the sources property: The CIDR or source IP ranges.AdminRule.withSources(List<AddressPrefixItem> sources) Set the sources property: The CIDR or source IP ranges.EffectiveSecurityAdminRule.withSources(List<AddressPrefixItem> sources) Set the sources property: The CIDR or source IP ranges.