Uses of Class
com.azure.resourcemanager.network.models.AddressSpaceAggregationOption
Packages that use AddressSpaceAggregationOption
Package
Description
Package containing the inner data models for NetworkManagementClient.
Package containing the data models for NetworkManagementClient.
-
Uses of AddressSpaceAggregationOption in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return AddressSpaceAggregationOptionModifier and TypeMethodDescriptionSecurityAdminConfigurationInner.networkGroupAddressSpaceAggregationOption()Get the networkGroupAddressSpaceAggregationOption property: Determine update behavior for changes to network groups referenced within the rules in this configuration.SecurityAdminConfigurationPropertiesFormat.networkGroupAddressSpaceAggregationOption()Get the networkGroupAddressSpaceAggregationOption property: Determine update behavior for changes to network groups referenced within the rules in this configuration.Methods in com.azure.resourcemanager.network.fluent.models with parameters of type AddressSpaceAggregationOptionModifier and TypeMethodDescriptionSecurityAdminConfigurationInner.withNetworkGroupAddressSpaceAggregationOption(AddressSpaceAggregationOption networkGroupAddressSpaceAggregationOption) Set the networkGroupAddressSpaceAggregationOption property: Determine update behavior for changes to network groups referenced within the rules in this configuration.SecurityAdminConfigurationPropertiesFormat.withNetworkGroupAddressSpaceAggregationOption(AddressSpaceAggregationOption networkGroupAddressSpaceAggregationOption) Set the networkGroupAddressSpaceAggregationOption property: Determine update behavior for changes to network groups referenced within the rules in this configuration. -
Uses of AddressSpaceAggregationOption in com.azure.resourcemanager.network.models
Fields in com.azure.resourcemanager.network.models declared as AddressSpaceAggregationOptionModifier and TypeFieldDescriptionstatic final AddressSpaceAggregationOptionAddressSpaceAggregationOption.MANUALStatic value Manual for AddressSpaceAggregationOption.static final AddressSpaceAggregationOptionAddressSpaceAggregationOption.NONEStatic value None for AddressSpaceAggregationOption.Methods in com.azure.resourcemanager.network.models that return AddressSpaceAggregationOptionModifier and TypeMethodDescriptionAddressSpaceAggregationOption.fromString(String name) Creates or finds a AddressSpaceAggregationOption from its string representation.Methods in com.azure.resourcemanager.network.models that return types with arguments of type AddressSpaceAggregationOptionModifier and TypeMethodDescriptionAddressSpaceAggregationOption.values()Gets known AddressSpaceAggregationOption values.