AutomationAccountPython2PackageCollection Classe
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Classe représentant une collection de AutomationAccountPython2PackageResource et leurs opérations. Chacun AutomationAccountPython2PackageResource de la collection appartient au même instance de AutomationAccountResource. Pour obtenir un AutomationAccountPython2PackageCollection instance appelez la méthode GetAutomationAccountPython2Packages à partir d’un instance de AutomationAccountResource.
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)
- Héritage
- Implémente
Constructeurs
AutomationAccountPython2PackageCollection() |
Initialise une nouvelle instance de la classe pour la AutomationAccountPython2PackageCollection simulation. |
Propriétés
Client |
Obtient le ArmClient à partir duquel ce client de ressource a été créé. (Hérité de ArmCollection) |
Diagnostics |
Obtient les options de diagnostic pour ce client de ressources. (Hérité de ArmCollection) |
Endpoint |
Obtient l’URI de base pour ce client de ressource. (Hérité de ArmCollection) |
Id |
Obtient l’identificateur de ressource. (Hérité de ArmCollection) |
Pipeline |
Obtient le pipeline pour ce client de ressource. (Hérité de ArmCollection) |
Méthodes
CreateOrUpdate(WaitUntil, String, AutomationAccountPython2PackageCreateOrUpdateContent, CancellationToken) |
Créez ou mettez à jour le package Python 2 identifié par le nom du package.
|
CreateOrUpdateAsync(WaitUntil, String, AutomationAccountPython2PackageCreateOrUpdateContent, CancellationToken) |
Créez ou mettez à jour le package Python 2 identifié par le nom du package.
|
Exists(String, CancellationToken) |
Vérifie si la ressource existe dans Azure.
|
ExistsAsync(String, CancellationToken) |
Vérifie si la ressource existe dans Azure.
|
Get(String, CancellationToken) |
Récupérez le package Python 2 identifié par le nom du package.
|
GetAll(CancellationToken) |
Récupérez une liste de packages Python 2.
|
GetAllAsync(CancellationToken) |
Récupérez une liste de packages Python 2.
|
GetAsync(String, CancellationToken) |
Récupérez le package Python 2 identifié par le nom du package.
|
TryGetApiVersion(ResourceType, String) |
Obtient le remplacement de version de l’API s’il a été défini pour les options client actuelles. (Hérité de ArmCollection) |
Implémentations d’interfaces explicites
IAsyncEnumerable<AutomationAccountPython2PackageResource>.GetAsyncEnumerator(CancellationToken) |
Retourne un énumérateur qui boucle de façon asynchrone dans la collection. |
IEnumerable.GetEnumerator() |
Retourne un énumérateur qui itère au sein d’une collection. |
IEnumerable<AutomationAccountPython2PackageResource>.GetEnumerator() |
Retourne un énumérateur qui itère au sein de la collection. |