IWithStandardCreateBeta.DefineNewEndpoint 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
DefineNewEndpoint() |
Starts the definition of a new endpoint to be attached to the CDN profile. |
DefineNewEndpoint(String, String) |
Starts the definition of a new endpoint to be attached to the CDN profile. |
DefineNewEndpoint()
Starts the definition of a new endpoint to be attached to the CDN profile.
public Microsoft.Azure.Management.Cdn.Fluent.CdnEndpoint.Definition.Blank.StandardEndpoint.IStandardEndpoint<Microsoft.Azure.Management.Cdn.Fluent.CdnProfile.Definition.IWithStandardCreate> DefineNewEndpoint ();
abstract member DefineNewEndpoint : unit -> Microsoft.Azure.Management.Cdn.Fluent.CdnEndpoint.Definition.Blank.StandardEndpoint.IStandardEndpoint<Microsoft.Azure.Management.Cdn.Fluent.CdnProfile.Definition.IWithStandardCreate>
Public Function DefineNewEndpoint () As IStandardEndpoint(Of IWithStandardCreate)
Returns
Applies to
DefineNewEndpoint(String, String)
Starts the definition of a new endpoint to be attached to the CDN profile.
public Microsoft.Azure.Management.Cdn.Fluent.CdnEndpoint.Definition.IWithStandardAttach<Microsoft.Azure.Management.Cdn.Fluent.CdnProfile.Definition.IWithStandardCreate> DefineNewEndpoint (string name, string endpointOriginHostname);
abstract member DefineNewEndpoint : string * string -> Microsoft.Azure.Management.Cdn.Fluent.CdnEndpoint.Definition.IWithStandardAttach<Microsoft.Azure.Management.Cdn.Fluent.CdnProfile.Definition.IWithStandardCreate>
Public Function DefineNewEndpoint (name As String, endpointOriginHostname As String) As IWithStandardAttach(Of IWithStandardCreate)
Parameters
- name
- String
The name for the endpoint.
- endpointOriginHostname
- String
An endpoint origin hostname.
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