共用方式為


OriginUpdateParameters Constructors

Definition

Overloads

OriginUpdateParameters()

Initializes a new instance of the OriginUpdateParameters class.

OriginUpdateParameters(String, Nullable<Int32>, Nullable<Int32>)

Initializes a new instance of the OriginUpdateParameters class.

OriginUpdateParameters()

Initializes a new instance of the OriginUpdateParameters class.

public OriginUpdateParameters ();
Public Sub New ()

Applies to

OriginUpdateParameters(String, Nullable<Int32>, Nullable<Int32>)

Initializes a new instance of the OriginUpdateParameters class.

public OriginUpdateParameters (string hostName = default, int? httpPort = default, int? httpsPort = default);
new Microsoft.Azure.Management.Cdn.Fluent.Models.OriginUpdateParameters : string * Nullable<int> * Nullable<int> -> Microsoft.Azure.Management.Cdn.Fluent.Models.OriginUpdateParameters
Public Sub New (Optional hostName As String = Nothing, Optional httpPort As Nullable(Of Integer) = Nothing, Optional httpsPort As Nullable(Of Integer) = Nothing)

Parameters

hostName
String

The address of the origin. Domain names, IPv4 addresses, and IPv6 addresses are supported.

httpPort
Nullable<Int32>

The value of the HTTP port. Must be between 1 and 65535.

httpsPort
Nullable<Int32>

The value of the HTTPS port. Must be between 1 and 65535.

Applies to