IWithStandardAttach<ParentT>.WithHttpsPort(Int32) Method

Definition

Specifies the port for HTTPS traffic.

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

Parameters

httpsPort
Int32

A port number.

Returns

Applies to