SecretsOperations interface
介面代表秘密操作。
屬性
| begin |
|
| begin |
|
| begin |
|
| begin |
|
| create | 在指定的設定檔中建立一個新的秘密。 |
| delete | 刪除設定檔內的現有密碼。 |
| get | 取得設定檔內的現有密碼。 |
| list |
列出現有的 AzureFrontDoor 秘密。 |
屬性詳細資料
beginCreate
警告
此 API 現已淘汰。
use create instead
beginCreate: (resourceGroupName: string, profileName: string, secretName: string, secret: Secret, options?: SecretsCreateOptionalParams) => Promise<SimplePollerLike<OperationState<Secret>, Secret>>
屬性值
(resourceGroupName: string, profileName: string, secretName: string, secret: Secret, options?: SecretsCreateOptionalParams) => Promise<SimplePollerLike<OperationState<Secret>, Secret>>
beginCreateAndWait
警告
此 API 現已淘汰。
use create instead
beginCreateAndWait: (resourceGroupName: string, profileName: string, secretName: string, secret: Secret, options?: SecretsCreateOptionalParams) => Promise<Secret>
屬性值
(resourceGroupName: string, profileName: string, secretName: string, secret: Secret, options?: SecretsCreateOptionalParams) => Promise<Secret>
beginDelete
警告
此 API 現已淘汰。
use delete instead
beginDelete: (resourceGroupName: string, profileName: string, secretName: string, options?: SecretsDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>
屬性值
(resourceGroupName: string, profileName: string, secretName: string, options?: SecretsDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>
beginDeleteAndWait
警告
此 API 現已淘汰。
use delete instead
beginDeleteAndWait: (resourceGroupName: string, profileName: string, secretName: string, options?: SecretsDeleteOptionalParams) => Promise<void>
屬性值
(resourceGroupName: string, profileName: string, secretName: string, options?: SecretsDeleteOptionalParams) => Promise<void>
create
在指定的設定檔中建立一個新的秘密。
create: (resourceGroupName: string, profileName: string, secretName: string, secret: Secret, options?: SecretsCreateOptionalParams) => PollerLike<OperationState<Secret>, Secret>
屬性值
(resourceGroupName: string, profileName: string, secretName: string, secret: Secret, options?: SecretsCreateOptionalParams) => PollerLike<OperationState<Secret>, Secret>
delete
刪除設定檔內的現有密碼。
delete: (resourceGroupName: string, profileName: string, secretName: string, options?: SecretsDeleteOptionalParams) => PollerLike<OperationState<void>, void>
屬性值
(resourceGroupName: string, profileName: string, secretName: string, options?: SecretsDeleteOptionalParams) => PollerLike<OperationState<void>, void>
get
取得設定檔內的現有密碼。
get: (resourceGroupName: string, profileName: string, secretName: string, options?: SecretsGetOptionalParams) => Promise<Secret>
屬性值
(resourceGroupName: string, profileName: string, secretName: string, options?: SecretsGetOptionalParams) => Promise<Secret>
listByProfile
列出現有的 AzureFrontDoor 秘密。
listByProfile: (resourceGroupName: string, profileName: string, options?: SecretsListByProfileOptionalParams) => PagedAsyncIterableIterator<Secret, Secret[], PageSettings>
屬性值
(resourceGroupName: string, profileName: string, options?: SecretsListByProfileOptionalParams) => PagedAsyncIterableIterator<Secret, Secret[], PageSettings>