Interface PublicIpAddress.DefinitionStages.WithCreate
- All Superinterfaces:
Creatable<PublicIpAddress>,HasName,Indexable,PublicIpAddress.DefinitionStages.WithAvailabilityZone,PublicIpAddress.DefinitionStages.WithIdleTimeout,PublicIpAddress.DefinitionStages.WithIPAddress,PublicIpAddress.DefinitionStages.WithIpAddressVersion,PublicIpAddress.DefinitionStages.WithIpTag,PublicIpAddress.DefinitionStages.WithLeafDomainLabel,PublicIpAddress.DefinitionStages.WithReverseFQDN,PublicIpAddress.DefinitionStages.WithSku,Resource.DefinitionWithTags<PublicIpAddress.DefinitionStages.WithCreate>
- All Known Subinterfaces:
PublicIpAddress.Definition
- Enclosing interface:
- PublicIpAddress.DefinitionStages
public static interface PublicIpAddress.DefinitionStages.WithCreate
extends Creatable<PublicIpAddress>, PublicIpAddress.DefinitionStages.WithLeafDomainLabel, PublicIpAddress.DefinitionStages.WithIPAddress, PublicIpAddress.DefinitionStages.WithReverseFQDN, PublicIpAddress.DefinitionStages.WithIdleTimeout, PublicIpAddress.DefinitionStages.WithAvailabilityZone, PublicIpAddress.DefinitionStages.WithSku, PublicIpAddress.DefinitionStages.WithIpTag, PublicIpAddress.DefinitionStages.WithIpAddressVersion, Resource.DefinitionWithTags<PublicIpAddress.DefinitionStages.WithCreate>
The stage of the public IP definition which contains all the minimum required inputs for the resource to be
created (via
Creatable.create()), but also allows for any other optional settings to be specified.-
Method Summary
Modifier and TypeMethodDescriptionBegins creating the public IP address resource.Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.model.Creatable
create, create, createAsync, createAsyncMethods inherited from interface com.azure.resourcemanager.resources.fluentcore.arm.models.HasName
nameMethods inherited from interface com.azure.resourcemanager.network.models.PublicIpAddress.DefinitionStages.WithAvailabilityZone
withAvailabilityZoneMethods inherited from interface com.azure.resourcemanager.network.models.PublicIpAddress.DefinitionStages.WithIdleTimeout
withIdleTimeoutInMinutesMethods inherited from interface com.azure.resourcemanager.network.models.PublicIpAddress.DefinitionStages.WithIPAddress
withDynamicIP, withStaticIPMethods inherited from interface com.azure.resourcemanager.network.models.PublicIpAddress.DefinitionStages.WithIpAddressVersion
withIpAddressVersionMethods inherited from interface com.azure.resourcemanager.network.models.PublicIpAddress.DefinitionStages.WithIpTag
withIpTag, withIpTagMethods inherited from interface com.azure.resourcemanager.network.models.PublicIpAddress.DefinitionStages.WithLeafDomainLabel
withLeafDomainLabel, withoutLeafDomainLabelMethods inherited from interface com.azure.resourcemanager.network.models.PublicIpAddress.DefinitionStages.WithReverseFQDN
withoutReverseFqdn, withReverseFqdnMethods inherited from interface com.azure.resourcemanager.network.models.PublicIpAddress.DefinitionStages.WithSku
withSkuMethods inherited from interface com.azure.resourcemanager.resources.fluentcore.arm.models.Resource.DefinitionWithTags
withTag, withTags
-
Method Details
-
beginCreate
Accepted<PublicIpAddress> beginCreate()Begins creating the public IP address resource.- Returns:
- the accepted create operation
-