IWithStandardAttach<ParentT>.WithHttpsPort(Int32) Method

Definition

Specifies the port for HTTPS traffic.

public Microsoft.Azure.Management.Cdn.Fluent.CdnEndpoint.Definition.IWithStandardAttach<ParentT> WithHttpsPort (int httpsPort);
abstract member WithHttpsPort : int -> Microsoft.Azure.Management.Cdn.Fluent.CdnEndpoint.Definition.IWithStandardAttach<'ParentT>
Public Function WithHttpsPort (httpsPort As Integer) As IWithStandardAttach(Of ParentT)

Parameters

httpsPort
Int32

HTTPS port number.

Returns

Applies to