Uses of Interface
com.microsoft.azure.management.cdn.CdnProfile.Update
Package
Description
This package contains the classes for CdnManagementClient.
-
Uses of CdnProfile.Update in com.microsoft.azure.management.cdn
Modifier and TypeMethodDescriptionCdnProfile.UpdateStages.WithEndpoint.withNewEndpoint
(String endpointOriginHostname) Adds a new endpoint.CdnProfile.UpdateStages.WithEndpoint.withNewPremiumEndpoint
(String endpointOriginHostname) Adds new endpoint to current Premium Verizon CDN profile.CdnProfile.UpdateStages.WithEndpoint.withoutEndpoint
(String name) Removes an endpoint from the profile.Modifier and TypeMethodDescriptionCdnProfile.UpdateStages.WithEndpoint.defineNewEndpoint()
Starts the definition of a new endpoint to be attached to the CDN profile.CdnProfile.UpdateStages.WithEndpoint.defineNewEndpoint
(String name) Starts the definition of a new endpoint to be attached to the CDN profile.CdnProfile.UpdateStages.WithEndpoint.defineNewEndpoint
(String name, String endpointOriginHostname) Specifies definition of an endpoint to be attached to the CDN profile.CdnProfile.UpdateStages.WithEndpoint.defineNewPremiumEndpoint()
Starts the definition of a new endpoint to be attached to this Premium Verizon CDN profile.CdnProfile.UpdateStages.WithEndpoint.defineNewPremiumEndpoint
(String name) Starts the definition of a new endpoint to be attached to this Premium Verizon CDN profile.CdnProfile.UpdateStages.WithEndpoint.defineNewPremiumEndpoint
(String name, String endpointOriginHostname) Starts the definition of a new endpoint to be attached to this Premium Verizon CDN profile.