Uses of Interface
com.azure.resourcemanager.network.models.PublicIpPrefix.DefinitionStages.WithCreate
Packages that use PublicIpPrefix.DefinitionStages.WithCreate
Package
Description
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.modelsModifier and TypeInterfaceDescriptionstatic interfaceThe entirety of the PublicIpPrefix definition.Subinterfaces with type arguments of type PublicIpPrefix.DefinitionStages.WithCreate in com.azure.resourcemanager.network.modelsModifier and TypeInterfaceDescriptionstatic interfaceThe stage of the definition which contains all the minimum required inputs for the resource to be created (viaCreatable.create()), but also allows for any other optional settings to be specified.static interfaceThe stage of the PublicIpPrefix definition allowing to specify the resource group.Methods in com.azure.resourcemanager.network.models that return PublicIpPrefix.DefinitionStages.WithCreateModifier and TypeMethodDescriptionPublicIpPrefix.DefinitionStages.WithAvailabilityZone.withAvailabilityZone(AvailabilityZoneId zoneId) Specifies the availability zone for the Ip address.PublicIpPrefix.DefinitionStages.WithIpTags.withIpTags(List<IpTag> ipTags) Specifies ipTags.PublicIpPrefix.DefinitionStages.WithPrefixLength.withPrefixLength(Integer prefixLength) Specifies prefixLength.PublicIpPrefix.DefinitionStages.WithPublicIpAddressVersion.withPublicIpAddressVersion(IpVersion publicIpAddressVersion) Specifies publicIpAddressVersion.PublicIpPrefix.DefinitionStages.WithSku.withSku(PublicIpPrefixSku sku) Specifies sku.