Uses of Class
com.azure.resourcemanager.msi.models.UserAssignedIdentitiesListResult
Packages that use UserAssignedIdentitiesListResult
Package
Description
Package containing the data models for ManagedServiceIdentityClient.
-
Uses of UserAssignedIdentitiesListResult in com.azure.resourcemanager.msi.models
Classes in com.azure.resourcemanager.msi.models that implement interfaces with type arguments of type UserAssignedIdentitiesListResultModifier and TypeClassDescriptionfinal classValues returned by the List operation.Methods in com.azure.resourcemanager.msi.models that return UserAssignedIdentitiesListResultModifier and TypeMethodDescriptionUserAssignedIdentitiesListResult.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of UserAssignedIdentitiesListResult from the JsonReader.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.