Uses of Interface
com.azure.resourcemanager.cdn.models.CdnProfile.DefinitionStages.WithStandardCreate
-
Packages that use CdnProfile.DefinitionStages.WithStandardCreate Package Description com.azure.resourcemanager.cdn.models 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.models Modifier and Type Interface Description static interfaceCdnProfile.DefinitionThe entirety of a CDN profile definition.Methods in com.azure.resourcemanager.cdn.models that return CdnProfile.DefinitionStages.WithStandardCreate Modifier and Type Method Description CdnProfile.DefinitionStages.WithStandardCreateCdnProfile.DefinitionStages.WithStandardCreate. withNewEndpoint(String endpointOriginHostname)Adds new endpoint to the CDN profile.CdnProfile.DefinitionStages.WithStandardCreateCdnProfile.DefinitionStages.WithSku. withSku(SkuName skuName)Selects the SKU with SKU name.CdnProfile.DefinitionStages.WithStandardCreateCdnProfile.DefinitionStages.WithSku. withStandardAkamaiSku()Selects the Standard Akamai SKU.CdnProfile.DefinitionStages.WithStandardCreateCdnProfile.DefinitionStages.WithSku. withStandardVerizonSku()Selects the Standard Verizon SKU.Methods in com.azure.resourcemanager.cdn.models that return types with arguments of type CdnProfile.DefinitionStages.WithStandardCreate Modifier and Type Method Description CdnEndpoint.DefinitionStages.Blank.StandardEndpoint<CdnProfile.DefinitionStages.WithStandardCreate>CdnProfile.DefinitionStages.WithStandardCreate. defineNewEndpoint()Starts the definition of a new endpoint to be attached to the CDN profile.CdnEndpoint.DefinitionStages.Blank.StandardEndpoint<CdnProfile.DefinitionStages.WithStandardCreate>CdnProfile.DefinitionStages.WithStandardCreate. defineNewEndpoint(String name)Starts the definition of a new endpoint to be attached to the CDN profile.CdnEndpoint.DefinitionStages.WithStandardAttach<CdnProfile.DefinitionStages.WithStandardCreate>CdnProfile.DefinitionStages.WithStandardCreate. defineNewEndpoint(String name, String endpointOriginHostname)Starts the definition of a new endpoint to be attached to the CDN profile.
-