CredentialOperationsExtensions.Delete Metoda
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
Odstraňte přihlašovací údaje. http://aka.ms/azureautomationsdk/credentialoperations
public static Microsoft.Azure.AzureOperationResponse Delete (this Microsoft.Azure.Management.Automation.ICredentialOperations operations, string resourceGroupName, string automationAccount, string credentialName);
public static void Delete (this Microsoft.Azure.Management.Automation.ICredentialOperations operations, string resourceGroupName, string automationAccountName, string credentialName);
static member Delete : Microsoft.Azure.Management.Automation.ICredentialOperations * string * string * string -> Microsoft.Azure.AzureOperationResponse
static member Delete : Microsoft.Azure.Management.Automation.ICredentialOperations * string * string * string -> unit
<Extension()>
Public Function Delete (operations As ICredentialOperations, resourceGroupName As String, automationAccount As String, credentialName As String) As AzureOperationResponse
<Extension()>
Public Sub Delete (operations As ICredentialOperations, resourceGroupName As String, automationAccountName As String, credentialName As String)
Parametry
- operations
- ICredentialOperations
Skupina operací pro tuto metodu rozšíření.
- resourceGroupName
- String
Název skupiny prostředků Azure.
- automationAccountautomationAccountName
- String
- credentialName
- String
Název přihlašovacích údajů.
Návraty
Microsoft.Azure.AzureOperationResponse
Platí pro
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET