Interface FederatedIdentityCredentialsClient
public interface FederatedIdentityCredentialsClient
An instance of this class provides access to all the operations defined in FederatedIdentityCredentialsClient.
-
Method Summary
Modifier and TypeMethodDescriptioncreateOrUpdate(String resourceGroupName, String resourceName, String federatedIdentityCredentialResourceName, FederatedIdentityCredentialInner parameters) Create or update a federated identity credential under the specified user assigned identity.createOrUpdateAsync(String resourceGroupName, String resourceName, String federatedIdentityCredentialResourceName, FederatedIdentityCredentialInner parameters) Create or update a federated identity credential under the specified user assigned identity.com.azure.core.http.rest.Response<FederatedIdentityCredentialInner>createOrUpdateWithResponse(String resourceGroupName, String resourceName, String federatedIdentityCredentialResourceName, FederatedIdentityCredentialInner parameters, com.azure.core.util.Context context) Create or update a federated identity credential under the specified user assigned identity.Mono<com.azure.core.http.rest.Response<FederatedIdentityCredentialInner>>createOrUpdateWithResponseAsync(String resourceGroupName, String resourceName, String federatedIdentityCredentialResourceName, FederatedIdentityCredentialInner parameters) Create or update a federated identity credential under the specified user assigned identity.voiddelete(String resourceGroupName, String resourceName, String federatedIdentityCredentialResourceName) Deletes the federated identity credential.deleteAsync(String resourceGroupName, String resourceName, String federatedIdentityCredentialResourceName) Deletes the federated identity credential.com.azure.core.http.rest.Response<Void>deleteWithResponse(String resourceGroupName, String resourceName, String federatedIdentityCredentialResourceName, com.azure.core.util.Context context) Deletes the federated identity credential.deleteWithResponseAsync(String resourceGroupName, String resourceName, String federatedIdentityCredentialResourceName) Deletes the federated identity credential.Gets the federated identity credential.getAsync(String resourceGroupName, String resourceName, String federatedIdentityCredentialResourceName) Gets the federated identity credential.com.azure.core.http.rest.Response<FederatedIdentityCredentialInner>getWithResponse(String resourceGroupName, String resourceName, String federatedIdentityCredentialResourceName, com.azure.core.util.Context context) Gets the federated identity credential.Mono<com.azure.core.http.rest.Response<FederatedIdentityCredentialInner>>getWithResponseAsync(String resourceGroupName, String resourceName, String federatedIdentityCredentialResourceName) Gets the federated identity credential.com.azure.core.http.rest.PagedIterable<FederatedIdentityCredentialInner>Lists all the federated identity credentials under the specified user assigned identity.com.azure.core.http.rest.PagedIterable<FederatedIdentityCredentialInner>list(String resourceGroupName, String resourceName, Integer top, String skiptoken, com.azure.core.util.Context context) Lists all the federated identity credentials under the specified user assigned identity.com.azure.core.http.rest.PagedFlux<FederatedIdentityCredentialInner>Lists all the federated identity credentials under the specified user assigned identity.com.azure.core.http.rest.PagedFlux<FederatedIdentityCredentialInner>Lists all the federated identity credentials under the specified user assigned identity.
-
Method Details
-
listAsync
com.azure.core.http.rest.PagedFlux<FederatedIdentityCredentialInner> listAsync(String resourceGroupName, String resourceName, Integer top, String skiptoken) Lists all the federated identity credentials under the specified user assigned identity.- Parameters:
resourceGroupName- The name of the resource group. The name is case insensitive.resourceName- The name of the identity resource.top- Number of records to return.skiptoken- A skip token is used to continue retrieving items after an operation returns a partial result. If a previous response contains a nextLink element, the value of the nextLink element will include a skipToken parameter that specifies a starting point to use for subsequent calls.- Returns:
- values returned by the List operation for federated identity credentials as paginated response with
PagedFlux. - Throws:
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.
-
listAsync
com.azure.core.http.rest.PagedFlux<FederatedIdentityCredentialInner> listAsync(String resourceGroupName, String resourceName) Lists all the federated identity credentials under the specified user assigned identity.- Parameters:
resourceGroupName- The name of the resource group. The name is case insensitive.resourceName- The name of the identity resource.- Returns:
- values returned by the List operation for federated identity credentials as paginated response with
PagedFlux. - Throws:
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.
-
list
com.azure.core.http.rest.PagedIterable<FederatedIdentityCredentialInner> list(String resourceGroupName, String resourceName) Lists all the federated identity credentials under the specified user assigned identity.- Parameters:
resourceGroupName- The name of the resource group. The name is case insensitive.resourceName- The name of the identity resource.- Returns:
- values returned by the List operation for federated identity credentials as paginated response with
PagedIterable. - Throws:
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.
-
list
com.azure.core.http.rest.PagedIterable<FederatedIdentityCredentialInner> list(String resourceGroupName, String resourceName, Integer top, String skiptoken, com.azure.core.util.Context context) Lists all the federated identity credentials under the specified user assigned identity.- Parameters:
resourceGroupName- The name of the resource group. The name is case insensitive.resourceName- The name of the identity resource.top- Number of records to return.skiptoken- A skip token is used to continue retrieving items after an operation returns a partial result. If a previous response contains a nextLink element, the value of the nextLink element will include a skipToken parameter that specifies a starting point to use for subsequent calls.context- The context to associate with this operation.- Returns:
- values returned by the List operation for federated identity credentials as paginated response with
PagedIterable. - Throws:
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.
-
createOrUpdateWithResponseAsync
Mono<com.azure.core.http.rest.Response<FederatedIdentityCredentialInner>> createOrUpdateWithResponseAsync(String resourceGroupName, String resourceName, String federatedIdentityCredentialResourceName, FederatedIdentityCredentialInner parameters) Create or update a federated identity credential under the specified user assigned identity.- Parameters:
resourceGroupName- The name of the resource group. The name is case insensitive.resourceName- The name of the identity resource.federatedIdentityCredentialResourceName- The name of the federated identity credential resource.parameters- Parameters to create or update the federated identity credential.- Returns:
- describes a federated identity credential along with
Responseon successful completion ofMono. - Throws:
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.
-
createOrUpdateAsync
Mono<FederatedIdentityCredentialInner> createOrUpdateAsync(String resourceGroupName, String resourceName, String federatedIdentityCredentialResourceName, FederatedIdentityCredentialInner parameters) Create or update a federated identity credential under the specified user assigned identity.- Parameters:
resourceGroupName- The name of the resource group. The name is case insensitive.resourceName- The name of the identity resource.federatedIdentityCredentialResourceName- The name of the federated identity credential resource.parameters- Parameters to create or update the federated identity credential.- Returns:
- describes a federated identity credential on successful completion of
Mono. - Throws:
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.
-
createOrUpdateWithResponse
com.azure.core.http.rest.Response<FederatedIdentityCredentialInner> createOrUpdateWithResponse(String resourceGroupName, String resourceName, String federatedIdentityCredentialResourceName, FederatedIdentityCredentialInner parameters, com.azure.core.util.Context context) Create or update a federated identity credential under the specified user assigned identity.- Parameters:
resourceGroupName- The name of the resource group. The name is case insensitive.resourceName- The name of the identity resource.federatedIdentityCredentialResourceName- The name of the federated identity credential resource.parameters- Parameters to create or update the federated identity credential.context- The context to associate with this operation.- Returns:
- describes a federated identity credential along with
Response. - Throws:
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.
-
createOrUpdate
FederatedIdentityCredentialInner createOrUpdate(String resourceGroupName, String resourceName, String federatedIdentityCredentialResourceName, FederatedIdentityCredentialInner parameters) Create or update a federated identity credential under the specified user assigned identity.- Parameters:
resourceGroupName- The name of the resource group. The name is case insensitive.resourceName- The name of the identity resource.federatedIdentityCredentialResourceName- The name of the federated identity credential resource.parameters- Parameters to create or update the federated identity credential.- Returns:
- describes a federated identity credential.
- Throws:
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.
-
getWithResponseAsync
Mono<com.azure.core.http.rest.Response<FederatedIdentityCredentialInner>> getWithResponseAsync(String resourceGroupName, String resourceName, String federatedIdentityCredentialResourceName) Gets the federated identity credential.- Parameters:
resourceGroupName- The name of the resource group. The name is case insensitive.resourceName- The name of the identity resource.federatedIdentityCredentialResourceName- The name of the federated identity credential resource.- Returns:
- the federated identity credential along with
Responseon successful completion ofMono. - Throws:
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.
-
getAsync
Mono<FederatedIdentityCredentialInner> getAsync(String resourceGroupName, String resourceName, String federatedIdentityCredentialResourceName) Gets the federated identity credential.- Parameters:
resourceGroupName- The name of the resource group. The name is case insensitive.resourceName- The name of the identity resource.federatedIdentityCredentialResourceName- The name of the federated identity credential resource.- Returns:
- the federated identity credential on successful completion of
Mono. - Throws:
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.
-
getWithResponse
com.azure.core.http.rest.Response<FederatedIdentityCredentialInner> getWithResponse(String resourceGroupName, String resourceName, String federatedIdentityCredentialResourceName, com.azure.core.util.Context context) Gets the federated identity credential.- Parameters:
resourceGroupName- The name of the resource group. The name is case insensitive.resourceName- The name of the identity resource.federatedIdentityCredentialResourceName- The name of the federated identity credential resource.context- The context to associate with this operation.- Returns:
- the federated identity credential along with
Response. - Throws:
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.
-
get
FederatedIdentityCredentialInner get(String resourceGroupName, String resourceName, String federatedIdentityCredentialResourceName) Gets the federated identity credential.- Parameters:
resourceGroupName- The name of the resource group. The name is case insensitive.resourceName- The name of the identity resource.federatedIdentityCredentialResourceName- The name of the federated identity credential resource.- Returns:
- the federated identity credential.
- Throws:
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.
-
deleteWithResponseAsync
Mono<com.azure.core.http.rest.Response<Void>> deleteWithResponseAsync(String resourceGroupName, String resourceName, String federatedIdentityCredentialResourceName) Deletes the federated identity credential.- Parameters:
resourceGroupName- The name of the resource group. The name is case insensitive.resourceName- The name of the identity resource.federatedIdentityCredentialResourceName- The name of the federated identity credential resource.- Returns:
- the
Responseon successful completion ofMono. - Throws:
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.
-
deleteAsync
Mono<Void> deleteAsync(String resourceGroupName, String resourceName, String federatedIdentityCredentialResourceName) Deletes the federated identity credential.- Parameters:
resourceGroupName- The name of the resource group. The name is case insensitive.resourceName- The name of the identity resource.federatedIdentityCredentialResourceName- The name of the federated identity credential resource.- Returns:
- A
Monothat completes when a successful response is received. - Throws:
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.
-
deleteWithResponse
com.azure.core.http.rest.Response<Void> deleteWithResponse(String resourceGroupName, String resourceName, String federatedIdentityCredentialResourceName, com.azure.core.util.Context context) Deletes the federated identity credential.- Parameters:
resourceGroupName- The name of the resource group. The name is case insensitive.resourceName- The name of the identity resource.federatedIdentityCredentialResourceName- The name of the federated identity credential resource.context- The context to associate with this operation.- Returns:
- the
Response. - Throws:
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.
-
delete
void delete(String resourceGroupName, String resourceName, String federatedIdentityCredentialResourceName) Deletes the federated identity credential.- Parameters:
resourceGroupName- The name of the resource group. The name is case insensitive.resourceName- The name of the identity resource.federatedIdentityCredentialResourceName- The name of the federated identity credential resource.- Throws:
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.
-