Uses of Interface
com.azure.resourcemanager.network.models.PublicIpPrefix.DefinitionStages.WithCreate
-
Packages that use PublicIpPrefix.DefinitionStages.WithCreate Package Description com.azure.resourcemanager.network.models Package containing the data models for NetworkManagementClient. -
-
Uses of PublicIpPrefix.DefinitionStages.WithCreate in com.azure.resourcemanager.network.models
Subinterfaces of PublicIpPrefix.DefinitionStages.WithCreate in com.azure.resourcemanager.network.models Modifier and Type Interface Description static interfacePublicIpPrefix.DefinitionThe entirety of the PublicIpPrefix definition.Methods in com.azure.resourcemanager.network.models that return PublicIpPrefix.DefinitionStages.WithCreate Modifier and Type Method Description PublicIpPrefix.DefinitionStages.WithCreatePublicIpPrefix.DefinitionStages.WithAvailabilityZone. withAvailabilityZone(AvailabilityZoneId zoneId)Specifies the availability zone for the Ip address.PublicIpPrefix.DefinitionStages.WithCreatePublicIpPrefix.DefinitionStages.WithIpTags. withIpTags(List<IpTag> ipTags)Specifies ipTags.PublicIpPrefix.DefinitionStages.WithCreatePublicIpPrefix.DefinitionStages.WithPrefixLength. withPrefixLength(Integer prefixLength)Specifies prefixLength.PublicIpPrefix.DefinitionStages.WithCreatePublicIpPrefix.DefinitionStages.WithPublicIpAddressVersion. withPublicIpAddressVersion(IpVersion publicIpAddressVersion)Specifies publicIpAddressVersion.PublicIpPrefix.DefinitionStages.WithCreatePublicIpPrefix.DefinitionStages.WithSku. withSku(PublicIpPrefixSku sku)Specifies sku.
-