Class UserAssignedIdentitiesListResult
- java.lang.Object
-
- com.azure.resourcemanager.msi.models.UserAssignedIdentitiesListResult
-
public final class UserAssignedIdentitiesListResult extends Object
Values returned by the List operation.
-
-
Constructor Summary
Constructors Constructor Description UserAssignedIdentitiesListResult()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringnextLink()Get the nextLink property: The url to get the next page of results, if any.voidvalidate()Validates the instance.List<IdentityInner>value()Get the value property: The collection of userAssignedIdentities returned by the listing operation.UserAssignedIdentitiesListResultwithNextLink(String nextLink)Set the nextLink property: The url to get the next page of results, if any.UserAssignedIdentitiesListResultwithValue(List<IdentityInner> value)Set the value property: The collection of userAssignedIdentities returned by the listing operation.
-
-
-
Method Detail
-
value
public List<IdentityInner> value()
Get the value property: The collection of userAssignedIdentities returned by the listing operation.- Returns:
- the value value.
-
withValue
public UserAssignedIdentitiesListResult withValue(List<IdentityInner> value)
Set the value property: The collection of userAssignedIdentities returned by the listing operation.- Parameters:
value- the value value to set.- Returns:
- the UserAssignedIdentitiesListResult object itself.
-
nextLink
public String nextLink()
Get the nextLink property: The url to get the next page of results, if any.- Returns:
- the nextLink value.
-
withNextLink
public UserAssignedIdentitiesListResult withNextLink(String nextLink)
Set the nextLink property: The url to get the next page of results, if any.- Parameters:
nextLink- the nextLink value to set.- Returns:
- the UserAssignedIdentitiesListResult object itself.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
-