Interface CdnProfile.DefinitionStages.WithStandardCreate
- 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.WithStandardCreate
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 TypeMethodDescriptionStarts the definition of a new endpoint to be attached to the CDN profile.defineNewEndpoint
(String name) Starts the definition of a new endpoint to be attached to the CDN profile.defineNewEndpoint
(String name, String endpointOriginHostname) Starts the definition of a new endpoint to be attached to the CDN profile.withNewEndpoint
(String endpointOriginHostname) Adds new endpoint to the 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
-
withNewEndpoint
Adds new endpoint to the CDN profile.- Parameters:
endpointOriginHostname
- an endpoint origin hostname- Returns:
- the next stage of CDN profile definition.
-
defineNewEndpoint
@Beta CdnEndpoint.DefinitionStages.Blank.StandardEndpoint<CdnProfile.DefinitionStages.WithStandardCreate> defineNewEndpoint()Starts the definition of a new endpoint to be attached to the CDN profile.- Returns:
- the first stage of a new CDN endpoint definition
-
defineNewEndpoint
CdnEndpoint.DefinitionStages.Blank.StandardEndpoint<CdnProfile.DefinitionStages.WithStandardCreate> defineNewEndpoint(String name) Starts the definition of a new endpoint to be attached to the CDN profile.- Parameters:
name
- a new endpoint name- Returns:
- the first stage of a new CDN endpoint definition
-
defineNewEndpoint
@Beta CdnEndpoint.DefinitionStages.WithStandardAttach<CdnProfile.DefinitionStages.WithStandardCreate> defineNewEndpoint(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
- an endpoint origin hostname- Returns:
- the first stage of a new CDN endpoint definition
-