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
Modifier and TypeMethodDescriptionCdnEndpoint.DefinitionStages.Blank.PremiumEndpoint<CdnProfile.DefinitionStages.WithPremiumVerizonCreate>
Starts the definition of a new endpoint to be attached to the CDN profile.CdnEndpoint.DefinitionStages.Blank.PremiumEndpoint<CdnProfile.DefinitionStages.WithPremiumVerizonCreate>
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.withNewPremiumEndpoint
(String endpointOriginHostname) Adds a new endpoint to current CDN profile.Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.model.Creatable
create, createAsync, createAsync
Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.arm.models.HasName
name
Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.model.Indexable
key
Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.arm.models.Resource.DefinitionWithTags
withTag, withTags
-
Method Details
-
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
@Beta 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
@Beta 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
-