Interface TrustedAccessRoleBindingsClient
public interface TrustedAccessRoleBindingsClient
An instance of this class provides access to all the operations defined in TrustedAccessRoleBindingsClient.
-
Method Summary
Modifier and TypeMethodDescriptioncom.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<TrustedAccessRoleBindingInner>,TrustedAccessRoleBindingInner> beginCreateOrUpdate(String resourceGroupName, String resourceName, String trustedAccessRoleBindingName, TrustedAccessRoleBindingInner trustedAccessRoleBinding) Create or update a trusted access role binding.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<TrustedAccessRoleBindingInner>,TrustedAccessRoleBindingInner> beginCreateOrUpdate(String resourceGroupName, String resourceName, String trustedAccessRoleBindingName, TrustedAccessRoleBindingInner trustedAccessRoleBinding, com.azure.core.util.Context context) Create or update a trusted access role binding.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<TrustedAccessRoleBindingInner>,TrustedAccessRoleBindingInner> beginCreateOrUpdateAsync(String resourceGroupName, String resourceName, String trustedAccessRoleBindingName, TrustedAccessRoleBindingInner trustedAccessRoleBinding) Create or update a trusted access role binding.beginDelete(String resourceGroupName, String resourceName, String trustedAccessRoleBindingName) Delete a trusted access role binding.beginDelete(String resourceGroupName, String resourceName, String trustedAccessRoleBindingName, com.azure.core.util.Context context) Delete a trusted access role binding.beginDeleteAsync(String resourceGroupName, String resourceName, String trustedAccessRoleBindingName) Delete a trusted access role binding.createOrUpdate(String resourceGroupName, String resourceName, String trustedAccessRoleBindingName, TrustedAccessRoleBindingInner trustedAccessRoleBinding) Create or update a trusted access role binding.createOrUpdate(String resourceGroupName, String resourceName, String trustedAccessRoleBindingName, TrustedAccessRoleBindingInner trustedAccessRoleBinding, com.azure.core.util.Context context) Create or update a trusted access role binding.createOrUpdateAsync(String resourceGroupName, String resourceName, String trustedAccessRoleBindingName, TrustedAccessRoleBindingInner trustedAccessRoleBinding) Create or update a trusted access role binding.Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>>createOrUpdateWithResponseAsync(String resourceGroupName, String resourceName, String trustedAccessRoleBindingName, TrustedAccessRoleBindingInner trustedAccessRoleBinding) Create or update a trusted access role binding.voidDelete a trusted access role binding.voiddelete(String resourceGroupName, String resourceName, String trustedAccessRoleBindingName, com.azure.core.util.Context context) Delete a trusted access role binding.deleteAsync(String resourceGroupName, String resourceName, String trustedAccessRoleBindingName) Delete a trusted access role binding.Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>>deleteWithResponseAsync(String resourceGroupName, String resourceName, String trustedAccessRoleBindingName) Delete a trusted access role binding.Get a trusted access role binding.Get a trusted access role binding.com.azure.core.http.rest.Response<TrustedAccessRoleBindingInner>getWithResponse(String resourceGroupName, String resourceName, String trustedAccessRoleBindingName, com.azure.core.util.Context context) Get a trusted access role binding.Mono<com.azure.core.http.rest.Response<TrustedAccessRoleBindingInner>>getWithResponseAsync(String resourceGroupName, String resourceName, String trustedAccessRoleBindingName) Get a trusted access role binding.com.azure.core.http.rest.PagedIterable<TrustedAccessRoleBindingInner>List trusted access role bindings.com.azure.core.http.rest.PagedIterable<TrustedAccessRoleBindingInner>List trusted access role bindings.com.azure.core.http.rest.PagedFlux<TrustedAccessRoleBindingInner>List trusted access role bindings.
-
Method Details
-
listAsync
com.azure.core.http.rest.PagedFlux<TrustedAccessRoleBindingInner> listAsync(String resourceGroupName, String resourceName) List trusted access role bindings.- Parameters:
resourceGroupName- The name of the resource group. The name is case insensitive.resourceName- The name of the managed cluster resource.- Returns:
- list of trusted access role bindings 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<TrustedAccessRoleBindingInner> list(String resourceGroupName, String resourceName) List trusted access role bindings.- Parameters:
resourceGroupName- The name of the resource group. The name is case insensitive.resourceName- The name of the managed cluster resource.- Returns:
- list of trusted access role bindings 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<TrustedAccessRoleBindingInner> list(String resourceGroupName, String resourceName, com.azure.core.util.Context context) List trusted access role bindings.- Parameters:
resourceGroupName- The name of the resource group. The name is case insensitive.resourceName- The name of the managed cluster resource.context- The context to associate with this operation.- Returns:
- list of trusted access role bindings 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.
-
getWithResponseAsync
Mono<com.azure.core.http.rest.Response<TrustedAccessRoleBindingInner>> getWithResponseAsync(String resourceGroupName, String resourceName, String trustedAccessRoleBindingName) Get a trusted access role binding.- Parameters:
resourceGroupName- The name of the resource group. The name is case insensitive.resourceName- The name of the managed cluster resource.trustedAccessRoleBindingName- The name of trusted access role binding.- Returns:
- a trusted access role binding 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<TrustedAccessRoleBindingInner> getAsync(String resourceGroupName, String resourceName, String trustedAccessRoleBindingName) Get a trusted access role binding.- Parameters:
resourceGroupName- The name of the resource group. The name is case insensitive.resourceName- The name of the managed cluster resource.trustedAccessRoleBindingName- The name of trusted access role binding.- Returns:
- a trusted access role binding 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<TrustedAccessRoleBindingInner> getWithResponse(String resourceGroupName, String resourceName, String trustedAccessRoleBindingName, com.azure.core.util.Context context) Get a trusted access role binding.- Parameters:
resourceGroupName- The name of the resource group. The name is case insensitive.resourceName- The name of the managed cluster resource.trustedAccessRoleBindingName- The name of trusted access role binding.context- The context to associate with this operation.- Returns:
- a trusted access role binding 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
TrustedAccessRoleBindingInner get(String resourceGroupName, String resourceName, String trustedAccessRoleBindingName) Get a trusted access role binding.- Parameters:
resourceGroupName- The name of the resource group. The name is case insensitive.resourceName- The name of the managed cluster resource.trustedAccessRoleBindingName- The name of trusted access role binding.- Returns:
- a trusted access role binding.
- 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<Flux<ByteBuffer>>> createOrUpdateWithResponseAsync(String resourceGroupName, String resourceName, String trustedAccessRoleBindingName, TrustedAccessRoleBindingInner trustedAccessRoleBinding) Create or update a trusted access role binding.- Parameters:
resourceGroupName- The name of the resource group. The name is case insensitive.resourceName- The name of the managed cluster resource.trustedAccessRoleBindingName- The name of trusted access role binding.trustedAccessRoleBinding- A trusted access role binding.- Returns:
- defines binding between a resource and role 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.
-
beginCreateOrUpdateAsync
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<TrustedAccessRoleBindingInner>,TrustedAccessRoleBindingInner> beginCreateOrUpdateAsync(String resourceGroupName, String resourceName, String trustedAccessRoleBindingName, TrustedAccessRoleBindingInner trustedAccessRoleBinding) Create or update a trusted access role binding.- Parameters:
resourceGroupName- The name of the resource group. The name is case insensitive.resourceName- The name of the managed cluster resource.trustedAccessRoleBindingName- The name of trusted access role binding.trustedAccessRoleBinding- A trusted access role binding.- Returns:
- the
PollerFluxfor polling of defines binding between a resource and role. - 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.
-
beginCreateOrUpdate
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<TrustedAccessRoleBindingInner>,TrustedAccessRoleBindingInner> beginCreateOrUpdate(String resourceGroupName, String resourceName, String trustedAccessRoleBindingName, TrustedAccessRoleBindingInner trustedAccessRoleBinding) Create or update a trusted access role binding.- Parameters:
resourceGroupName- The name of the resource group. The name is case insensitive.resourceName- The name of the managed cluster resource.trustedAccessRoleBindingName- The name of trusted access role binding.trustedAccessRoleBinding- A trusted access role binding.- Returns:
- the
SyncPollerfor polling of defines binding between a resource and role. - 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.
-
beginCreateOrUpdate
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<TrustedAccessRoleBindingInner>,TrustedAccessRoleBindingInner> beginCreateOrUpdate(String resourceGroupName, String resourceName, String trustedAccessRoleBindingName, TrustedAccessRoleBindingInner trustedAccessRoleBinding, com.azure.core.util.Context context) Create or update a trusted access role binding.- Parameters:
resourceGroupName- The name of the resource group. The name is case insensitive.resourceName- The name of the managed cluster resource.trustedAccessRoleBindingName- The name of trusted access role binding.trustedAccessRoleBinding- A trusted access role binding.context- The context to associate with this operation.- Returns:
- the
SyncPollerfor polling of defines binding between a resource and role. - 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<TrustedAccessRoleBindingInner> createOrUpdateAsync(String resourceGroupName, String resourceName, String trustedAccessRoleBindingName, TrustedAccessRoleBindingInner trustedAccessRoleBinding) Create or update a trusted access role binding.- Parameters:
resourceGroupName- The name of the resource group. The name is case insensitive.resourceName- The name of the managed cluster resource.trustedAccessRoleBindingName- The name of trusted access role binding.trustedAccessRoleBinding- A trusted access role binding.- Returns:
- defines binding between a resource and role 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.
-
createOrUpdate
TrustedAccessRoleBindingInner createOrUpdate(String resourceGroupName, String resourceName, String trustedAccessRoleBindingName, TrustedAccessRoleBindingInner trustedAccessRoleBinding) Create or update a trusted access role binding.- Parameters:
resourceGroupName- The name of the resource group. The name is case insensitive.resourceName- The name of the managed cluster resource.trustedAccessRoleBindingName- The name of trusted access role binding.trustedAccessRoleBinding- A trusted access role binding.- Returns:
- defines binding between a resource and role.
- 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
TrustedAccessRoleBindingInner createOrUpdate(String resourceGroupName, String resourceName, String trustedAccessRoleBindingName, TrustedAccessRoleBindingInner trustedAccessRoleBinding, com.azure.core.util.Context context) Create or update a trusted access role binding.- Parameters:
resourceGroupName- The name of the resource group. The name is case insensitive.resourceName- The name of the managed cluster resource.trustedAccessRoleBindingName- The name of trusted access role binding.trustedAccessRoleBinding- A trusted access role binding.context- The context to associate with this operation.- Returns:
- defines binding between a resource and role.
- 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<Flux<ByteBuffer>>> deleteWithResponseAsync(String resourceGroupName, String resourceName, String trustedAccessRoleBindingName) Delete a trusted access role binding.- Parameters:
resourceGroupName- The name of the resource group. The name is case insensitive.resourceName- The name of the managed cluster resource.trustedAccessRoleBindingName- The name of trusted access role binding.- 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.
-
beginDeleteAsync
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<Void>,Void> beginDeleteAsync(String resourceGroupName, String resourceName, String trustedAccessRoleBindingName) Delete a trusted access role binding.- Parameters:
resourceGroupName- The name of the resource group. The name is case insensitive.resourceName- The name of the managed cluster resource.trustedAccessRoleBindingName- The name of trusted access role binding.- Returns:
- the
PollerFluxfor polling of long-running operation. - 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.
-
beginDelete
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> beginDelete(String resourceGroupName, String resourceName, String trustedAccessRoleBindingName) Delete a trusted access role binding.- Parameters:
resourceGroupName- The name of the resource group. The name is case insensitive.resourceName- The name of the managed cluster resource.trustedAccessRoleBindingName- The name of trusted access role binding.- Returns:
- the
SyncPollerfor polling of long-running operation. - 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.
-
beginDelete
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> beginDelete(String resourceGroupName, String resourceName, String trustedAccessRoleBindingName, com.azure.core.util.Context context) Delete a trusted access role binding.- Parameters:
resourceGroupName- The name of the resource group. The name is case insensitive.resourceName- The name of the managed cluster resource.trustedAccessRoleBindingName- The name of trusted access role binding.context- The context to associate with this operation.- Returns:
- the
SyncPollerfor polling of long-running operation. - 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 trustedAccessRoleBindingName) Delete a trusted access role binding.- Parameters:
resourceGroupName- The name of the resource group. The name is case insensitive.resourceName- The name of the managed cluster resource.trustedAccessRoleBindingName- The name of trusted access role binding.- 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.
-
delete
Delete a trusted access role binding.- Parameters:
resourceGroupName- The name of the resource group. The name is case insensitive.resourceName- The name of the managed cluster resource.trustedAccessRoleBindingName- The name of trusted access role binding.- 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 trustedAccessRoleBindingName, com.azure.core.util.Context context) Delete a trusted access role binding.- Parameters:
resourceGroupName- The name of the resource group. The name is case insensitive.resourceName- The name of the managed cluster resource.trustedAccessRoleBindingName- The name of trusted access role binding.context- The context to associate with this operation.- 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.
-