你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

MicrosoftGraphSettingSource Class

  • java.lang.Object
    • com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphSettingSource

Implements

public final class MicrosoftGraphSettingSource
implements JsonSerializable<MicrosoftGraphSettingSource>

settingSource.

Constructor Summary

Constructor Description
MicrosoftGraphSettingSource()

Creates an instance of MicrosoftGraphSettingSource class.

Method Summary

Modifier and Type Method and Description
Map<String,Object> additionalProperties()

Get the additionalProperties property: settingSource.

String displayName()

Get the displayName property: Not yet documented.

static MicrosoftGraphSettingSource fromJson(JsonReader jsonReader)

Reads an instance of MicrosoftGraphSettingSource from the JsonReader.

String id()

Get the id property: Not yet documented.

JsonWriter toJson(JsonWriter jsonWriter)
void validate()

Validates the instance.

MicrosoftGraphSettingSource withAdditionalProperties(Map<String,Object> additionalProperties)

Set the additionalProperties property: settingSource.

MicrosoftGraphSettingSource withDisplayName(String displayName)

Set the displayName property: Not yet documented.

MicrosoftGraphSettingSource 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 additionalProperties()

Get the additionalProperties property: settingSource.

Returns:

the additionalProperties value.

displayName

public String displayName()

Get the displayName property: Not yet documented.

Returns:

the displayName value.

fromJson

public static MicrosoftGraphSettingSource fromJson(JsonReader jsonReader)

Reads an instance of MicrosoftGraphSettingSource from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

An instance of MicrosoftGraphSettingSource if the JsonReader was pointing to an instance of it, or null if it was pointing to JSON null.

Throws:

IOException

- If an error occurs while reading the MicrosoftGraphSettingSource.

id

public String id()

Get the id property: Not yet documented.

Returns:

the id value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

validate

public void validate()

Validates the instance.

withAdditionalProperties

public MicrosoftGraphSettingSource withAdditionalProperties(Map additionalProperties)

Set the additionalProperties property: settingSource.

Parameters:

additionalProperties - the additionalProperties value to set.

Returns:

the MicrosoftGraphSettingSource object itself.

withDisplayName

public MicrosoftGraphSettingSource withDisplayName(String displayName)

Set the displayName property: Not yet documented.

Parameters:

displayName - the displayName value to set.

Returns:

the MicrosoftGraphSettingSource object itself.

withId

public MicrosoftGraphSettingSource withId(String id)

Set the id property: Not yet documented.

Parameters:

id - the id value to set.

Returns:

the MicrosoftGraphSettingSource object itself.

Applies to