Partager via


ServiceFabricManagedApplicationTypeVersionCollection Classe

Définition

Classe représentant une collection de ServiceFabricManagedApplicationTypeVersionResource et leurs opérations. Chacun ServiceFabricManagedApplicationTypeVersionResource de la collection appartient au même instance de ServiceFabricManagedApplicationTypeResource. Pour obtenir un ServiceFabricManagedApplicationTypeVersionCollection instance appelez la méthode GetServiceFabricManagedApplicationTypeVersions à partir d’un instance de ServiceFabricManagedApplicationTypeResource.

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

Constructeurs

ServiceFabricManagedApplicationTypeVersionCollection()

Initialise une nouvelle instance de la ServiceFabricManagedApplicationTypeVersionCollection 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 ressource.

(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

CreateOrUpdate(WaitUntil, String, ServiceFabricManagedApplicationTypeVersionData, CancellationToken)

Créez ou mettez à jour une ressource de version de type d’application managée Service Fabric avec le nom spécifié.

  • Chemin/abonnements de la demande/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabric/managedclusters/{clusterName}/applicationTypes/{applicationTypeName}/versions/{version}
  • IdApplicationTypeVersions_CreateOrUpdate d’opération
CreateOrUpdateAsync(WaitUntil, String, ServiceFabricManagedApplicationTypeVersionData, CancellationToken)

Créez ou mettez à jour une ressource de version de type d’application managée Service Fabric avec le nom spécifié.

  • Chemin/abonnements de la demande/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabric/managedclusters/{clusterName}/applicationTypes/{applicationTypeName}/versions/{version}
  • IdApplicationTypeVersions_CreateOrUpdate d’opération
Exists(String, CancellationToken)

Vérifie si la ressource existe dans Azure.

  • Chemin/abonnements de la demande/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabric/managedclusters/{clusterName}/applicationTypes/{applicationTypeName}/versions/{version}
  • IdApplicationTypeVersions_Get d’opération
ExistsAsync(String, CancellationToken)

Vérifie si la ressource existe dans Azure.

  • Chemin/abonnements de la demande/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabric/managedclusters/{clusterName}/applicationTypes/{applicationTypeName}/versions/{version}
  • IdApplicationTypeVersions_Get d’opération
Get(String, CancellationToken)

Obtenir une ressource de version de type d’application managée Service Fabric créée ou en cours de création dans la ressource de nom de type d’application managée Service Fabric.

  • Chemin/abonnements de la demande/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabric/managedclusters/{clusterName}/applicationTypes/{applicationTypeName}/versions/{version}
  • IdApplicationTypeVersions_Get d’opération
GetAll(CancellationToken)

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/abonnements de la demande/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabric/managedclusters/{clusterName}/applicationTypes/{applicationTypeName}/versions
  • IdApplicationTypeVersions_ListByApplicationTypes d’opération
GetAllAsync(CancellationToken)

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/abonnements de la demande/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabric/managedclusters/{clusterName}/applicationTypes/{applicationTypeName}/versions
  • IdApplicationTypeVersions_ListByApplicationTypes d’opération
GetAsync(String, CancellationToken)

Obtenir une ressource de version de type d’application managée Service Fabric créée ou en cours de création dans la ressource de nom de type d’application managée Service Fabric.

  • Chemin/abonnements de la demande/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabric/managedclusters/{clusterName}/applicationTypes/{applicationTypeName}/versions/{version}
  • IdApplicationTypeVersions_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<ServiceFabricManagedApplicationTypeVersionResource>.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<ServiceFabricManagedApplicationTypeVersionResource>.GetEnumerator()

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

S’applique à