TopLevelDomainInner Konstruktory
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Przeciążenia
TopLevelDomainInner() |
Inicjuje nowe wystąpienie klasy TopLevelDomainInner. |
TopLevelDomainInner(String, String, String, String, Nullable<Boolean>) |
Inicjuje nowe wystąpienie klasy TopLevelDomainInner. |
TopLevelDomainInner()
Inicjuje nowe wystąpienie klasy TopLevelDomainInner.
public TopLevelDomainInner ();
Public Sub New ()
Dotyczy
TopLevelDomainInner(String, String, String, String, Nullable<Boolean>)
Inicjuje nowe wystąpienie klasy TopLevelDomainInner.
public TopLevelDomainInner (string id = default, string name = default, string type = default, string kind = default, bool? privacy = default);
new Microsoft.Azure.Management.AppService.Fluent.Models.TopLevelDomainInner : string * string * string * string * Nullable<bool> -> Microsoft.Azure.Management.AppService.Fluent.Models.TopLevelDomainInner
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional kind As String = Nothing, Optional privacy As Nullable(Of Boolean) = Nothing)
Parametry
- id
- String
- name
- String
- type
- String
- kind
- String
Rodzaj zasobu.
Jeśli <kod>ma wartość true</code>, domena najwyższego poziomu obsługuje prywatność domeny; w przeciwnym razie <kod>false</code>.
Dotyczy
Azure SDK for .NET