CredentialOperations interface
表示 CredentialOperations 的介面。
方法
方法詳細資料
createOrUpdate(string, string, string, CredentialResource, CredentialOperationsCreateOrUpdateOptionalParams)
建立或更新認證。
function createOrUpdate(resourceGroupName: string, factoryName: string, credentialName: string, credential: CredentialResource, options?: CredentialOperationsCreateOrUpdateOptionalParams): Promise<CredentialResource>
參數
- resourceGroupName
-
string
資源群組名稱。
- factoryName
-
string
Factory 名稱。
- credentialName
-
string
Credential name (認證名稱)
- credential
- CredentialResource
認證資源定義。
選項參數。
傳回
Promise<CredentialResource>
delete(string, string, string, CredentialOperationsDeleteOptionalParams)
刪除認證。
function delete(resourceGroupName: string, factoryName: string, credentialName: string, options?: CredentialOperationsDeleteOptionalParams): Promise<void>
參數
- resourceGroupName
-
string
資源群組名稱。
- factoryName
-
string
Factory 名稱。
- credentialName
-
string
Credential name (認證名稱)
選項參數。
傳回
Promise<void>
get(string, string, string, CredentialOperationsGetOptionalParams)
取得認證。
function get(resourceGroupName: string, factoryName: string, credentialName: string, options?: CredentialOperationsGetOptionalParams): Promise<CredentialResource>
參數
- resourceGroupName
-
string
資源群組名稱。
- factoryName
-
string
Factory 名稱。
- credentialName
-
string
Credential name (認證名稱)
選項參數。
傳回
Promise<CredentialResource>
listByFactory(string, string, CredentialOperationsListByFactoryOptionalParams)
列出認證。
function listByFactory(resourceGroupName: string, factoryName: string, options?: CredentialOperationsListByFactoryOptionalParams): PagedAsyncIterableIterator<CredentialResource, CredentialResource[], PageSettings>
參數
- resourceGroupName
-
string
資源群組名稱。
- factoryName
-
string
Factory 名稱。
選項參數。