SecretsClient Interface
public interface SecretsClient
An instance of this class provides access to all the operations defined in SecretsClient.
Method Summary
Method Details
beginCreate
public abstract SyncPoller<PollResult<SecretInner>,SecretInner> beginCreate(String resourceGroupName, String profileName, String secretName, SecretInner secret)
Creates a new Secret within the specified profile.
Parameters:
Returns:
beginCreate
public abstract SyncPoller<PollResult<SecretInner>,SecretInner> beginCreate(String resourceGroupName, String profileName, String secretName, SecretInner secret, Context context)
Creates a new Secret within the specified profile.
Parameters:
Returns:
beginCreateAsync
public abstract PollerFlux<PollResult<SecretInner>,SecretInner> beginCreateAsync(String resourceGroupName, String profileName, String secretName, SecretInner secret)
Creates a new Secret within the specified profile.
Parameters:
Returns:
beginDelete
public abstract SyncPoller<PollResult<Void>,Void> beginDelete(String resourceGroupName, String profileName, String secretName)
Deletes an existing Secret within profile.
Parameters:
Returns:
beginDelete
public abstract SyncPoller<PollResult<Void>,Void> beginDelete(String resourceGroupName, String profileName, String secretName, Context context)
Deletes an existing Secret within profile.
Parameters:
Returns:
beginDeleteAsync
public abstract PollerFlux<PollResult<Void>,Void> beginDeleteAsync(String resourceGroupName, String profileName, String secretName)
Deletes an existing Secret within profile.
Parameters:
Returns:
create
public abstract SecretInner create(String resourceGroupName, String profileName, String secretName, SecretInner secret)
Creates a new Secret within the specified profile.
Parameters:
Returns:
create
public abstract SecretInner create(String resourceGroupName, String profileName, String secretName, SecretInner secret, Context context)
Creates a new Secret within the specified profile.
Parameters:
Returns:
createAsync
public abstract Mono<SecretInner> createAsync(String resourceGroupName, String profileName, String secretName, SecretInner secret)
Creates a new Secret within the specified profile.
Parameters:
Returns:
createWithResponseAsync
public abstract Mono<Response<Flux<ByteBuffer>>> createWithResponseAsync(String resourceGroupName, String profileName, String secretName, SecretInner secret)
Creates a new Secret within the specified profile.
Parameters:
Returns:
delete
public abstract void delete(String resourceGroupName, String profileName, String secretName)
Deletes an existing Secret within profile.
Parameters:
delete
public abstract void delete(String resourceGroupName, String profileName, String secretName, Context context)
Deletes an existing Secret within profile.
Parameters:
deleteAsync
public abstract Mono<Void> deleteAsync(String resourceGroupName, String profileName, String secretName)
Deletes an existing Secret within profile.
Parameters:
Returns:
deleteWithResponseAsync
public abstract Mono<Response<Flux<ByteBuffer>>> deleteWithResponseAsync(String resourceGroupName, String profileName, String secretName)
Deletes an existing Secret within profile.
Parameters:
Returns:
get
public abstract SecretInner get(String resourceGroupName, String profileName, String secretName)
Gets an existing Secret within a profile.
Parameters:
Returns:
getAsync
public abstract Mono<SecretInner> getAsync(String resourceGroupName, String profileName, String secretName)
Gets an existing Secret within a profile.
Parameters:
Returns:
getWithResponse
public abstract Response<SecretInner> getWithResponse(String resourceGroupName, String profileName, String secretName, Context context)
Gets an existing Secret within a profile.
Parameters:
Returns:
getWithResponseAsync
public abstract Mono<Response<SecretInner>> getWithResponseAsync(String resourceGroupName, String profileName, String secretName)
Gets an existing Secret within a profile.
Parameters:
Returns:
listByProfile
public abstract PagedIterable<SecretInner> listByProfile(String resourceGroupName, String profileName)
Lists existing AzureFrontDoor secrets.
Parameters:
Returns:
listByProfile
public abstract PagedIterable<SecretInner> listByProfile(String resourceGroupName, String profileName, Context context)
Lists existing AzureFrontDoor secrets.
Parameters:
Returns:
listByProfileAsync
public abstract PagedFlux<SecretInner> listByProfileAsync(String resourceGroupName, String profileName)
Lists existing AzureFrontDoor secrets.
Parameters:
Returns: