Uses of Class
com.azure.resourcemanager.msi.fluent.models.IdentityInner
Packages that use IdentityInner
Package
Description
Package containing the service clients for ManagedServiceIdentityClient.
Package containing the inner data models for ManagedServiceIdentityClient.
Package containing the data models for ManagedServiceIdentityClient.
-
Uses of IdentityInner in com.azure.resourcemanager.msi.fluent
Methods in com.azure.resourcemanager.msi.fluent that return IdentityInnerModifier and TypeMethodDescriptionUserAssignedIdentitiesClient.createOrUpdate(String resourceGroupName, String resourceName, IdentityInner parameters) Create or update an identity in the specified subscription and resource group.UserAssignedIdentitiesClient.getByResourceGroup(String resourceGroupName, String resourceName) Gets the identity.UserAssignedIdentitiesClient.update(String resourceGroupName, String resourceName, IdentityUpdate parameters) Update an identity in the specified subscription and resource group.Methods in com.azure.resourcemanager.msi.fluent that return types with arguments of type IdentityInnerModifier and TypeMethodDescriptionUserAssignedIdentitiesClient.createOrUpdateAsync(String resourceGroupName, String resourceName, IdentityInner parameters) Create or update an identity in the specified subscription and resource group.com.azure.core.http.rest.Response<IdentityInner>UserAssignedIdentitiesClient.createOrUpdateWithResponse(String resourceGroupName, String resourceName, IdentityInner parameters, com.azure.core.util.Context context) Create or update an identity in the specified subscription and resource group.Mono<com.azure.core.http.rest.Response<IdentityInner>>UserAssignedIdentitiesClient.createOrUpdateWithResponseAsync(String resourceGroupName, String resourceName, IdentityInner parameters) Create or update an identity in the specified subscription and resource group.UserAssignedIdentitiesClient.getByResourceGroupAsync(String resourceGroupName, String resourceName) Gets the identity.com.azure.core.http.rest.Response<IdentityInner>UserAssignedIdentitiesClient.getByResourceGroupWithResponse(String resourceGroupName, String resourceName, com.azure.core.util.Context context) Gets the identity.Mono<com.azure.core.http.rest.Response<IdentityInner>>UserAssignedIdentitiesClient.getByResourceGroupWithResponseAsync(String resourceGroupName, String resourceName) Gets the identity.com.azure.core.http.rest.PagedIterable<IdentityInner>UserAssignedIdentitiesClient.list()Lists all the userAssignedIdentities available under the specified subscription.com.azure.core.http.rest.PagedIterable<IdentityInner>UserAssignedIdentitiesClient.list(com.azure.core.util.Context context) Lists all the userAssignedIdentities available under the specified subscription.com.azure.core.http.rest.PagedFlux<IdentityInner>UserAssignedIdentitiesClient.listAsync()Lists all the userAssignedIdentities available under the specified subscription.com.azure.core.http.rest.PagedIterable<IdentityInner>UserAssignedIdentitiesClient.listByResourceGroup(String resourceGroupName) Lists all the userAssignedIdentities available under the specified ResourceGroup.com.azure.core.http.rest.PagedIterable<IdentityInner>UserAssignedIdentitiesClient.listByResourceGroup(String resourceGroupName, com.azure.core.util.Context context) Lists all the userAssignedIdentities available under the specified ResourceGroup.com.azure.core.http.rest.PagedFlux<IdentityInner>UserAssignedIdentitiesClient.listByResourceGroupAsync(String resourceGroupName) Lists all the userAssignedIdentities available under the specified ResourceGroup.UserAssignedIdentitiesClient.updateAsync(String resourceGroupName, String resourceName, IdentityUpdate parameters) Update an identity in the specified subscription and resource group.com.azure.core.http.rest.Response<IdentityInner>UserAssignedIdentitiesClient.updateWithResponse(String resourceGroupName, String resourceName, IdentityUpdate parameters, com.azure.core.util.Context context) Update an identity in the specified subscription and resource group.Mono<com.azure.core.http.rest.Response<IdentityInner>>UserAssignedIdentitiesClient.updateWithResponseAsync(String resourceGroupName, String resourceName, IdentityUpdate parameters) Update an identity in the specified subscription and resource group.Methods in com.azure.resourcemanager.msi.fluent with parameters of type IdentityInnerModifier and TypeMethodDescriptionUserAssignedIdentitiesClient.createOrUpdate(String resourceGroupName, String resourceName, IdentityInner parameters) Create or update an identity in the specified subscription and resource group.UserAssignedIdentitiesClient.createOrUpdateAsync(String resourceGroupName, String resourceName, IdentityInner parameters) Create or update an identity in the specified subscription and resource group.com.azure.core.http.rest.Response<IdentityInner>UserAssignedIdentitiesClient.createOrUpdateWithResponse(String resourceGroupName, String resourceName, IdentityInner parameters, com.azure.core.util.Context context) Create or update an identity in the specified subscription and resource group.Mono<com.azure.core.http.rest.Response<IdentityInner>>UserAssignedIdentitiesClient.createOrUpdateWithResponseAsync(String resourceGroupName, String resourceName, IdentityInner parameters) Create or update an identity in the specified subscription and resource group. -
Uses of IdentityInner in com.azure.resourcemanager.msi.fluent.models
Methods in com.azure.resourcemanager.msi.fluent.models that return IdentityInner -
Uses of IdentityInner in com.azure.resourcemanager.msi.models
Methods in com.azure.resourcemanager.msi.models that return types with arguments of type IdentityInnerModifier and TypeMethodDescriptionUserAssignedIdentitiesListResult.value()Get the value property: The collection of userAssignedIdentities returned by the listing operation.Method parameters in com.azure.resourcemanager.msi.models with type arguments of type IdentityInnerModifier and TypeMethodDescriptionUserAssignedIdentitiesListResult.withValue(List<IdentityInner> value) Set the value property: The collection of userAssignedIdentities returned by the listing operation.