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
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:
Returns:
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:
Returns:
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:
Returns:
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:
Returns:
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:
Returns:
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:
Returns:
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:
Returns:
delete
public abstract void delete(String resourceGroupName, String authenticationPolicyName)
Deletes the specified authentication policy.
Parameters:
deleteAsync
public abstract Mono<Void> deleteAsync(String resourceGroupName, String authenticationPolicyName)
Deletes the specified authentication policy.
Parameters:
Returns:
deleteWithResponse
public abstract Response<Void> deleteWithResponse(String resourceGroupName, String authenticationPolicyName, Context context)
Deletes the specified authentication policy.
Parameters:
Returns:
deleteWithResponseAsync
public abstract Mono<Response<Void>> deleteWithResponseAsync(String resourceGroupName, String authenticationPolicyName)
Deletes the specified authentication policy.
Parameters:
Returns:
getByResourceGroup
public abstract AuthenticationPolicyInner getByResourceGroup(String resourceGroupName, String authenticationPolicyName)
Retrieve the authentication policy with specified name within a resource group.
Parameters:
Returns:
getByResourceGroupAsync
public abstract Mono<AuthenticationPolicyInner> getByResourceGroupAsync(String resourceGroupName, String authenticationPolicyName)
Retrieve the authentication policy with specified name within a resource group.
Parameters:
Returns:
getByResourceGroupWithResponse
public abstract Response<AuthenticationPolicyInner> getByResourceGroupWithResponse(String resourceGroupName, String authenticationPolicyName, Context context)
Retrieve the authentication policy with specified name within a resource group.
Parameters:
Returns:
getByResourceGroupWithResponseAsync
public abstract Mono<Response<AuthenticationPolicyInner>> getByResourceGroupWithResponseAsync(String resourceGroupName, String authenticationPolicyName)
Retrieve the authentication policy with specified name within a resource group.
Parameters:
Returns:
list
public abstract PagedIterable<AuthenticationPolicyInner> list()
Gets all the authentication policies in a subscription.
Returns:
list
public abstract PagedIterable<AuthenticationPolicyInner> list(Context context)
Gets all the authentication policies in a subscription.
Parameters:
Returns:
listAsync
public abstract PagedFlux<AuthenticationPolicyInner> listAsync()
Gets all the authentication policies in a subscription.
Returns:
listByResourceGroup
public abstract PagedIterable<AuthenticationPolicyInner> listByResourceGroup(String resourceGroupName)
Lists all of the authentication policies within a resource group.
Parameters:
Returns:
listByResourceGroup
public abstract PagedIterable<AuthenticationPolicyInner> listByResourceGroup(String resourceGroupName, Context context)
Lists all of the authentication policies within a resource group.
Parameters:
Returns:
listByResourceGroupAsync
public abstract PagedFlux<AuthenticationPolicyInner> listByResourceGroupAsync(String resourceGroupName)
Lists all of the authentication policies within a resource group.
Parameters:
Returns:
update
public abstract AuthenticationPolicyInner update(String resourceGroupName, String authenticationPolicyName, AuthenticationPolicyUpdateParameters parameters)
Updates the tags and identity of an authentication policy.
Parameters:
Returns:
updateAsync
public abstract Mono<AuthenticationPolicyInner> updateAsync(String resourceGroupName, String authenticationPolicyName, AuthenticationPolicyUpdateParameters parameters)
Updates the tags and identity of an authentication policy.
Parameters:
Returns:
updateWithResponse
public abstract Response<AuthenticationPolicyInner> updateWithResponse(String resourceGroupName, String authenticationPolicyName, AuthenticationPolicyUpdateParameters parameters, Context context)
Updates the tags and identity of an authentication policy.
Parameters:
Returns:
updateWithResponseAsync
public abstract Mono<Response<AuthenticationPolicyInner>> updateWithResponseAsync(String resourceGroupName, String authenticationPolicyName, AuthenticationPolicyUpdateParameters parameters)
Updates the tags and identity of an authentication policy.
Parameters:
Returns: