Freigeben über


AutomationAccountPython2PackageCollection Klasse

Definition

Eine Klasse, die eine Auflistung von und deren AutomationAccountPython2PackageResource Vorgänge darstellt. Jedes AutomationAccountPython2PackageResource in der Auflistung gehört zum gleichen instance von AutomationAccountResource. Um einen AutomationAccountPython2PackageCollection instance rufen Sie die GetAutomationAccountPython2Packages-Methode aus einer instance von aufAutomationAccountResource.

public class AutomationAccountPython2PackageCollection : Azure.ResourceManager.ArmCollection, System.Collections.Generic.IAsyncEnumerable<Azure.ResourceManager.Automation.AutomationAccountPython2PackageResource>, System.Collections.Generic.IEnumerable<Azure.ResourceManager.Automation.AutomationAccountPython2PackageResource>
type AutomationAccountPython2PackageCollection = class
    inherit ArmCollection
    interface seq<AutomationAccountPython2PackageResource>
    interface IEnumerable
    interface IAsyncEnumerable<AutomationAccountPython2PackageResource>
Public Class AutomationAccountPython2PackageCollection
Inherits ArmCollection
Implements IAsyncEnumerable(Of AutomationAccountPython2PackageResource), IEnumerable(Of AutomationAccountPython2PackageResource)
Vererbung
AutomationAccountPython2PackageCollection
Implementiert

Konstruktoren

AutomationAccountPython2PackageCollection()

Initialisiert eine neue instance der -Klasse für die AutomationAccountPython2PackageCollection Simulation.

Eigenschaften

Client

Ruft den ArmClient ab, aus dem dieser Ressourcenclient erstellt wurde.

(Geerbt von ArmCollection)
Diagnostics

Ruft die Diagnoseoptionen für diesen Ressourcenclient ab.

(Geerbt von ArmCollection)
Endpoint

Ruft den Basis-URI für diesen Ressourcenclient ab.

(Geerbt von ArmCollection)
Id

Ruft den Ressourcenbezeichner ab.

(Geerbt von ArmCollection)
Pipeline

Ruft die Pipeline für diesen Ressourcenclient ab.

(Geerbt von ArmCollection)

Methoden

CreateOrUpdate(WaitUntil, String, AutomationAccountPython2PackageCreateOrUpdateContent, CancellationToken)

Erstellen oder aktualisieren Sie das Python 2-Paket, das durch den Paketnamen identifiziert wird.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccounts}/python2Packages/{packageName}
  • Vorgangs-IdPython2Package_CreateOrUpdate
CreateOrUpdateAsync(WaitUntil, String, AutomationAccountPython2PackageCreateOrUpdateContent, CancellationToken)

Erstellen oder aktualisieren Sie das Python 2-Paket, das durch den Paketnamen identifiziert wird.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccounts}/python2Packages/{packageName}
  • Vorgangs-IdPython2Package_CreateOrUpdate
Exists(String, CancellationToken)

Überprüft, ob die Ressource in Azure vorhanden ist.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccounts}/python2Packages/{packageName}
  • Vorgangs-IdPython2Package_Get
ExistsAsync(String, CancellationToken)

Überprüft, ob die Ressource in Azure vorhanden ist.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccounts}/python2Packages/{packageName}
  • Vorgangs-IdPython2Package_Get
Get(String, CancellationToken)

Rufen Sie das Python 2-Paket ab, das anhand des Paketnamens identifiziert wird.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccounts}/python2Packages/{packageName}
  • Vorgangs-IdPython2Package_Get
GetAll(CancellationToken)

Rufen Sie eine Liste von Python 2-Paketen ab.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/python2Packages
  • Vorgangs-IdPython2Package_ListByAutomationAccount
GetAllAsync(CancellationToken)

Rufen Sie eine Liste von Python 2-Paketen ab.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/python2Packages
  • Vorgangs-IdPython2Package_ListByAutomationAccount
GetAsync(String, CancellationToken)

Rufen Sie das Python 2-Paket ab, das anhand des Paketnamens identifiziert wird.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccounts}/python2Packages/{packageName}
  • Vorgangs-IdPython2Package_Get
TryGetApiVersion(ResourceType, String)

Ruft die API-Version außer Kraft, wenn sie für die aktuellen Clientoptionen festgelegt wurde.

(Geerbt von ArmCollection)

Explizite Schnittstellenimplementierungen

IAsyncEnumerable<AutomationAccountPython2PackageResource>.GetAsyncEnumerator(CancellationToken)

Gibt einen Enumerator zurück, der die Sammlung asynchron durchläuft.

IEnumerable.GetEnumerator()

Gibt einen Enumerator zurück, der eine Auflistung durchläuft.

IEnumerable<AutomationAccountPython2PackageResource>.GetEnumerator()

Gibt einen Enumerator zurück, der die Auflistung durchläuft.

Gilt für: