public final class UserAssignedIdentitiesListResult extends Object
| Constructor and Description |
|---|
UserAssignedIdentitiesListResult() |
| Modifier and Type | Method and Description |
|---|---|
String |
nextLink()
Get the nextLink property: The url to get the next page of results, if any.
|
void |
validate()
Validates the instance.
|
List<IdentityInner> |
value()
Get the value property: The collection of userAssignedIdentities returned by the listing operation.
|
UserAssignedIdentitiesListResult |
withNextLink(String nextLink)
Set the nextLink property: The url to get the next page of results, if any.
|
UserAssignedIdentitiesListResult |
withValue(List<IdentityInner> value)
Set the value property: The collection of userAssignedIdentities returned by the listing operation.
|
public List<IdentityInner> value()
public UserAssignedIdentitiesListResult withValue(List<IdentityInner> value)
value - the value value to set.public String nextLink()
public UserAssignedIdentitiesListResult withNextLink(String nextLink)
nextLink - the nextLink value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2020 Microsoft Corporation. All rights reserved.