| Modifier and Type | Interface and Description |
|---|---|
static interface |
CdnProfile.Definition
The entirety of a CDN profile definition.
|
| Modifier and Type | Method and Description |
|---|---|
CdnProfile.DefinitionStages.WithStandardCreate |
CdnProfile.DefinitionStages.WithStandardCreate.withNewEndpoint(String endpointOriginHostname)
Adds new endpoint to the CDN profile.
|
CdnProfile.DefinitionStages.WithStandardCreate |
CdnProfile.DefinitionStages.WithSku.withStandardAkamaiSku()
Selects the Standard Akamai SKU.
|
CdnProfile.DefinitionStages.WithStandardCreate |
CdnProfile.DefinitionStages.WithSku.withStandardVerizonSku()
Selects the Standard Verizon SKU.
|
| Modifier and Type | Method and Description |
|---|---|
CdnEndpoint.DefinitionStages.Blank.StandardEndpoint<CdnProfile.DefinitionStages.WithStandardCreate> |
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> |
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> |
CdnProfile.DefinitionStages.WithStandardCreate.defineNewEndpoint(String name,
String endpointOriginHostname)
Starts the definition of a new endpoint to be attached to the CDN profile.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/