CredentialOperations interface
Rozhraní představující CredentialOperations.
Metody
| create |
Vytvoří nebo aktualizuje přihlašovací údaje. |
| delete(string, string, string, Credential |
Odstraní přihlašovací údaje. |
| get(string, string, string, Credential |
Získá přihlašovací údaje. |
| list |
Výpis přihlašovacích údajů |
Podrobnosti metody
createOrUpdate(string, string, string, CredentialResource, CredentialOperationsCreateOrUpdateOptionalParams)
Vytvoří nebo aktualizuje přihlašovací údaje.
function createOrUpdate(resourceGroupName: string, factoryName: string, credentialName: string, credential: CredentialResource, options?: CredentialOperationsCreateOrUpdateOptionalParams): Promise<CredentialResource>
Parametry
- resourceGroupName
-
string
Název skupiny prostředků.
- factoryName
-
string
Název továrny.
- credentialName
-
string
Název přihlašovacích údajů
- credential
- CredentialResource
Definice prostředku přihlašovacích údajů
Parametry možností.
Návraty
Promise<CredentialResource>
delete(string, string, string, CredentialOperationsDeleteOptionalParams)
Odstraní přihlašovací údaje.
function delete(resourceGroupName: string, factoryName: string, credentialName: string, options?: CredentialOperationsDeleteOptionalParams): Promise<void>
Parametry
- resourceGroupName
-
string
Název skupiny prostředků.
- factoryName
-
string
Název továrny.
- credentialName
-
string
Název přihlašovacích údajů
Parametry možností.
Návraty
Promise<void>
get(string, string, string, CredentialOperationsGetOptionalParams)
Získá přihlašovací údaje.
function get(resourceGroupName: string, factoryName: string, credentialName: string, options?: CredentialOperationsGetOptionalParams): Promise<CredentialResource>
Parametry
- resourceGroupName
-
string
Název skupiny prostředků.
- factoryName
-
string
Název továrny.
- credentialName
-
string
Název přihlašovacích údajů
Parametry možností.
Návraty
Promise<CredentialResource>
listByFactory(string, string, CredentialOperationsListByFactoryOptionalParams)
Výpis přihlašovacích údajů
function listByFactory(resourceGroupName: string, factoryName: string, options?: CredentialOperationsListByFactoryOptionalParams): PagedAsyncIterableIterator<CredentialResource, CredentialResource[], PageSettings>
Parametry
- resourceGroupName
-
string
Název skupiny prostředků.
- factoryName
-
string
Název továrny.
Parametry možností.