public static interface CdnProfile.DefinitionStages.WithStandardCreate extends CdnProfile.DefinitionStages.WithCreate
Modifier and Type | Method and 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.WithStandardCreate |
withNewEndpoint(String endpointOriginHostname)
Adds new endpoint to the CDN profile.
|
create, createAsync, createAsync
key
name
withTag, withTags
CdnProfile.DefinitionStages.WithStandardCreate withNewEndpoint(String endpointOriginHostname)
endpointOriginHostname
- an endpoint origin hostname@Beta CdnEndpoint.DefinitionStages.Blank.StandardEndpoint<CdnProfile.DefinitionStages.WithStandardCreate> defineNewEndpoint()
CdnEndpoint.DefinitionStages.Blank.StandardEndpoint<CdnProfile.DefinitionStages.WithStandardCreate> defineNewEndpoint(String name)
name
- a new endpoint name@Beta CdnEndpoint.DefinitionStages.WithStandardAttach<CdnProfile.DefinitionStages.WithStandardCreate> defineNewEndpoint(String name, String endpointOriginHostname)
name
- the name for the endpointendpointOriginHostname
- an endpoint origin hostnameCopyright © 2019. All rights reserved.