ServiceFabricManagedApplicationTypeVersionCollection.GetAll 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.
Obtient toutes les ressources de version de type d’application créées ou en cours de création dans la ressource de nom de type d’application managée Service Fabric.
- Chemin de la demande/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabric/managedclusters/{clusterName}/applicationTypes/{applicationTypeName}/versions
- IdApplicationTypeVersions_ListByApplicationTypes d’opération
public virtual Azure.Pageable<Azure.ResourceManager.ServiceFabricManagedClusters.ServiceFabricManagedApplicationTypeVersionResource> GetAll (System.Threading.CancellationToken cancellationToken = default);
abstract member GetAll : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.ServiceFabricManagedClusters.ServiceFabricManagedApplicationTypeVersionResource>
override this.GetAll : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.ServiceFabricManagedClusters.ServiceFabricManagedApplicationTypeVersionResource>
Public Overridable Function GetAll (Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of ServiceFabricManagedApplicationTypeVersionResource)
Paramètres
- cancellationToken
- CancellationToken
Jeton d’annulation à utiliser.
Retours
Collection de ServiceFabricManagedApplicationTypeVersionResource qui peut nécessiter plusieurs demandes de service pour itérer.
S’applique à
Azure SDK for .NET