你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
MicrosoftGraphVerifiedDomain Class
- java.
lang. Object - com.
azure. resourcemanager. authorization. fluent. models. MicrosoftGraphVerifiedDomain
- com.
Implements
public final class MicrosoftGraphVerifiedDomain
implements JsonSerializable<MicrosoftGraphVerifiedDomain>
verifiedDomain.
Constructor Summary
Constructor | Description |
---|---|
MicrosoftGraphVerifiedDomain() |
Creates an instance of Microsoft |
Method Summary
Modifier and Type | Method and Description |
---|---|
Map<String,Object> |
additionalProperties()
Get the additional |
String |
capabilities()
Get the capabilities property: For example, 'Email', 'Office |
static
Microsoft |
fromJson(JsonReader jsonReader)
Reads an instance of Microsoft |
Boolean |
isDefault()
Get the is |
Boolean |
isInitial()
Get the is |
String |
name()
Get the name property: The domain name; for example, 'contoso. |
Json |
toJson(JsonWriter jsonWriter) |
String |
type()
Get the type property: For example, 'Managed'. |
void |
validate()
Validates the instance. |
Microsoft |
withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additional |
Microsoft |
withCapabilities(String capabilities)
Set the capabilities property: For example, 'Email', 'Office |
Microsoft |
withIsDefault(Boolean isDefault)
Set the is |
Microsoft |
withIsInitial(Boolean isInitial)
Set the is |
Microsoft |
withName(String name)
Set the name property: The domain name; for example, 'contoso. |
Microsoft |
withType(String type)
Set the type property: For example, 'Managed'. |
Methods inherited from java.lang.Object
Constructor Details
MicrosoftGraphVerifiedDomain
public MicrosoftGraphVerifiedDomain()
Creates an instance of MicrosoftGraphVerifiedDomain class.
Method Details
additionalProperties
public Map
Get the additionalProperties property: verifiedDomain.
Returns:
capabilities
public String capabilities()
Get the capabilities property: For example, 'Email', 'OfficeCommunicationsOnline'.
Returns:
fromJson
public static MicrosoftGraphVerifiedDomain fromJson(JsonReader jsonReader)
Reads an instance of MicrosoftGraphVerifiedDomain from the JsonReader.
Parameters:
Returns:
Throws:
isDefault
public Boolean isDefault()
Get the isDefault property: true if this is the default domain associated with the tenant; otherwise, false.
Returns:
isInitial
public Boolean isInitial()
Get the isInitial property: true if this is the initial domain associated with the tenant; otherwise, false.
Returns:
name
public String name()
Get the name property: The domain name; for example, 'contoso.onmicrosoft.com'.
Returns:
toJson
type
public String type()
Get the type property: For example, 'Managed'.
Returns:
validate
public void validate()
Validates the instance.
withAdditionalProperties
public MicrosoftGraphVerifiedDomain withAdditionalProperties(Map
Set the additionalProperties property: verifiedDomain.
Parameters:
Returns:
withCapabilities
public MicrosoftGraphVerifiedDomain withCapabilities(String capabilities)
Set the capabilities property: For example, 'Email', 'OfficeCommunicationsOnline'.
Parameters:
Returns:
withIsDefault
public MicrosoftGraphVerifiedDomain withIsDefault(Boolean isDefault)
Set the isDefault property: true if this is the default domain associated with the tenant; otherwise, false.
Parameters:
Returns:
withIsInitial
public MicrosoftGraphVerifiedDomain withIsInitial(Boolean isInitial)
Set the isInitial property: true if this is the initial domain associated with the tenant; otherwise, false.
Parameters:
Returns:
withName
public MicrosoftGraphVerifiedDomain withName(String name)
Set the name property: The domain name; for example, 'contoso.onmicrosoft.com'.
Parameters:
Returns:
withType
public MicrosoftGraphVerifiedDomain withType(String type)
Set the type property: For example, 'Managed'.
Parameters:
Returns: