Uses of Interface
com.azure.resourcemanager.cdn.models.CdnProfile.DefinitionStages.WithStandardCreate
Packages that use CdnProfile.DefinitionStages.WithStandardCreate
Package
Description
Package containing the data models for CdnManagementClient.
-
Uses of CdnProfile.DefinitionStages.WithStandardCreate in com.azure.resourcemanager.cdn.models
Subinterfaces of CdnProfile.DefinitionStages.WithStandardCreate in com.azure.resourcemanager.cdn.modelsModifier and TypeInterfaceDescriptionstatic interfaceThe entirety of a CDN profile definition.Methods in com.azure.resourcemanager.cdn.models that return CdnProfile.DefinitionStages.WithStandardCreateModifier and TypeMethodDescriptionCdnProfile.DefinitionStages.WithStandardCreate.withNewEndpoint(String endpointOriginHostname) Adds new endpoint to the CDN profile.Selects the SKU with SKU name.CdnProfile.DefinitionStages.WithSku.withStandardAkamaiSku()Deprecated.Azure CDN will be retiring Azure CDN standard from Akamai on 31 October 2023.CdnProfile.DefinitionStages.WithSku.withStandardMicrosoftSku()Selects the Standard Microsoft SKU.CdnProfile.DefinitionStages.WithSku.withStandardVerizonSku()Selects the Standard Verizon SKU.Methods in com.azure.resourcemanager.cdn.models that return types with arguments of type CdnProfile.DefinitionStages.WithStandardCreateModifier and TypeMethodDescriptionCdnProfile.DefinitionStages.WithStandardCreate.defineNewEndpoint()Starts the definition of a new endpoint to be attached to the CDN profile.CdnProfile.DefinitionStages.WithStandardCreate.defineNewEndpoint(String name) Starts the definition of a new endpoint to be attached to the CDN profile.CdnProfile.DefinitionStages.WithStandardCreate.defineNewEndpoint(String name, String endpointOriginHostname) Starts the definition of a new endpoint to be attached to the CDN profile.