Package | Description |
---|---|
com.microsoft.azure.management.cdn |
This package contains the classes for CdnManagementClient.
|
Modifier and Type | Method and Description |
---|---|
CdnProfile.Update |
CdnProfile.UpdateStages.WithEndpoint.withNewEndpoint(String endpointOriginHostname)
Adds a new endpoint.
|
CdnProfile.Update |
CdnProfile.UpdateStages.WithEndpoint.withNewPremiumEndpoint(String endpointOriginHostname)
Adds new endpoint to current Premium Verizon CDN profile.
|
CdnProfile.Update |
CdnProfile.UpdateStages.WithEndpoint.withoutEndpoint(String name)
Removes an endpoint from the profile.
|
Modifier and Type | Method and Description |
---|---|
CdnEndpoint.UpdateDefinitionStages.Blank.StandardEndpoint<CdnProfile.Update> |
CdnProfile.UpdateStages.WithEndpoint.defineNewEndpoint()
Starts the definition of a new endpoint to be attached to the CDN profile.
|
CdnEndpoint.UpdateDefinitionStages.Blank.StandardEndpoint<CdnProfile.Update> |
CdnProfile.UpdateStages.WithEndpoint.defineNewEndpoint(String name)
Starts the definition of a new endpoint to be attached to the CDN profile.
|
CdnEndpoint.UpdateDefinitionStages.WithStandardAttach<CdnProfile.Update> |
CdnProfile.UpdateStages.WithEndpoint.defineNewEndpoint(String name,
String endpointOriginHostname)
Specifies definition of an endpoint to be attached to the CDN profile.
|
CdnEndpoint.UpdateDefinitionStages.Blank.PremiumEndpoint<CdnProfile.Update> |
CdnProfile.UpdateStages.WithEndpoint.defineNewPremiumEndpoint()
Starts the definition of a new endpoint to be attached to this Premium Verizon CDN profile.
|
CdnEndpoint.UpdateDefinitionStages.Blank.PremiumEndpoint<CdnProfile.Update> |
CdnProfile.UpdateStages.WithEndpoint.defineNewPremiumEndpoint(String name)
Starts the definition of a new endpoint to be attached to this Premium Verizon CDN profile.
|
CdnEndpoint.UpdateDefinitionStages.WithPremiumAttach<CdnProfile.Update> |
CdnProfile.UpdateStages.WithEndpoint.defineNewPremiumEndpoint(String name,
String endpointOriginHostname)
Starts the definition of a new endpoint to be attached to this Premium Verizon CDN profile.
|
Copyright © 2019. All rights reserved.