Interface CdnProfile.DefinitionStages.WithPremiumVerizonCreate
-
- All Superinterfaces:
CdnProfile.DefinitionStages.WithCreate,Creatable<CdnProfile>,HasName,Indexable,Resource.DefinitionWithTags<CdnProfile.DefinitionStages.WithCreate>
- All Known Subinterfaces:
CdnProfile.Definition
- Enclosing interface:
- CdnProfile.DefinitionStages
public static interface CdnProfile.DefinitionStages.WithPremiumVerizonCreate extends CdnProfile.DefinitionStages.WithCreate
The stage of the definition which contains all the minimum required inputs for the resource to be created but also allows for any other optional settings to be specified.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CdnEndpoint.DefinitionStages.Blank.PremiumEndpoint<CdnProfile.DefinitionStages.WithPremiumVerizonCreate>defineNewPremiumEndpoint()Starts the definition of a new endpoint to be attached to the CDN profile.CdnEndpoint.DefinitionStages.Blank.PremiumEndpoint<CdnProfile.DefinitionStages.WithPremiumVerizonCreate>defineNewPremiumEndpoint(String name)Starts the definition of a new endpoint to be attached to the CDN profile.CdnEndpoint.DefinitionStages.WithPremiumAttach<CdnProfile.DefinitionStages.WithPremiumVerizonCreate>defineNewPremiumEndpoint(String name, String endpointOriginHostname)Starts the definition of a new endpoint to be attached to the CDN profile.CdnProfile.DefinitionStages.WithPremiumVerizonCreatewithNewPremiumEndpoint(String endpointOriginHostname)Adds a new endpoint to current CDN profile.-
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.resources.fluentcore.arm.models.Resource.DefinitionWithTags
withTag, withTags
-
-
-
-
Method Detail
-
withNewPremiumEndpoint
CdnProfile.DefinitionStages.WithPremiumVerizonCreate withNewPremiumEndpoint(String endpointOriginHostname)
Adds a new endpoint to current CDN profile.- Parameters:
endpointOriginHostname- an endpoint origin hostname.- Returns:
- the next stage of the definition.
-
defineNewPremiumEndpoint
CdnEndpoint.DefinitionStages.Blank.PremiumEndpoint<CdnProfile.DefinitionStages.WithPremiumVerizonCreate> defineNewPremiumEndpoint()
Starts the definition of a new endpoint to be attached to the CDN profile.- Returns:
- the first stage of a new CDN endpoint definition
-
defineNewPremiumEndpoint
CdnEndpoint.DefinitionStages.Blank.PremiumEndpoint<CdnProfile.DefinitionStages.WithPremiumVerizonCreate> defineNewPremiumEndpoint(String name)
Starts the definition of a new endpoint to be attached to the CDN profile.- Parameters:
name- a name for the endpoint- Returns:
- the first stage of a new CDN endpoint definition
-
defineNewPremiumEndpoint
CdnEndpoint.DefinitionStages.WithPremiumAttach<CdnProfile.DefinitionStages.WithPremiumVerizonCreate> defineNewPremiumEndpoint(String name, String endpointOriginHostname)
Starts the definition of a new endpoint to be attached to the CDN profile.- Parameters:
name- the name for the endpointendpointOriginHostname- the endpoint origin hostname- Returns:
- the stage representing configuration for the endpoint
-
-