SecretsOperations interface

Interface representing a Secrets operations.

Properties

beginCreate
beginCreateAndWait
beginDelete
beginDeleteAndWait
create

Creates a new Secret within the specified profile.

delete

Deletes an existing Secret within profile.

get

Gets an existing Secret within a profile.

listByProfile

Lists existing AzureFrontDoor secrets.

Property Details

beginCreate

Warning

This API is now deprecated.

use create instead

beginCreate: (resourceGroupName: string, profileName: string, secretName: string, secret: Secret, options?: SecretsCreateOptionalParams) => Promise<SimplePollerLike<OperationState<Secret>, Secret>>

Property Value

(resourceGroupName: string, profileName: string, secretName: string, secret: Secret, options?: SecretsCreateOptionalParams) => Promise<SimplePollerLike<OperationState<Secret>, Secret>>

beginCreateAndWait

Warning

This API is now deprecated.

use create instead

beginCreateAndWait: (resourceGroupName: string, profileName: string, secretName: string, secret: Secret, options?: SecretsCreateOptionalParams) => Promise<Secret>

Property Value

(resourceGroupName: string, profileName: string, secretName: string, secret: Secret, options?: SecretsCreateOptionalParams) => Promise<Secret>

beginDelete

Warning

This API is now deprecated.

use delete instead

beginDelete: (resourceGroupName: string, profileName: string, secretName: string, options?: SecretsDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>

Property Value

(resourceGroupName: string, profileName: string, secretName: string, options?: SecretsDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>

beginDeleteAndWait

Warning

This API is now deprecated.

use delete instead

beginDeleteAndWait: (resourceGroupName: string, profileName: string, secretName: string, options?: SecretsDeleteOptionalParams) => Promise<void>

Property Value

(resourceGroupName: string, profileName: string, secretName: string, options?: SecretsDeleteOptionalParams) => Promise<void>

create

Creates a new Secret within the specified profile.

create: (resourceGroupName: string, profileName: string, secretName: string, secret: Secret, options?: SecretsCreateOptionalParams) => PollerLike<OperationState<Secret>, Secret>

Property Value

(resourceGroupName: string, profileName: string, secretName: string, secret: Secret, options?: SecretsCreateOptionalParams) => PollerLike<OperationState<Secret>, Secret>

delete

Deletes an existing Secret within profile.

delete: (resourceGroupName: string, profileName: string, secretName: string, options?: SecretsDeleteOptionalParams) => PollerLike<OperationState<void>, void>

Property Value

(resourceGroupName: string, profileName: string, secretName: string, options?: SecretsDeleteOptionalParams) => PollerLike<OperationState<void>, void>

get

Gets an existing Secret within a profile.

get: (resourceGroupName: string, profileName: string, secretName: string, options?: SecretsGetOptionalParams) => Promise<Secret>

Property Value

(resourceGroupName: string, profileName: string, secretName: string, options?: SecretsGetOptionalParams) => Promise<Secret>

listByProfile

Lists existing AzureFrontDoor secrets.

listByProfile: (resourceGroupName: string, profileName: string, options?: SecretsListByProfileOptionalParams) => PagedAsyncIterableIterator<Secret, Secret[], PageSettings>

Property Value

(resourceGroupName: string, profileName: string, options?: SecretsListByProfileOptionalParams) => PagedAsyncIterableIterator<Secret, Secret[], PageSettings>