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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CdnEndpoint.DefinitionStages.Blank.StandardEndpoint<CdnProfile.DefinitionStages.WithStandardCreate>defineNewEndpoint()Starts the definition of a new endpoint to be attached to the CDN profile.CdnEndpoint.DefinitionStages.Blank.StandardEndpoint<CdnProfile.DefinitionStages.WithStandardCreate>defineNewEndpoint(String name)Starts the definition of a new endpoint to be attached to the CDN profile.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.CdnProfile.DefinitionStages.WithStandardCreatewithNewEndpoint(String endpointOriginHostname)Adds new endpoint to the 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
-
withNewEndpoint
CdnProfile.DefinitionStages.WithStandardCreate withNewEndpoint(String endpointOriginHostname)
Adds new endpoint to the CDN profile.- Parameters:
endpointOriginHostname- an endpoint origin hostname- Returns:
- the next stage of CDN profile definition.
-
defineNewEndpoint
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
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
-
-