Freigeben über


Python2PackageOperationsExtensions.Get Methode

Definition

Rufen Sie das Python 2-Paket ab, das durch den Paketnamen identifiziert wird. http://aka.ms/azureautomationsdk/moduleoperations

public static Microsoft.Azure.Management.Automation.Models.Module Get (this Microsoft.Azure.Management.Automation.IPython2PackageOperations operations, string resourceGroupName, string automationAccountName, string packageName);
static member Get : Microsoft.Azure.Management.Automation.IPython2PackageOperations * string * string * string -> Microsoft.Azure.Management.Automation.Models.Module
<Extension()>
Public Function Get (operations As IPython2PackageOperations, resourceGroupName As String, automationAccountName As String, packageName As String) As Module

Parameter

operations
IPython2PackageOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

Name einer Azure-Ressourcengruppe.

automationAccountName
String

Der Name des Automation-Kontos.

packageName
String

Der Name des Python-Pakets.

Gibt zurück

Gilt für: