DeepCreatedOrigin 생성자

정의

오버로드

DeepCreatedOrigin()

DeepCreatedOrigin 클래스의 새 instance 초기화합니다.

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

DeepCreatedOrigin 클래스의 새 instance 초기화합니다.

DeepCreatedOrigin()

DeepCreatedOrigin 클래스의 새 instance 초기화합니다.

public DeepCreatedOrigin ();
Public Sub New ()

적용 대상

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

DeepCreatedOrigin 클래스의 새 instance 초기화합니다.

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

매개 변수

name
String

원본 이름

hostName
String

원본의 주소입니다. 도메인 이름, IPv4 주소 또는 IPv6 주소일 수 있습니다.

httpPort
Nullable<Int32>

HTTP 포트의 값입니다. 1에서 65535 사이여야 합니다.

httpsPort
Nullable<Int32>

HTTPS 포트의 값입니다. 1에서 65535 사이여야 합니다.

적용 대상