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
Subinterfaces with type arguments of type CdnProfile.Update in com.azure.resourcemanager.cdn.modelsModifier and TypeInterfaceDescriptionstatic interfaceThe entirety of a CDN endpoint update as part of a CDN profile update.interfaceAn immutable client-side representation of an Azure CDN profile.static interfaceThe template for an update operation, containing all the settings that can be modified.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.