Condividi tramite


Python2PackageOperationsExtensions.Get Metodo

Definizione

Recuperare il pacchetto Python 2 identificato dal nome del pacchetto. 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

Parametri

operations
IPython2PackageOperations

Gruppo di operazioni per questo metodo di estensione.

resourceGroupName
String

Nome di un gruppo di risorse di Azure.

automationAccountName
String

Nome dell'account di automazione.

packageName
String

Nome del pacchetto Python.

Restituisce

Si applica a