VirtualMachineRunCommandsOperationsExtensions.Get Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets specific run command for a subscription in a location.
public static Microsoft.Azure.Management.Compute.Models.RunCommandDocument Get (this Microsoft.Azure.Management.Compute.IVirtualMachineRunCommandsOperations operations, string location, string commandId);
static member Get : Microsoft.Azure.Management.Compute.IVirtualMachineRunCommandsOperations * string * string -> Microsoft.Azure.Management.Compute.Models.RunCommandDocument
<Extension()>
Public Function Get (operations As IVirtualMachineRunCommandsOperations, location As String, commandId As String) As RunCommandDocument
Parameters
- operations
- IVirtualMachineRunCommandsOperations
The operations group for this extension method.
- location
- String
The location upon which run commands is queried.
- commandId
- String
The command id.
Returns
Applies to
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET