Uses of Interface
com.azure.resourcemanager.cdn.models.CdnProfile.Update
Packages that use CdnProfile.Update
Package
Description
Package containing the data models for CdnManagementClient.
-
Uses of CdnProfile.Update in com.azure.resourcemanager.cdn.models
Methods in com.azure.resourcemanager.cdn.models that return CdnProfile.UpdateModifier 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.Methods in com.azure.resourcemanager.cdn.models that return types with arguments of type CdnProfile.UpdateModifier 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.