public interface UserAssignedIdentitiesClient extends InnerSupportsGet<IdentityInner>, InnerSupportsListing<IdentityInner>, InnerSupportsDelete<Void>
| Modifier and Type | Method and Description |
|---|---|
IdentityInner |
createOrUpdate(String resourceGroupName,
String resourceName,
IdentityInner parameters)
Create or update an identity in the specified subscription and resource group.
|
Mono<IdentityInner> |
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> |
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>> |
createOrUpdateWithResponseAsync(String resourceGroupName,
String resourceName,
IdentityInner parameters)
Create or update an identity in the specified subscription and resource group.
|
void |
delete(String resourceGroupName,
String resourceName)
Deletes the identity.
|
Mono<Void> |
deleteAsync(String resourceGroupName,
String resourceName)
Deletes the identity.
|
com.azure.core.http.rest.Response<Void> |
deleteWithResponse(String resourceGroupName,
String resourceName,
com.azure.core.util.Context context)
Deletes the identity.
|
Mono<com.azure.core.http.rest.Response<Void>> |
deleteWithResponseAsync(String resourceGroupName,
String resourceName)
Deletes the identity.
|
IdentityInner |
getByResourceGroup(String resourceGroupName,
String resourceName)
Gets the identity.
|
Mono<IdentityInner> |
getByResourceGroupAsync(String resourceGroupName,
String resourceName)
Gets the identity.
|
com.azure.core.http.rest.Response<IdentityInner> |
getByResourceGroupWithResponse(String resourceGroupName,
String resourceName,
com.azure.core.util.Context context)
Gets the identity.
|
Mono<com.azure.core.http.rest.Response<IdentityInner>> |
getByResourceGroupWithResponseAsync(String resourceGroupName,
String resourceName)
Gets the identity.
|
com.azure.core.http.rest.PagedIterable<IdentityInner> |
list()
Lists all the userAssignedIdentities available under the specified subscription.
|
com.azure.core.http.rest.PagedIterable<IdentityInner> |
list(com.azure.core.util.Context context)
Lists all the userAssignedIdentities available under the specified subscription.
|
com.azure.core.http.rest.PagedFlux<IdentityInner> |
listAsync()
Lists all the userAssignedIdentities available under the specified subscription.
|
com.azure.core.http.rest.PagedIterable<IdentityInner> |
listByResourceGroup(String resourceGroupName)
Lists all the userAssignedIdentities available under the specified ResourceGroup.
|
com.azure.core.http.rest.PagedIterable<IdentityInner> |
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> |
listByResourceGroupAsync(String resourceGroupName)
Lists all the userAssignedIdentities available under the specified ResourceGroup.
|
IdentityInner |
update(String resourceGroupName,
String resourceName,
IdentityUpdate parameters)
Update an identity in the specified subscription and resource group.
|
Mono<IdentityInner> |
updateAsync(String resourceGroupName,
String resourceName,
IdentityUpdate parameters)
Update an identity in the specified subscription and resource group.
|
com.azure.core.http.rest.Response<IdentityInner> |
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>> |
updateWithResponseAsync(String resourceGroupName,
String resourceName,
IdentityUpdate parameters)
Update an identity in the specified subscription and resource group.
|
com.azure.core.http.rest.PagedFlux<IdentityInner> listAsync()
listAsync in interface InnerSupportsListing<IdentityInner>com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedIterable<IdentityInner> list()
list in interface InnerSupportsListing<IdentityInner>com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedIterable<IdentityInner> list(com.azure.core.util.Context context)
context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedFlux<IdentityInner> listByResourceGroupAsync(String resourceGroupName)
listByResourceGroupAsync in interface InnerSupportsListing<IdentityInner>resourceGroupName - The name of the Resource Group to which the identity belongs.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedIterable<IdentityInner> listByResourceGroup(String resourceGroupName)
listByResourceGroup in interface InnerSupportsListing<IdentityInner>resourceGroupName - The name of the Resource Group to which the identity belongs.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedIterable<IdentityInner> listByResourceGroup(String resourceGroupName, com.azure.core.util.Context context)
resourceGroupName - The name of the Resource Group to which the identity belongs.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<IdentityInner>> createOrUpdateWithResponseAsync(String resourceGroupName, String resourceName, IdentityInner parameters)
resourceGroupName - The name of the Resource Group to which the identity belongs.resourceName - The name of the identity resource.parameters - Describes an identity resource.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<IdentityInner> createOrUpdateAsync(String resourceGroupName, String resourceName, IdentityInner parameters)
resourceGroupName - The name of the Resource Group to which the identity belongs.resourceName - The name of the identity resource.parameters - Describes an identity resource.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.IdentityInner createOrUpdate(String resourceGroupName, String resourceName, IdentityInner parameters)
resourceGroupName - The name of the Resource Group to which the identity belongs.resourceName - The name of the identity resource.parameters - Describes an identity resource.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<IdentityInner> createOrUpdateWithResponse(String resourceGroupName, String resourceName, IdentityInner parameters, com.azure.core.util.Context context)
resourceGroupName - The name of the Resource Group to which the identity belongs.resourceName - The name of the identity resource.parameters - Describes an identity resource.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<IdentityInner>> updateWithResponseAsync(String resourceGroupName, String resourceName, IdentityUpdate parameters)
resourceGroupName - The name of the Resource Group to which the identity belongs.resourceName - The name of the identity resource.parameters - Describes an identity resource.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<IdentityInner> updateAsync(String resourceGroupName, String resourceName, IdentityUpdate parameters)
resourceGroupName - The name of the Resource Group to which the identity belongs.resourceName - The name of the identity resource.parameters - Describes an identity resource.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.IdentityInner update(String resourceGroupName, String resourceName, IdentityUpdate parameters)
resourceGroupName - The name of the Resource Group to which the identity belongs.resourceName - The name of the identity resource.parameters - Describes an identity resource.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<IdentityInner> updateWithResponse(String resourceGroupName, String resourceName, IdentityUpdate parameters, com.azure.core.util.Context context)
resourceGroupName - The name of the Resource Group to which the identity belongs.resourceName - The name of the identity resource.parameters - Describes an identity resource.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<IdentityInner>> getByResourceGroupWithResponseAsync(String resourceGroupName, String resourceName)
resourceGroupName - The name of the Resource Group to which the identity belongs.resourceName - The name of the identity resource.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<IdentityInner> getByResourceGroupAsync(String resourceGroupName, String resourceName)
getByResourceGroupAsync in interface InnerSupportsGet<IdentityInner>resourceGroupName - The name of the Resource Group to which the identity belongs.resourceName - The name of the identity resource.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.IdentityInner getByResourceGroup(String resourceGroupName, String resourceName)
getByResourceGroup in interface InnerSupportsGet<IdentityInner>resourceGroupName - The name of the Resource Group to which the identity belongs.resourceName - The name of the identity resource.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<IdentityInner> getByResourceGroupWithResponse(String resourceGroupName, String resourceName, com.azure.core.util.Context context)
resourceGroupName - The name of the Resource Group to which the identity belongs.resourceName - The name of the identity resource.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<Void>> deleteWithResponseAsync(String resourceGroupName, String resourceName)
resourceGroupName - The name of the Resource Group to which the identity belongs.resourceName - The name of the identity resource.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<Void> deleteAsync(String resourceGroupName, String resourceName)
deleteAsync in interface InnerSupportsDelete<Void>resourceGroupName - The name of the Resource Group to which the identity belongs.resourceName - The name of the identity resource.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.void delete(String resourceGroupName, String resourceName)
resourceGroupName - The name of the Resource Group to which the identity belongs.resourceName - The name of the identity resource.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<Void> deleteWithResponse(String resourceGroupName, String resourceName, com.azure.core.util.Context context)
resourceGroupName - The name of the Resource Group to which the identity belongs.resourceName - The name of the identity resource.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Copyright © 2020 Microsoft Corporation. All rights reserved.