AuthenticationPoliciesClient Interface

Implements

public interface AuthenticationPoliciesClient
extends InnerSupportsGet<AuthenticationPolicyInner>, InnerSupportsListing<AuthenticationPolicyInner>, InnerSupportsDelete<Void>

An instance of this class provides access to all the operations defined in AuthenticationPoliciesClient.

Method Summary

Modifier and Type Method and Description
abstract SyncPoller<PollResult<AuthenticationPolicyInner>,AuthenticationPolicyInner> beginCreateOrUpdate(String resourceGroupName, String authenticationPolicyName, AuthenticationPolicyInner resource)

Creates or updates an authentication policy with the specified name within a resource group.

abstract SyncPoller<PollResult<AuthenticationPolicyInner>,AuthenticationPolicyInner> beginCreateOrUpdate(String resourceGroupName, String authenticationPolicyName, AuthenticationPolicyInner resource, Context context)

Creates or updates an authentication policy with the specified name within a resource group.

abstract PollerFlux<PollResult<AuthenticationPolicyInner>,AuthenticationPolicyInner> beginCreateOrUpdateAsync(String resourceGroupName, String authenticationPolicyName, AuthenticationPolicyInner resource)

Creates or updates an authentication policy with the specified name within a resource group.

abstract AuthenticationPolicyInner createOrUpdate(String resourceGroupName, String authenticationPolicyName, AuthenticationPolicyInner resource)

Creates or updates an authentication policy with the specified name within a resource group.

abstract AuthenticationPolicyInner createOrUpdate(String resourceGroupName, String authenticationPolicyName, AuthenticationPolicyInner resource, Context context)

Creates or updates an authentication policy with the specified name within a resource group.

abstract reactor.core.publisher.Mono<AuthenticationPolicyInner> createOrUpdateAsync(String resourceGroupName, String authenticationPolicyName, AuthenticationPolicyInner resource)

Creates or updates an authentication policy with the specified name within a resource group.

abstract reactor.core.publisher.Mono<Response<reactor.core.publisher.Flux<ByteBuffer>>> createOrUpdateWithResponseAsync(String resourceGroupName, String authenticationPolicyName, AuthenticationPolicyInner resource)

Creates or updates an authentication policy with the specified name within a resource group.

abstract void delete(String resourceGroupName, String authenticationPolicyName)

Deletes the specified authentication policy.

abstract reactor.core.publisher.Mono<Void> deleteAsync(String resourceGroupName, String authenticationPolicyName)

Deletes the specified authentication policy.

abstract Response<Void> deleteWithResponse(String resourceGroupName, String authenticationPolicyName, Context context)

Deletes the specified authentication policy.

abstract reactor.core.publisher.Mono<Response<Void>> deleteWithResponseAsync(String resourceGroupName, String authenticationPolicyName)

Deletes the specified authentication policy.

abstract AuthenticationPolicyInner getByResourceGroup(String resourceGroupName, String authenticationPolicyName)

Retrieve the authentication policy with specified name within a resource group.

abstract reactor.core.publisher.Mono<AuthenticationPolicyInner> getByResourceGroupAsync(String resourceGroupName, String authenticationPolicyName)

Retrieve the authentication policy with specified name within a resource group.

abstract Response<AuthenticationPolicyInner> getByResourceGroupWithResponse(String resourceGroupName, String authenticationPolicyName, Context context)

Retrieve the authentication policy with specified name within a resource group.

abstract reactor.core.publisher.Mono<Response<AuthenticationPolicyInner>> getByResourceGroupWithResponseAsync(String resourceGroupName, String authenticationPolicyName)

Retrieve the authentication policy with specified name within a resource group.

abstract PagedIterable<AuthenticationPolicyInner> list()

Gets all the authentication policies in a subscription.

abstract PagedIterable<AuthenticationPolicyInner> list(Context context)

Gets all the authentication policies in a subscription.

abstract PagedFlux<AuthenticationPolicyInner> listAsync()

Gets all the authentication policies in a subscription.

abstract PagedIterable<AuthenticationPolicyInner> listByResourceGroup(String resourceGroupName)

Lists all of the authentication policies within a resource group.

abstract PagedIterable<AuthenticationPolicyInner> listByResourceGroup(String resourceGroupName, Context context)

Lists all of the authentication policies within a resource group.

abstract PagedFlux<AuthenticationPolicyInner> listByResourceGroupAsync(String resourceGroupName)

Lists all of the authentication policies within a resource group.

abstract AuthenticationPolicyInner update(String resourceGroupName, String authenticationPolicyName, AuthenticationPolicyUpdateParameters parameters)

Updates the tags and identity of an authentication policy.

abstract reactor.core.publisher.Mono<AuthenticationPolicyInner> updateAsync(String resourceGroupName, String authenticationPolicyName, AuthenticationPolicyUpdateParameters parameters)

Updates the tags and identity of an authentication policy.

abstract Response<AuthenticationPolicyInner> updateWithResponse(String resourceGroupName, String authenticationPolicyName, AuthenticationPolicyUpdateParameters parameters, Context context)

Updates the tags and identity of an authentication policy.

abstract reactor.core.publisher.Mono<Response<AuthenticationPolicyInner>> updateWithResponseAsync(String resourceGroupName, String authenticationPolicyName, AuthenticationPolicyUpdateParameters parameters)

Updates the tags and identity of an authentication policy.

Method Details

beginCreateOrUpdate

public abstract SyncPoller<PollResult<AuthenticationPolicyInner>,AuthenticationPolicyInner> beginCreateOrUpdate(String resourceGroupName, String authenticationPolicyName, AuthenticationPolicyInner resource)

Creates or updates an authentication policy with the specified name within a resource group.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
authenticationPolicyName - The name of the authentication policy.
resource - Authentication policy to be created or updated.

Returns:

the SyncPoller<T,U> for polling of authentication policy resource for identity integration.

beginCreateOrUpdate

public abstract SyncPoller<PollResult<AuthenticationPolicyInner>,AuthenticationPolicyInner> beginCreateOrUpdate(String resourceGroupName, String authenticationPolicyName, AuthenticationPolicyInner resource, Context context)

Creates or updates an authentication policy with the specified name within a resource group.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
authenticationPolicyName - The name of the authentication policy.
resource - Authentication policy to be created or updated.
context - The context to associate with this operation.

Returns:

the SyncPoller<T,U> for polling of authentication policy resource for identity integration.

beginCreateOrUpdateAsync

public abstract PollerFlux<PollResult<AuthenticationPolicyInner>,AuthenticationPolicyInner> beginCreateOrUpdateAsync(String resourceGroupName, String authenticationPolicyName, AuthenticationPolicyInner resource)

Creates or updates an authentication policy with the specified name within a resource group.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
authenticationPolicyName - The name of the authentication policy.
resource - Authentication policy to be created or updated.

Returns:

the PollerFlux<T,U> for polling of authentication policy resource for identity integration.

createOrUpdate

public abstract AuthenticationPolicyInner createOrUpdate(String resourceGroupName, String authenticationPolicyName, AuthenticationPolicyInner resource)

Creates or updates an authentication policy with the specified name within a resource group.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
authenticationPolicyName - The name of the authentication policy.
resource - Authentication policy to be created or updated.

Returns:

authentication policy resource for identity integration.

createOrUpdate

public abstract AuthenticationPolicyInner createOrUpdate(String resourceGroupName, String authenticationPolicyName, AuthenticationPolicyInner resource, Context context)

Creates or updates an authentication policy with the specified name within a resource group.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
authenticationPolicyName - The name of the authentication policy.
resource - Authentication policy to be created or updated.
context - The context to associate with this operation.

Returns:

authentication policy resource for identity integration.

createOrUpdateAsync

public abstract Mono<AuthenticationPolicyInner> createOrUpdateAsync(String resourceGroupName, String authenticationPolicyName, AuthenticationPolicyInner resource)

Creates or updates an authentication policy with the specified name within a resource group.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
authenticationPolicyName - The name of the authentication policy.
resource - Authentication policy to be created or updated.

Returns:

authentication policy resource for identity integration on successful completion of Mono.

createOrUpdateWithResponseAsync

public abstract Mono<Response<Flux<ByteBuffer>>> createOrUpdateWithResponseAsync(String resourceGroupName, String authenticationPolicyName, AuthenticationPolicyInner resource)

Creates or updates an authentication policy with the specified name within a resource group.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
authenticationPolicyName - The name of the authentication policy.
resource - Authentication policy to be created or updated.

Returns:

authentication policy resource for identity integration along with Response<T> on successful completion of Mono.

delete

public abstract void delete(String resourceGroupName, String authenticationPolicyName)

Deletes the specified authentication policy.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
authenticationPolicyName - The name of the authentication policy.

deleteAsync

public abstract Mono<Void> deleteAsync(String resourceGroupName, String authenticationPolicyName)

Deletes the specified authentication policy.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
authenticationPolicyName - The name of the authentication policy.

Returns:

A Mono that completes when a successful response is received.

deleteWithResponse

public abstract Response<Void> deleteWithResponse(String resourceGroupName, String authenticationPolicyName, Context context)

Deletes the specified authentication policy.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
authenticationPolicyName - The name of the authentication policy.
context - The context to associate with this operation.

Returns:

deleteWithResponseAsync

public abstract Mono<Response<Void>> deleteWithResponseAsync(String resourceGroupName, String authenticationPolicyName)

Deletes the specified authentication policy.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
authenticationPolicyName - The name of the authentication policy.

Returns:

the Response<T> on successful completion of Mono.

getByResourceGroup

public abstract AuthenticationPolicyInner getByResourceGroup(String resourceGroupName, String authenticationPolicyName)

Retrieve the authentication policy with specified name within a resource group.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
authenticationPolicyName - The name of the authentication policy.

Returns:

authentication policy resource for identity integration.

getByResourceGroupAsync

public abstract Mono<AuthenticationPolicyInner> getByResourceGroupAsync(String resourceGroupName, String authenticationPolicyName)

Retrieve the authentication policy with specified name within a resource group.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
authenticationPolicyName - The name of the authentication policy.

Returns:

authentication policy resource for identity integration on successful completion of Mono.

getByResourceGroupWithResponse

public abstract Response<AuthenticationPolicyInner> getByResourceGroupWithResponse(String resourceGroupName, String authenticationPolicyName, Context context)

Retrieve the authentication policy with specified name within a resource group.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
authenticationPolicyName - The name of the authentication policy.
context - The context to associate with this operation.

Returns:

authentication policy resource for identity integration along with Response<T>.

getByResourceGroupWithResponseAsync

public abstract Mono<Response<AuthenticationPolicyInner>> getByResourceGroupWithResponseAsync(String resourceGroupName, String authenticationPolicyName)

Retrieve the authentication policy with specified name within a resource group.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
authenticationPolicyName - The name of the authentication policy.

Returns:

authentication policy resource for identity integration along with Response<T> on successful completion of Mono.

list

public abstract PagedIterable<AuthenticationPolicyInner> list()

Gets all the authentication policies in a subscription.

Returns:

all the authentication policies in a subscription as paginated response with PagedIterable<T>.

list

public abstract PagedIterable<AuthenticationPolicyInner> list(Context context)

Gets all the authentication policies in a subscription.

Parameters:

context - The context to associate with this operation.

Returns:

all the authentication policies in a subscription as paginated response with PagedIterable<T>.

listAsync

public abstract PagedFlux<AuthenticationPolicyInner> listAsync()

Gets all the authentication policies in a subscription.

Returns:

all the authentication policies in a subscription as paginated response with PagedFlux<T>.

listByResourceGroup

public abstract PagedIterable<AuthenticationPolicyInner> listByResourceGroup(String resourceGroupName)

Lists all of the authentication policies within a resource group.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.

Returns:

the response of a AuthenticationPolicy list operation as paginated response with PagedIterable<T>.

listByResourceGroup

public abstract PagedIterable<AuthenticationPolicyInner> listByResourceGroup(String resourceGroupName, Context context)

Lists all of the authentication policies within a resource group.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
context - The context to associate with this operation.

Returns:

the response of a AuthenticationPolicy list operation as paginated response with PagedIterable<T>.

listByResourceGroupAsync

public abstract PagedFlux<AuthenticationPolicyInner> listByResourceGroupAsync(String resourceGroupName)

Lists all of the authentication policies within a resource group.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.

Returns:

the response of a AuthenticationPolicy list operation as paginated response with PagedFlux<T>.

update

public abstract AuthenticationPolicyInner update(String resourceGroupName, String authenticationPolicyName, AuthenticationPolicyUpdateParameters parameters)

Updates the tags and identity of an authentication policy.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
authenticationPolicyName - The name of the authentication policy.
parameters - Parameters supplied to update the authentication policy.

Returns:

authentication policy resource for identity integration.

updateAsync

public abstract Mono<AuthenticationPolicyInner> updateAsync(String resourceGroupName, String authenticationPolicyName, AuthenticationPolicyUpdateParameters parameters)

Updates the tags and identity of an authentication policy.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
authenticationPolicyName - The name of the authentication policy.
parameters - Parameters supplied to update the authentication policy.

Returns:

authentication policy resource for identity integration on successful completion of Mono.

updateWithResponse

public abstract Response<AuthenticationPolicyInner> updateWithResponse(String resourceGroupName, String authenticationPolicyName, AuthenticationPolicyUpdateParameters parameters, Context context)

Updates the tags and identity of an authentication policy.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
authenticationPolicyName - The name of the authentication policy.
parameters - Parameters supplied to update the authentication policy.
context - The context to associate with this operation.

Returns:

authentication policy resource for identity integration along with Response<T>.

updateWithResponseAsync

public abstract Mono<Response<AuthenticationPolicyInner>> updateWithResponseAsync(String resourceGroupName, String authenticationPolicyName, AuthenticationPolicyUpdateParameters parameters)

Updates the tags and identity of an authentication policy.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
authenticationPolicyName - The name of the authentication policy.
parameters - Parameters supplied to update the authentication policy.

Returns:

authentication policy resource for identity integration along with Response<T> on successful completion of Mono.

Applies to