| Package | Description |
|---|---|
| com.azure.resourcemanager.cdn.models |
Package containing the data models for CdnManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
CdnEndpoint.DefinitionStages.WithPremiumAttach<ParentT> |
CdnEndpoint.DefinitionStages.WithPremiumAttach.withCustomDomain(String hostName)
Adds a new CDN custom domain for the endpoint.
|
CdnEndpoint.DefinitionStages.WithPremiumAttach<ParentT> |
CdnEndpoint.DefinitionStages.WithPremiumAttach.withHostHeader(String hostHeader)
Specifies the host header.
|
CdnEndpoint.DefinitionStages.WithPremiumAttach<ParentT> |
CdnEndpoint.DefinitionStages.WithPremiumAttach.withHttpAllowed(boolean httpAllowed)
Specifies if HTTP traffic is allowed.
|
CdnEndpoint.DefinitionStages.WithPremiumAttach<ParentT> |
CdnEndpoint.DefinitionStages.WithPremiumAttach.withHttpPort(int httpPort)
Specifies the port for HTTP traffic.
|
CdnEndpoint.DefinitionStages.WithPremiumAttach<ParentT> |
CdnEndpoint.DefinitionStages.WithPremiumAttach.withHttpsAllowed(boolean httpsAllowed)
Specifies if HTTPS traffic is allowed.
|
CdnEndpoint.DefinitionStages.WithPremiumAttach<ParentT> |
CdnEndpoint.DefinitionStages.WithPremiumAttach.withHttpsPort(int httpsPort)
Specifies the port for HTTPS traffic.
|
CdnEndpoint.DefinitionStages.WithPremiumAttach<ParentT> |
CdnEndpoint.DefinitionStages.WithPremiumAttach.withOriginPath(String originPath)
Specifies the origin path.
|
CdnEndpoint.DefinitionStages.WithPremiumAttach<ParentT> |
CdnEndpoint.DefinitionStages.Blank.PremiumEndpoint.withPremiumOrigin(String originHostName)
Specifies the origin of the CDN endpoint.
|
CdnEndpoint.DefinitionStages.WithPremiumAttach<ParentT> |
CdnEndpoint.DefinitionStages.Blank.PremiumEndpoint.withPremiumOrigin(String originName,
String originHostName)
Specifies the origin of the CDN endpoint.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.