DscNodeOperationsExtensions.Get Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
Get(IDscNodeOperations, String, String, Guid) | |
Get(IDscNodeOperations, String, String, String) |
Rufen Sie den durch die Knoten-ID identifizierten dsc-Knoten ab. http://aka.ms/azureautomationsdk/dscnodeoperations |
Get(IDscNodeOperations, String, String, Guid)
public static Microsoft.Azure.Management.Automation.Models.DscNodeGetResponse Get (this Microsoft.Azure.Management.Automation.IDscNodeOperations operations, string resourceGroupName, string automationAccount, Guid nodeId);
static member Get : Microsoft.Azure.Management.Automation.IDscNodeOperations * string * string * Guid -> Microsoft.Azure.Management.Automation.Models.DscNodeGetResponse
<Extension()>
Public Function Get (operations As IDscNodeOperations, resourceGroupName As String, automationAccount As String, nodeId As Guid) As DscNodeGetResponse
Parameter
- operations
- IDscNodeOperations
- resourceGroupName
- String
- automationAccount
- String
- nodeId
- Guid
Gibt zurück
Gilt für:
Get(IDscNodeOperations, String, String, String)
Rufen Sie den durch die Knoten-ID identifizierten dsc-Knoten ab. http://aka.ms/azureautomationsdk/dscnodeoperations
public static Microsoft.Azure.Management.Automation.Models.DscNode Get (this Microsoft.Azure.Management.Automation.IDscNodeOperations operations, string resourceGroupName, string automationAccountName, string nodeId);
static member Get : Microsoft.Azure.Management.Automation.IDscNodeOperations * string * string * string -> Microsoft.Azure.Management.Automation.Models.DscNode
<Extension()>
Public Function Get (operations As IDscNodeOperations, resourceGroupName As String, automationAccountName As String, nodeId As String) As DscNode
Parameter
- operations
- IDscNodeOperations
Die Vorgangsgruppe für diese Erweiterungsmethode.
- resourceGroupName
- String
Name einer Azure-Ressourcengruppe.
- automationAccountName
- String
Der Name des Automation-Kontos.
- nodeId
- String
Die Knoten-ID.
Gibt zurück
Gilt für:
Azure SDK for .NET