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

CollectionOfLinksOfHomeRealmDiscoveryPolicy Class

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

Implements

public final class CollectionOfLinksOfHomeRealmDiscoveryPolicy
implements JsonSerializable<CollectionOfLinksOfHomeRealmDiscoveryPolicy>

Collection of links of homeRealmDiscoveryPolicy.

Constructor Summary

Constructor Description
CollectionOfLinksOfHomeRealmDiscoveryPolicy()

Creates an instance of CollectionOfLinksOfHomeRealmDiscoveryPolicy class.

Method Summary

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

Get the additionalProperties property: Collection of links of homeRealmDiscoveryPolicy.

static CollectionOfLinksOfHomeRealmDiscoveryPolicy fromJson(JsonReader jsonReader)

Reads an instance of CollectionOfLinksOfHomeRealmDiscoveryPolicy from the JsonReader.

String odataNextLink()

Get the odataNextLink property: The @odata.nextLink property.

JsonWriter toJson(JsonWriter jsonWriter)
void validate()

Validates the instance.

List<String> value()

Get the value property: The value property.

CollectionOfLinksOfHomeRealmDiscoveryPolicy withAdditionalProperties(Map<String,Object> additionalProperties)

Set the additionalProperties property: Collection of links of homeRealmDiscoveryPolicy.

CollectionOfLinksOfHomeRealmDiscoveryPolicy withOdataNextLink(String odataNextLink)

Set the odataNextLink property: The @odata.nextLink property.

CollectionOfLinksOfHomeRealmDiscoveryPolicy withValue(List<String> value)

Set the value property: The value property.

Methods inherited from java.lang.Object

Constructor Details

CollectionOfLinksOfHomeRealmDiscoveryPolicy

public CollectionOfLinksOfHomeRealmDiscoveryPolicy()

Creates an instance of CollectionOfLinksOfHomeRealmDiscoveryPolicy class.

Method Details

additionalProperties

public Map additionalProperties()

Get the additionalProperties property: Collection of links of homeRealmDiscoveryPolicy.

Returns:

the additionalProperties value.

fromJson

public static CollectionOfLinksOfHomeRealmDiscoveryPolicy fromJson(JsonReader jsonReader)

Reads an instance of CollectionOfLinksOfHomeRealmDiscoveryPolicy from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

An instance of CollectionOfLinksOfHomeRealmDiscoveryPolicy 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 CollectionOfLinksOfHomeRealmDiscoveryPolicy.

odataNextLink

public String odataNextLink()

Get the odataNextLink property: The @odata.nextLink property.

Returns:

the odataNextLink value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

validate

public void validate()

Validates the instance.

value

public List value()

Get the value property: The value property.

Returns:

the value value.

withAdditionalProperties

public CollectionOfLinksOfHomeRealmDiscoveryPolicy withAdditionalProperties(Map additionalProperties)

Set the additionalProperties property: Collection of links of homeRealmDiscoveryPolicy.

Parameters:

additionalProperties - the additionalProperties value to set.

Returns:

the CollectionOfLinksOfHomeRealmDiscoveryPolicy object itself.

withOdataNextLink

public CollectionOfLinksOfHomeRealmDiscoveryPolicy withOdataNextLink(String odataNextLink)

Set the odataNextLink property: The @odata.nextLink property.

Parameters:

odataNextLink - the odataNextLink value to set.

Returns:

the CollectionOfLinksOfHomeRealmDiscoveryPolicy object itself.

withValue

public CollectionOfLinksOfHomeRealmDiscoveryPolicy withValue(List value)

Set the value property: The value property.

Parameters:

value - the value value to set.

Returns:

the CollectionOfLinksOfHomeRealmDiscoveryPolicy object itself.

Applies to