| 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.WithPremiumVerizonCreate |
CdnProfile.DefinitionStages.WithPremiumVerizonCreate.withNewPremiumEndpoint(String endpointOriginHostname)
Adds a new endpoint to current CDN profile.
|
CdnProfile.DefinitionStages.WithPremiumVerizonCreate |
CdnProfile.DefinitionStages.WithSku.withPremiumVerizonSku()
Selects the Premium Verizon SKU.
|
| Modifier and Type | Method and Description |
|---|---|
CdnEndpoint.DefinitionStages.Blank.PremiumEndpoint<CdnProfile.DefinitionStages.WithPremiumVerizonCreate> |
CdnProfile.DefinitionStages.WithPremiumVerizonCreate.defineNewPremiumEndpoint()
Starts the definition of a new endpoint to be attached to the CDN profile.
|
CdnEndpoint.DefinitionStages.Blank.PremiumEndpoint<CdnProfile.DefinitionStages.WithPremiumVerizonCreate> |
CdnProfile.DefinitionStages.WithPremiumVerizonCreate.defineNewPremiumEndpoint(String name)
Starts the definition of a new endpoint to be attached to the CDN profile.
|
CdnEndpoint.DefinitionStages.WithPremiumAttach<CdnProfile.DefinitionStages.WithPremiumVerizonCreate> |
CdnProfile.DefinitionStages.WithPremiumVerizonCreate.defineNewPremiumEndpoint(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.
*/