Share via


IStandardEndpoint<ParentT>.WithOrigin Method

Definition

Overloads

WithOrigin(String)

Specifies the origin of the CDN endpoint.

WithOrigin(String, String)

Specifies the origin of the CDN endpoint.

WithOrigin(String)

Specifies the origin of the CDN endpoint.

public Microsoft.Azure.Management.Cdn.Fluent.CdnEndpoint.UpdateDefinition.IWithStandardAttach<ParentT> WithOrigin (string originHostName);
abstract member WithOrigin : string -> Microsoft.Azure.Management.Cdn.Fluent.CdnEndpoint.UpdateDefinition.IWithStandardAttach<'ParentT>
Public Function WithOrigin (originHostName As String) As IWithStandardAttach(Of ParentT)

Parameters

originHostName
String

Origin host name.

Returns

Applies to

WithOrigin(String, String)

Specifies the origin of the CDN endpoint.

public Microsoft.Azure.Management.Cdn.Fluent.CdnEndpoint.UpdateDefinition.IWithStandardAttach<ParentT> WithOrigin (string originName, string originHostName);
abstract member WithOrigin : string * string -> Microsoft.Azure.Management.Cdn.Fluent.CdnEndpoint.UpdateDefinition.IWithStandardAttach<'ParentT>
Public Function WithOrigin (originName As String, originHostName As String) As IWithStandardAttach(Of ParentT)

Parameters

originName
String

Name of the origin.

originHostName
String

Origin host name.

Returns

Applies to