Interface PublicIpAddress.Definition
-
- All Superinterfaces:
Creatable<PublicIpAddress>,GroupableResource.DefinitionStages.WithCreatableResourceGroup<PublicIpAddress.DefinitionStages.WithCreate>,GroupableResource.DefinitionStages.WithExistingResourceGroup<PublicIpAddress.DefinitionStages.WithCreate>,GroupableResource.DefinitionStages.WithGroup<PublicIpAddress.DefinitionStages.WithCreate>,GroupableResource.DefinitionStages.WithNewResourceGroup<PublicIpAddress.DefinitionStages.WithCreate>,HasName,Indexable,PublicIpAddress.DefinitionStages.Blank,PublicIpAddress.DefinitionStages.WithAvailabilityZone,PublicIpAddress.DefinitionStages.WithCreate,PublicIpAddress.DefinitionStages.WithGroup,PublicIpAddress.DefinitionStages.WithIdleTimeout,PublicIpAddress.DefinitionStages.WithIPAddress,PublicIpAddress.DefinitionStages.WithIpAddressVersion,PublicIpAddress.DefinitionStages.WithIpTag,PublicIpAddress.DefinitionStages.WithLeafDomainLabel,PublicIpAddress.DefinitionStages.WithReverseFQDN,PublicIpAddress.DefinitionStages.WithSku,Resource.DefinitionWithRegion<PublicIpAddress.DefinitionStages.WithGroup>,Resource.DefinitionWithTags<PublicIpAddress.DefinitionStages.WithCreate>
- Enclosing interface:
- PublicIpAddress
public static interface PublicIpAddress.Definition extends PublicIpAddress.DefinitionStages.Blank, PublicIpAddress.DefinitionStages.WithGroup, PublicIpAddress.DefinitionStages.WithCreate
Container interface for all the definitions.
-
-
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.GroupableResource.DefinitionStages.WithCreatableResourceGroup
withNewResourceGroup
-
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.arm.models.GroupableResource.DefinitionStages.WithExistingResourceGroup
withExistingResourceGroup, withExistingResourceGroup
-
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.arm.models.GroupableResource.DefinitionStages.WithNewResourceGroup
withNewResourceGroup, withNewResourceGroup
-
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.WithCreate
beginCreate
-
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.DefinitionWithRegion
withRegion, withRegion
-
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.arm.models.Resource.DefinitionWithTags
withTag, withTags
-
-