Interface PublicIpPrefix.DefinitionStages.WithCreate
-
- All Superinterfaces:
Creatable<PublicIpPrefix>,HasName,Indexable,PublicIpPrefix.DefinitionStages.WithAvailabilityZone,PublicIpPrefix.DefinitionStages.WithIpTags,PublicIpPrefix.DefinitionStages.WithPrefixLength,PublicIpPrefix.DefinitionStages.WithPublicIpAddressVersion,PublicIpPrefix.DefinitionStages.WithSku,Resource.DefinitionWithTags<PublicIpPrefix.DefinitionStages.WithCreate>
- All Known Subinterfaces:
PublicIpPrefix.Definition
- Enclosing interface:
- PublicIpPrefix.DefinitionStages
public static interface PublicIpPrefix.DefinitionStages.WithCreate extends Creatable<PublicIpPrefix>, Resource.DefinitionWithTags<PublicIpPrefix.DefinitionStages.WithCreate>, PublicIpPrefix.DefinitionStages.WithIpTags, PublicIpPrefix.DefinitionStages.WithPrefixLength, PublicIpPrefix.DefinitionStages.WithPublicIpAddressVersion, PublicIpPrefix.DefinitionStages.WithSku, PublicIpPrefix.DefinitionStages.WithAvailabilityZone
The 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.
-
-
Method Summary
-
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.model.Creatable
create, create, createAsync, createAsync
-
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.arm.models.HasName
name
-
Methods inherited from interface com.azure.resourcemanager.network.models.PublicIpPrefix.DefinitionStages.WithAvailabilityZone
withAvailabilityZone
-
Methods inherited from interface com.azure.resourcemanager.network.models.PublicIpPrefix.DefinitionStages.WithIpTags
withIpTags
-
Methods inherited from interface com.azure.resourcemanager.network.models.PublicIpPrefix.DefinitionStages.WithPrefixLength
withPrefixLength
-
Methods inherited from interface com.azure.resourcemanager.network.models.PublicIpPrefix.DefinitionStages.WithPublicIpAddressVersion
withPublicIpAddressVersion
-
Methods inherited from interface com.azure.resourcemanager.network.models.PublicIpPrefix.DefinitionStages.WithSku
withSku
-
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.arm.models.Resource.DefinitionWithTags
withTag, withTags
-
-