Sdílet prostřednictvím


DeepCreatedOrigin Konstruktory

Definice

Přetížení

DeepCreatedOrigin()

Inicializuje novou instanci DeepCreatedOrigin třídy.

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

Inicializuje novou instanci DeepCreatedOrigin třídy.

DeepCreatedOrigin()

Inicializuje novou instanci DeepCreatedOrigin třídy.

public DeepCreatedOrigin();
Public Sub New ()

Platí pro

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

Inicializuje novou instanci DeepCreatedOrigin třídy.

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)

Parametry

name
String

Název původu

hostName
String

Adresa původu. Může to být název domény, adresa IPv4 nebo adresa IPv6.

httpPort
Nullable<Int32>

Hodnota portu HTTP. Musí být mezi 1 a 65535.

httpsPort
Nullable<Int32>

Hodnota portu HTTPS. Musí být mezi 1 a 65535.

Platí pro