你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
MicrosoftGraphSettingSource Class
- java.
lang. Object - com.
azure. resourcemanager. authorization. fluent. models. MicrosoftGraphSettingSource
- com.
Implements
public final class MicrosoftGraphSettingSource
implements JsonSerializable<MicrosoftGraphSettingSource>
settingSource.
Constructor Summary
Constructor | Description |
---|---|
MicrosoftGraphSettingSource() |
Creates an instance of Microsoft |
Method Summary
Modifier and Type | Method and Description |
---|---|
Map<String,Object> |
additionalProperties()
Get the additional |
String |
displayName()
Get the display |
static
Microsoft |
fromJson(JsonReader jsonReader)
Reads an instance of Microsoft |
String |
id()
Get the id property: Not yet documented. |
Json |
toJson(JsonWriter jsonWriter) |
void |
validate()
Validates the instance. |
Microsoft |
withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additional |
Microsoft |
withDisplayName(String displayName)
Set the display |
Microsoft |
withId(String id)
Set the id property: Not yet documented. |
Methods inherited from java.lang.Object
Constructor Details
MicrosoftGraphSettingSource
public MicrosoftGraphSettingSource()
Creates an instance of MicrosoftGraphSettingSource class.
Method Details
additionalProperties
public Map
Get the additionalProperties property: settingSource.
Returns:
displayName
public String displayName()
Get the displayName property: Not yet documented.
Returns:
fromJson
public static MicrosoftGraphSettingSource fromJson(JsonReader jsonReader)
Reads an instance of MicrosoftGraphSettingSource from the JsonReader.
Parameters:
Returns:
Throws:
id
public String id()
Get the id property: Not yet documented.
Returns:
toJson
validate
public void validate()
Validates the instance.
withAdditionalProperties
public MicrosoftGraphSettingSource withAdditionalProperties(Map
Set the additionalProperties property: settingSource.
Parameters:
Returns:
withDisplayName
public MicrosoftGraphSettingSource withDisplayName(String displayName)
Set the displayName property: Not yet documented.
Parameters:
Returns:
withId
public MicrosoftGraphSettingSource withId(String id)
Set the id property: Not yet documented.
Parameters:
Returns: