DomainInner Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
DomainInner() |
Initializes a new instance of the DomainInner class. |
DomainInner(String, IDictionary<String,Object>, String, Nullable<Boolean>, Nullable<Boolean>) |
Initializes a new instance of the DomainInner class. |
DomainInner()
Initializes a new instance of the DomainInner class.
public DomainInner ();
Public Sub New ()
Applies to
DomainInner(String, IDictionary<String,Object>, String, Nullable<Boolean>, Nullable<Boolean>)
Initializes a new instance of the DomainInner class.
public DomainInner (string name, System.Collections.Generic.IDictionary<string,object> additionalProperties = default, string authenticationType = default, bool? isDefault = default, bool? isVerified = default);
new Microsoft.Azure.Management.Graph.RBAC.Fluent.Models.DomainInner : string * System.Collections.Generic.IDictionary<string, obj> * string * Nullable<bool> * Nullable<bool> -> Microsoft.Azure.Management.Graph.RBAC.Fluent.Models.DomainInner
Public Sub New (name As String, Optional additionalProperties As IDictionary(Of String, Object) = Nothing, Optional authenticationType As String = Nothing, Optional isDefault As Nullable(Of Boolean) = Nothing, Optional isVerified As Nullable(Of Boolean) = Nothing)
Parameters
- name
- String
the domain name.
- additionalProperties
- IDictionary<String,Object>
Unmatched properties from the message are deserialized this collection
- authenticationType
- String
the type of the authentication into the domain.
Applies to
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
Azure SDK for .NET