Class HybridIdentityMetadataList
java.lang.Object
com.azure.resourcemanager.hybridcontainerservice.models.HybridIdentityMetadataList
List of hybridIdentityMetadata.
-
Constructor Summary
ConstructorDescriptionCreates an instance of HybridIdentityMetadataList class. -
Method Summary
Modifier and TypeMethodDescriptionnextLink()
Get the nextLink property: Url to follow for getting next page of hybridIdentityMetadata.void
validate()
Validates the instance.value()
Get the value property: Array of hybridIdentityMetadata.withNextLink
(String nextLink) Set the nextLink property: Url to follow for getting next page of hybridIdentityMetadata.withValue
(List<HybridIdentityMetadataInner> value) Set the value property: Array of hybridIdentityMetadata.
-
Constructor Details
-
HybridIdentityMetadataList
public HybridIdentityMetadataList()Creates an instance of HybridIdentityMetadataList class.
-
-
Method Details
-
nextLink
Get the nextLink property: Url to follow for getting next page of hybridIdentityMetadata.- Returns:
- the nextLink value.
-
withNextLink
Set the nextLink property: Url to follow for getting next page of hybridIdentityMetadata.- Parameters:
nextLink
- the nextLink value to set.- Returns:
- the HybridIdentityMetadataList object itself.
-
value
Get the value property: Array of hybridIdentityMetadata.- Returns:
- the value value.
-
withValue
Set the value property: Array of hybridIdentityMetadata.- Parameters:
value
- the value value to set.- Returns:
- the HybridIdentityMetadataList object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-