Udostępnij za pośrednictwem


DeepCreatedOrigin Konstruktory

Definicja

Przeciążenia

DeepCreatedOrigin()

Inicjuje nowe wystąpienie klasy DeepCreatedOrigin.

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

Inicjuje nowe wystąpienie klasy DeepCreatedOrigin.

DeepCreatedOrigin()

Inicjuje nowe wystąpienie klasy DeepCreatedOrigin.

public DeepCreatedOrigin ();
Public Sub New ()

Dotyczy

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

Inicjuje nowe wystąpienie klasy DeepCreatedOrigin.

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

Nazwa źródła

hostName
String

Adres źródła. Może to być nazwa domeny, adres IPv4 lub adres IPv6.

httpPort
Nullable<Int32>

Wartość portu HTTP. Musi zawierać się w zakresie od 1 do 65535

httpsPort
Nullable<Int32>

Wartość portu HTTPS. Musi zawierać się w zakresie od 1 do 65535

Dotyczy