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
Subinterfaces with type arguments of type IdentityInner in com.azure.resourcemanager.msi.fluentModifier and TypeInterfaceDescriptioninterfaceAn instance of this class provides access to all the operations defined in UserAssignedIdentitiesClient.interfaceAn instance of this class provides access to all the operations defined in UserAssignedIdentitiesClient.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 IdentityInnerModifier and TypeMethodDescriptionstatic IdentityInnerIdentityInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of IdentityInner from the JsonReader.IdentityInner.withIsolationScope(IsolationScope isolationScope) Set the isolationScope property: Enum to configure regional restrictions on identity assignment, as necessary.IdentityInner.withLocation(String location) -
Uses of IdentityInner in com.azure.resourcemanager.msi.models
Subinterfaces with type arguments of type IdentityInner in com.azure.resourcemanager.msi.modelsModifier and TypeInterfaceDescriptioninterfaceAn immutable client-side representation of an Azure Managed Service Identity (MSI) Identity resource.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.