Uses of Class
com.azure.resourcemanager.msi.fluent.models.IdentityInner
-
Packages that use IdentityInner Package Description com.azure.resourcemanager.msi.fluent Package containing the service clients for ManagedServiceIdentityClient.com.azure.resourcemanager.msi.fluent.models Package containing the inner data models for ManagedServiceIdentityClient.com.azure.resourcemanager.msi.models 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 IdentityInner Modifier and Type Method Description IdentityInnerUserAssignedIdentitiesClient. createOrUpdate(String resourceGroupName, String resourceName, IdentityInner parameters)Create or update an identity in the specified subscription and resource group.IdentityInnerUserAssignedIdentitiesClient. getByResourceGroup(String resourceGroupName, String resourceName)Gets the identity.IdentityInnerUserAssignedIdentitiesClient. 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 IdentityInner Modifier and Type Method Description Mono<IdentityInner>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.Mono<IdentityInner>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.Mono<IdentityInner>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 IdentityInner Modifier and Type Method Description IdentityInnerUserAssignedIdentitiesClient. createOrUpdate(String resourceGroupName, String resourceName, IdentityInner parameters)Create or update an identity in the specified subscription and resource group.Mono<IdentityInner>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 Modifier and Type Method Description IdentityInnerIdentityInner. withLocation(String location)IdentityInnerIdentityInner. withTags(Map<String,String> tags) -
Uses of IdentityInner in com.azure.resourcemanager.msi.models
Methods in com.azure.resourcemanager.msi.models that return types with arguments of type IdentityInner Modifier and Type Method Description List<IdentityInner>UserAssignedIdentitiesListResult. 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 IdentityInner Modifier and Type Method Description UserAssignedIdentitiesListResultUserAssignedIdentitiesListResult. withValue(List<IdentityInner> value)Set the value property: The collection of userAssignedIdentities returned by the listing operation.
-