IWithEndpointBeta.DefineNewPremiumEndpoint 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.
Overloads
DefineNewPremiumEndpoint() |
Starts the definition of a new endpoint to be attached to this Premium Verizon CDN profile. |
DefineNewPremiumEndpoint(String, String) |
Starts the definition of a new endpoint to be attached to this Premium Verizon CDN profile. |
DefineNewPremiumEndpoint()
Starts the definition of a new endpoint to be attached to this Premium Verizon CDN profile.
public Microsoft.Azure.Management.Cdn.Fluent.CdnEndpoint.UpdateDefinition.Blank.PremiumEndpoint.IPremiumEndpoint<Microsoft.Azure.Management.Cdn.Fluent.CdnProfile.Update.IUpdate> DefineNewPremiumEndpoint ();
abstract member DefineNewPremiumEndpoint : unit -> Microsoft.Azure.Management.Cdn.Fluent.CdnEndpoint.UpdateDefinition.Blank.PremiumEndpoint.IPremiumEndpoint<Microsoft.Azure.Management.Cdn.Fluent.CdnProfile.Update.IUpdate>
Public Function DefineNewPremiumEndpoint () As IPremiumEndpoint(Of IUpdate)
Returns
Applies to
DefineNewPremiumEndpoint(String, String)
Starts the definition of a new endpoint to be attached to this Premium Verizon CDN profile.
public Microsoft.Azure.Management.Cdn.Fluent.CdnEndpoint.UpdateDefinition.IWithPremiumAttach<Microsoft.Azure.Management.Cdn.Fluent.CdnProfile.Update.IUpdate> DefineNewPremiumEndpoint (string name, string endpointOriginHostname);
abstract member DefineNewPremiumEndpoint : string * string -> Microsoft.Azure.Management.Cdn.Fluent.CdnEndpoint.UpdateDefinition.IWithPremiumAttach<Microsoft.Azure.Management.Cdn.Fluent.CdnProfile.Update.IUpdate>
Public Function DefineNewPremiumEndpoint (name As String, endpointOriginHostname As String) As IWithPremiumAttach(Of IUpdate)
Parameters
- name
- String
A name for the endpoint.
- endpointOriginHostname
- String
The endpoint origin hostname.
Returns
Applies to
Azure SDK for .NET