Partager via


SecretsClient Interface

public interface SecretsClient

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

Method Summary

Modifier and Type Method and Description
abstract SyncPoller<PollResult<SecretInner>,SecretInner> beginCreate(String resourceGroupName, String profileName, String secretName, SecretInner secret)

Creates a new Secret within the specified profile.

abstract SyncPoller<PollResult<SecretInner>,SecretInner> beginCreate(String resourceGroupName, String profileName, String secretName, SecretInner secret, Context context)

Creates a new Secret within the specified profile.

abstract PollerFlux<PollResult<SecretInner>,SecretInner> beginCreateAsync(String resourceGroupName, String profileName, String secretName, SecretInner secret)

Creates a new Secret within the specified profile.

abstract SyncPoller<PollResult<Void>,Void> beginDelete(String resourceGroupName, String profileName, String secretName)

Deletes an existing Secret within profile.

abstract SyncPoller<PollResult<Void>,Void> beginDelete(String resourceGroupName, String profileName, String secretName, Context context)

Deletes an existing Secret within profile.

abstract PollerFlux<PollResult<Void>,Void> beginDeleteAsync(String resourceGroupName, String profileName, String secretName)

Deletes an existing Secret within profile.

abstract SecretInner create(String resourceGroupName, String profileName, String secretName, SecretInner secret)

Creates a new Secret within the specified profile.

abstract SecretInner create(String resourceGroupName, String profileName, String secretName, SecretInner secret, Context context)

Creates a new Secret within the specified profile.

abstract Mono<SecretInner> createAsync(String resourceGroupName, String profileName, String secretName, SecretInner secret)

Creates a new Secret within the specified profile.

abstract Mono<Response<Flux<ByteBuffer>>> createWithResponseAsync(String resourceGroupName, String profileName, String secretName, SecretInner secret)

Creates a new Secret within the specified profile.

abstract void delete(String resourceGroupName, String profileName, String secretName)

Deletes an existing Secret within profile.

abstract void delete(String resourceGroupName, String profileName, String secretName, Context context)

Deletes an existing Secret within profile.

abstract Mono<Void> deleteAsync(String resourceGroupName, String profileName, String secretName)

Deletes an existing Secret within profile.

abstract Mono<Response<Flux<ByteBuffer>>> deleteWithResponseAsync(String resourceGroupName, String profileName, String secretName)

Deletes an existing Secret within profile.

abstract SecretInner get(String resourceGroupName, String profileName, String secretName)

Gets an existing Secret within a profile.

abstract Mono<SecretInner> getAsync(String resourceGroupName, String profileName, String secretName)

Gets an existing Secret within a profile.

abstract Response<SecretInner> getWithResponse(String resourceGroupName, String profileName, String secretName, Context context)

Gets an existing Secret within a profile.

abstract Mono<Response<SecretInner>> getWithResponseAsync(String resourceGroupName, String profileName, String secretName)

Gets an existing Secret within a profile.

abstract PagedIterable<SecretInner> listByProfile(String resourceGroupName, String profileName)

Lists existing AzureFrontDoor secrets.

abstract PagedIterable<SecretInner> listByProfile(String resourceGroupName, String profileName, Context context)

Lists existing AzureFrontDoor secrets.

abstract PagedFlux<SecretInner> listByProfileAsync(String resourceGroupName, String profileName)

Lists existing AzureFrontDoor secrets.

Method Details

beginCreate

public abstract SyncPoller,SecretInner> beginCreate(String resourceGroupName, String profileName, String secretName, SecretInner secret)

Creates a new Secret within the specified profile.

Parameters:

resourceGroupName - Name of the Resource group within the Azure subscription.
profileName - Name of the Azure Front Door Standard or Azure Front Door Premium profile which is unique within the resource group.
secretName - Name of the Secret under the profile.
secret - The Secret properties.

Returns:

the SyncPoller<T,U> for polling of friendly Secret name mapping to the any Secret or secret related information.

beginCreate

public abstract SyncPoller,SecretInner> beginCreate(String resourceGroupName, String profileName, String secretName, SecretInner secret, Context context)

Creates a new Secret within the specified profile.

Parameters:

resourceGroupName - Name of the Resource group within the Azure subscription.
profileName - Name of the Azure Front Door Standard or Azure Front Door Premium profile which is unique within the resource group.
secretName - Name of the Secret under the profile.
secret - The Secret properties.
context - The context to associate with this operation.

Returns:

the SyncPoller<T,U> for polling of friendly Secret name mapping to the any Secret or secret related information.

beginCreateAsync

public abstract PollerFlux,SecretInner> beginCreateAsync(String resourceGroupName, String profileName, String secretName, SecretInner secret)

Creates a new Secret within the specified profile.

Parameters:

resourceGroupName - Name of the Resource group within the Azure subscription.
profileName - Name of the Azure Front Door Standard or Azure Front Door Premium profile which is unique within the resource group.
secretName - Name of the Secret under the profile.
secret - The Secret properties.

Returns:

the PollerFlux<T,U> for polling of friendly Secret name mapping to the any Secret or secret related information.

beginDelete

public abstract SyncPoller,Void> beginDelete(String resourceGroupName, String profileName, String secretName)

Deletes an existing Secret within profile.

Parameters:

resourceGroupName - Name of the Resource group within the Azure subscription.
profileName - Name of the Azure Front Door Standard or Azure Front Door Premium profile which is unique within the resource group.
secretName - Name of the Secret under the profile.

Returns:

the SyncPoller<T,U> for polling of long-running operation.

beginDelete

public abstract SyncPoller,Void> beginDelete(String resourceGroupName, String profileName, String secretName, Context context)

Deletes an existing Secret within profile.

Parameters:

resourceGroupName - Name of the Resource group within the Azure subscription.
profileName - Name of the Azure Front Door Standard or Azure Front Door Premium profile which is unique within the resource group.
secretName - Name of the Secret under the profile.
context - The context to associate with this operation.

Returns:

the SyncPoller<T,U> for polling of long-running operation.

beginDeleteAsync

public abstract PollerFlux,Void> beginDeleteAsync(String resourceGroupName, String profileName, String secretName)

Deletes an existing Secret within profile.

Parameters:

resourceGroupName - Name of the Resource group within the Azure subscription.
profileName - Name of the Azure Front Door Standard or Azure Front Door Premium profile which is unique within the resource group.
secretName - Name of the Secret under the profile.

Returns:

the PollerFlux<T,U> for polling of long-running operation.

create

public abstract SecretInner create(String resourceGroupName, String profileName, String secretName, SecretInner secret)

Creates a new Secret within the specified profile.

Parameters:

resourceGroupName - Name of the Resource group within the Azure subscription.
profileName - Name of the Azure Front Door Standard or Azure Front Door Premium profile which is unique within the resource group.
secretName - Name of the Secret under the profile.
secret - The Secret properties.

Returns:

friendly Secret name mapping to the any Secret or secret related information.

create

public abstract SecretInner create(String resourceGroupName, String profileName, String secretName, SecretInner secret, Context context)

Creates a new Secret within the specified profile.

Parameters:

resourceGroupName - Name of the Resource group within the Azure subscription.
profileName - Name of the Azure Front Door Standard or Azure Front Door Premium profile which is unique within the resource group.
secretName - Name of the Secret under the profile.
secret - The Secret properties.
context - The context to associate with this operation.

Returns:

friendly Secret name mapping to the any Secret or secret related information.

createAsync

public abstract Mono createAsync(String resourceGroupName, String profileName, String secretName, SecretInner secret)

Creates a new Secret within the specified profile.

Parameters:

resourceGroupName - Name of the Resource group within the Azure subscription.
profileName - Name of the Azure Front Door Standard or Azure Front Door Premium profile which is unique within the resource group.
secretName - Name of the Secret under the profile.
secret - The Secret properties.

Returns:

friendly Secret name mapping to the any Secret or secret related information on successful completion of Mono.

createWithResponseAsync

public abstract Mono>> createWithResponseAsync(String resourceGroupName, String profileName, String secretName, SecretInner secret)

Creates a new Secret within the specified profile.

Parameters:

resourceGroupName - Name of the Resource group within the Azure subscription.
profileName - Name of the Azure Front Door Standard or Azure Front Door Premium profile which is unique within the resource group.
secretName - Name of the Secret under the profile.
secret - The Secret properties.

Returns:

friendly Secret name mapping to the any Secret or secret related information along with Response<T> on successful completion of Mono.

delete

public abstract void delete(String resourceGroupName, String profileName, String secretName)

Deletes an existing Secret within profile.

Parameters:

resourceGroupName - Name of the Resource group within the Azure subscription.
profileName - Name of the Azure Front Door Standard or Azure Front Door Premium profile which is unique within the resource group.
secretName - Name of the Secret under the profile.

delete

public abstract void delete(String resourceGroupName, String profileName, String secretName, Context context)

Deletes an existing Secret within profile.

Parameters:

resourceGroupName - Name of the Resource group within the Azure subscription.
profileName - Name of the Azure Front Door Standard or Azure Front Door Premium profile which is unique within the resource group.
secretName - Name of the Secret under the profile.
context - The context to associate with this operation.

deleteAsync

public abstract Mono deleteAsync(String resourceGroupName, String profileName, String secretName)

Deletes an existing Secret within profile.

Parameters:

resourceGroupName - Name of the Resource group within the Azure subscription.
profileName - Name of the Azure Front Door Standard or Azure Front Door Premium profile which is unique within the resource group.
secretName - Name of the Secret under the profile.

Returns:

A Mono that completes when a successful response is received.

deleteWithResponseAsync

public abstract Mono>> deleteWithResponseAsync(String resourceGroupName, String profileName, String secretName)

Deletes an existing Secret within profile.

Parameters:

resourceGroupName - Name of the Resource group within the Azure subscription.
profileName - Name of the Azure Front Door Standard or Azure Front Door Premium profile which is unique within the resource group.
secretName - Name of the Secret under the profile.

Returns:

the Response<T> on successful completion of Mono.

get

public abstract SecretInner get(String resourceGroupName, String profileName, String secretName)

Gets an existing Secret within a profile.

Parameters:

resourceGroupName - Name of the Resource group within the Azure subscription.
profileName - Name of the Azure Front Door Standard or Azure Front Door Premium profile which is unique within the resource group.
secretName - Name of the Secret under the profile.

Returns:

an existing Secret within a profile.

getAsync

public abstract Mono getAsync(String resourceGroupName, String profileName, String secretName)

Gets an existing Secret within a profile.

Parameters:

resourceGroupName - Name of the Resource group within the Azure subscription.
profileName - Name of the Azure Front Door Standard or Azure Front Door Premium profile which is unique within the resource group.
secretName - Name of the Secret under the profile.

Returns:

an existing Secret within a profile on successful completion of Mono.

getWithResponse

public abstract Response getWithResponse(String resourceGroupName, String profileName, String secretName, Context context)

Gets an existing Secret within a profile.

Parameters:

resourceGroupName - Name of the Resource group within the Azure subscription.
profileName - Name of the Azure Front Door Standard or Azure Front Door Premium profile which is unique within the resource group.
secretName - Name of the Secret under the profile.
context - The context to associate with this operation.

Returns:

an existing Secret within a profile along with Response<T>.

getWithResponseAsync

public abstract Mono> getWithResponseAsync(String resourceGroupName, String profileName, String secretName)

Gets an existing Secret within a profile.

Parameters:

resourceGroupName - Name of the Resource group within the Azure subscription.
profileName - Name of the Azure Front Door Standard or Azure Front Door Premium profile which is unique within the resource group.
secretName - Name of the Secret under the profile.

Returns:

an existing Secret within a profile along with Response<T> on successful completion of Mono.

listByProfile

public abstract PagedIterable listByProfile(String resourceGroupName, String profileName)

Lists existing AzureFrontDoor secrets.

Parameters:

resourceGroupName - Name of the Resource group within the Azure subscription.
profileName - Name of the Azure Front Door Standard or Azure Front Door Premium profile which is unique within the resource group.

Returns:

result of the request to list secrets as paginated response with PagedIterable<T>.

listByProfile

public abstract PagedIterable listByProfile(String resourceGroupName, String profileName, Context context)

Lists existing AzureFrontDoor secrets.

Parameters:

resourceGroupName - Name of the Resource group within the Azure subscription.
profileName - Name of the Azure Front Door Standard or Azure Front Door Premium profile which is unique within the resource group.
context - The context to associate with this operation.

Returns:

result of the request to list secrets as paginated response with PagedIterable<T>.

listByProfileAsync

public abstract PagedFlux listByProfileAsync(String resourceGroupName, String profileName)

Lists existing AzureFrontDoor secrets.

Parameters:

resourceGroupName - Name of the Resource group within the Azure subscription.
profileName - Name of the Azure Front Door Standard or Azure Front Door Premium profile which is unique within the resource group.

Returns:

result of the request to list secrets as paginated response with PagedFlux<T>.

Applies to