ResourceGraphExtensions.GetResourceHistoryAsync Méthode
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.
Répertorier tous les instantanés d’une ressource pour un intervalle de temps donné.
- Chemin de la requête/providers/Microsoft.ResourceGraph/resourcesHistory
- Opération IdResourcesHistory
public static System.Threading.Tasks.Task<Azure.Response<BinaryData>> GetResourceHistoryAsync (this Azure.ResourceManager.Resources.TenantResource tenantResource, Azure.ResourceManager.ResourceGraph.Models.ResourcesHistoryContent content, System.Threading.CancellationToken cancellationToken = default);
static member GetResourceHistoryAsync : Azure.ResourceManager.Resources.TenantResource * Azure.ResourceManager.ResourceGraph.Models.ResourcesHistoryContent * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<BinaryData>>
<Extension()>
Public Function GetResourceHistoryAsync (tenantResource As TenantResource, content As ResourcesHistoryContent, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of BinaryData))
Paramètres
- tenantResource
- TenantResource
Instance TenantResource sur laquelle la méthode s’exécute.
- content
- ResourcesHistoryContent
Demande spécifiant la requête et ses options.
- cancellationToken
- CancellationToken
Jeton d’annulation à utiliser.
Retours
Exceptions
content
a la valeur null.