ApplicationTypeVersionsOperationsExtensions.Get 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 une ressource de version de type d’application Service Fabric.
public static Microsoft.Azure.Management.ServiceFabric.Models.ApplicationTypeVersionResource Get (this Microsoft.Azure.Management.ServiceFabric.IApplicationTypeVersionsOperations operations, string resourceGroupName, string clusterName, string applicationTypeName, string version);
static member Get : Microsoft.Azure.Management.ServiceFabric.IApplicationTypeVersionsOperations * string * string * string * string -> Microsoft.Azure.Management.ServiceFabric.Models.ApplicationTypeVersionResource
<Extension()>
Public Function Get (operations As IApplicationTypeVersionsOperations, resourceGroupName As String, clusterName As String, applicationTypeName As String, version As String) As ApplicationTypeVersionResource
Paramètres
- operations
- IApplicationTypeVersionsOperations
Groupe d’opérations pour cette méthode d’extension.
- resourceGroupName
- String
Nom du groupe de ressources.
- clusterName
- String
Nom de la ressource de cluster.
- applicationTypeName
- String
Nom de la ressource de nom de type d’application.
- version
- String
Version du type d’application.
Retours
Remarques
Obtenir une ressource de version de type d’application Service Fabric créée ou en cours de création dans la ressource de nom de type d’application Service Fabric.
S’applique à
Azure SDK for .NET