UserAssignedIdentitiesListResult Class
- java.
lang. Object - com.
azure. resourcemanager. msi. models. UserAssignedIdentitiesListResult
- com.
Implements
public final class UserAssignedIdentitiesListResult
implements JsonSerializable<UserAssignedIdentitiesListResult>
Values returned by the List operation.
Constructor Summary
| Constructor | Description |
|---|---|
| UserAssignedIdentitiesListResult() |
Creates an instance of User |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
User |
fromJson(JsonReader jsonReader)
Reads an instance of User |
| String |
nextLink()
Get the next |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
List<Identity |
value()
Get the value property: The collection of user |
|
User |
withNextLink(String nextLink)
Set the next |
|
User |
withValue(List<IdentityInner> value)
Set the value property: The collection of user |
Methods inherited from java.lang.Object
Constructor Details
UserAssignedIdentitiesListResult
public UserAssignedIdentitiesListResult()
Creates an instance of UserAssignedIdentitiesListResult class.
Method Details
fromJson
public static UserAssignedIdentitiesListResult fromJson(JsonReader jsonReader)
Reads an instance of UserAssignedIdentitiesListResult from the JsonReader.
Parameters:
Returns:
Throws:
nextLink
public String nextLink()
Get the nextLink property: The url to get the next page of results, if any.
Returns:
toJson
validate
public void validate()
Validates the instance.
value
public List<IdentityInner> value()
Get the value property: The collection of userAssignedIdentities returned by the listing operation.
Returns:
withNextLink
public UserAssignedIdentitiesListResult withNextLink(String nextLink)
Set the nextLink property: The url to get the next page of results, if any.
Parameters:
Returns:
withValue
public UserAssignedIdentitiesListResult withValue(List<IdentityInner> value)
Set the value property: The collection of userAssignedIdentities returned by the listing operation.
Parameters:
Returns: