Partager via


SnapshotResourceCollection Classe

Définition

Classe représentant une collection de SnapshotResource et leurs opérations. Chacun SnapshotResource de la collection appartient au même instance de ReportResource. Pour obtenir un SnapshotResourceCollection instance appelez la méthode GetSnapshotResources à partir d’un instance de ReportResource.

public class SnapshotResourceCollection : Azure.ResourceManager.ArmCollection, System.Collections.Generic.IAsyncEnumerable<Azure.ResourceManager.AppComplianceAutomation.SnapshotResource>, System.Collections.Generic.IEnumerable<Azure.ResourceManager.AppComplianceAutomation.SnapshotResource>
type SnapshotResourceCollection = class
    inherit ArmCollection
    interface seq<SnapshotResource>
    interface IEnumerable
    interface IAsyncEnumerable<SnapshotResource>
Public Class SnapshotResourceCollection
Inherits ArmCollection
Implements IAsyncEnumerable(Of SnapshotResource), IEnumerable(Of SnapshotResource)
Héritage
SnapshotResourceCollection
Implémente

Constructeurs

SnapshotResourceCollection()

Initialise une nouvelle instance de la SnapshotResourceCollection classe pour les moqueries.

Propriétés

Client

Obtient le ArmClient client de ressource à partir duquel il 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 ressources.

(Hérité de ArmCollection)
Id

Obtient l’identificateur de ressource.

(Hérité de ArmCollection)
Pipeline

Obtient le pipeline pour ce client de ressources.

(Hérité de ArmCollection)

Méthodes

Exists(String, CancellationToken)

Vérifie si la ressource existe dans Azure.

  • Chemin de la demande/providers/Microsoft.AppComplianceAutomation/reports/{reportName}/snapshots/{snapshotName}
  • IdSnapshot_Get d’opération
ExistsAsync(String, CancellationToken)

Vérifie si la ressource existe dans Azure.

  • Chemin de la demande/providers/Microsoft.AppComplianceAutomation/reports/{reportName}/snapshots/{snapshotName}
  • IdSnapshot_Get d’opération
Get(String, CancellationToken)

Obtenez le instantané AppComplianceAutomation et ses propriétés.

  • Chemin de la demande/providers/Microsoft.AppComplianceAutomation/reports/{reportName}/snapshots/{snapshotName}
  • IdSnapshot_Get d’opération
GetAll(String, Nullable<Int32>, String, String, String, CancellationToken)

Obtenez la liste des instantané AppComplianceAutomation.

  • Chemin/providers/Microsoft.AppComplianceAutomation/reports/{reportName}/snapshots
  • IdSnapshots_List d’opération
GetAllAsync(String, Nullable<Int32>, String, String, String, CancellationToken)

Obtenez la liste des instantané AppComplianceAutomation.

  • Chemin/providers/Microsoft.AppComplianceAutomation/reports/{reportName}/snapshots
  • IdSnapshots_List d’opération
GetAsync(String, CancellationToken)

Obtenez le instantané AppComplianceAutomation et ses propriétés.

  • Chemin de la demande/providers/Microsoft.AppComplianceAutomation/reports/{reportName}/snapshots/{snapshotName}
  • IdSnapshot_Get d’opération
TryGetApiVersion(ResourceType, String)

Obtient la substitution de version de l’API si elle a été définie pour les options clientes actuelles.

(Hérité de ArmCollection)

Implémentations d’interfaces explicites

IAsyncEnumerable<SnapshotResource>.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<SnapshotResource>.GetEnumerator()

Retourne un énumérateur qui itère au sein de la collection.

S’applique à