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