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
Creates a new Secret within the specified profile.
Parameters:
Returns:
beginCreate
public abstract SyncPoller
Creates a new Secret within the specified profile.
Parameters:
Returns:
beginCreateAsync
public abstract PollerFlux
Creates a new Secret within the specified profile.
Parameters:
Returns:
beginDelete
public abstract SyncPoller
Deletes an existing Secret within profile.
Parameters:
Returns:
beginDelete
public abstract SyncPoller
Deletes an existing Secret within profile.
Parameters:
Returns:
beginDeleteAsync
public abstract PollerFlux
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
Creates a new Secret within the specified profile.
Parameters:
Returns:
createWithResponseAsync
public abstract Mono
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
Deletes an existing Secret within profile.
Parameters:
Returns:
deleteWithResponseAsync
public abstract Mono
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
Gets an existing Secret within a profile.
Parameters:
Returns:
getWithResponse
public abstract Response
Gets an existing Secret within a profile.
Parameters:
Returns:
getWithResponseAsync
public abstract Mono
Gets an existing Secret within a profile.
Parameters:
Returns:
listByProfile
public abstract PagedIterable
Lists existing AzureFrontDoor secrets.
Parameters:
Returns:
listByProfile
public abstract PagedIterable
Lists existing AzureFrontDoor secrets.
Parameters:
Returns:
listByProfileAsync
public abstract PagedFlux
Lists existing AzureFrontDoor secrets.
Parameters:
Returns:
Applies to
Azure SDK for Java