public final class DomainInner extends Object
| Constructor and Description |
|---|
DomainInner() |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
additionalProperties()
Get the additionalProperties property: Active Directory Domain information.
|
String |
authenticationType()
Get the authenticationType property: the type of the authentication into the domain.
|
Boolean |
isDefault()
Get the isDefault property: if this is the default domain in the tenant.
|
Boolean |
isVerified()
Get the isVerified property: if this domain's ownership is verified.
|
String |
name()
Get the name property: the domain name.
|
void |
validate()
Validates the instance.
|
DomainInner |
withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additionalProperties property: Active Directory Domain information.
|
DomainInner |
withName(String name)
Set the name property: the domain name.
|
public String authenticationType()
public Boolean isDefault()
public Boolean isVerified()
public String name()
public DomainInner withName(String name)
name - the name value to set.public Map<String,Object> additionalProperties()
public DomainInner withAdditionalProperties(Map<String,Object> additionalProperties)
additionalProperties - the additionalProperties value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2020 Microsoft Corporation. All rights reserved.