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 (viaCreatable.create()), but also allows for any other optional settings to be specified.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Accepted<PublicIpAddress>beginCreate()Begins creating the public IP address resource.-
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.PublicIpAddress.DefinitionStages.WithAvailabilityZone
withAvailabilityZone
-
Methods inherited from interface com.azure.resourcemanager.network.models.PublicIpAddress.DefinitionStages.WithIdleTimeout
withIdleTimeoutInMinutes
-
Methods inherited from interface com.azure.resourcemanager.network.models.PublicIpAddress.DefinitionStages.WithIPAddress
withDynamicIP, withStaticIP
-
Methods inherited from interface com.azure.resourcemanager.network.models.PublicIpAddress.DefinitionStages.WithIpAddressVersion
withIpAddressVersion
-
Methods inherited from interface com.azure.resourcemanager.network.models.PublicIpAddress.DefinitionStages.WithIpTag
withIpTag, withIpTag
-
Methods inherited from interface com.azure.resourcemanager.network.models.PublicIpAddress.DefinitionStages.WithLeafDomainLabel
withLeafDomainLabel, withoutLeafDomainLabel
-
Methods inherited from interface com.azure.resourcemanager.network.models.PublicIpAddress.DefinitionStages.WithReverseFQDN
withoutReverseFqdn, withReverseFqdn
-
Methods inherited from interface com.azure.resourcemanager.network.models.PublicIpAddress.DefinitionStages.WithSku
withSku
-
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.arm.models.Resource.DefinitionWithTags
withTag, withTags
-
-
-
-
Method Detail
-
beginCreate
Accepted<PublicIpAddress> beginCreate()
Begins creating the public IP address resource.- Returns:
- the accepted create operation
-
-