IWithPremiumVerizonCreate.DefineNewPremiumEndpoint(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Starts the definition of a new endpoint to be attached to the CDN profile.
public Microsoft.Azure.Management.Cdn.Fluent.CdnEndpoint.Definition.Blank.PremiumEndpoint.IPremiumEndpoint<Microsoft.Azure.Management.Cdn.Fluent.CdnProfile.Definition.IWithPremiumVerizonCreate> DefineNewPremiumEndpoint (string name);
abstract member DefineNewPremiumEndpoint : string -> Microsoft.Azure.Management.Cdn.Fluent.CdnEndpoint.Definition.Blank.PremiumEndpoint.IPremiumEndpoint<Microsoft.Azure.Management.Cdn.Fluent.CdnProfile.Definition.IWithPremiumVerizonCreate>
Public Function DefineNewPremiumEndpoint (name As String) As IPremiumEndpoint(Of IWithPremiumVerizonCreate)
Parameters
- name
- String
A name for the endpoint.
Returns
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET