ApplicationTypesOperationsExtensions.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 nom de type d’application managée Service Fabric.
public static Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.ApplicationTypeResource Get (this Microsoft.Azure.Management.ServiceFabricManagedClusters.IApplicationTypesOperations operations, string resourceGroupName, string clusterName, string applicationTypeName);
static member Get : Microsoft.Azure.Management.ServiceFabricManagedClusters.IApplicationTypesOperations * string * string * string -> Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.ApplicationTypeResource
<Extension()>
Public Function Get (operations As IApplicationTypesOperations, resourceGroupName As String, clusterName As String, applicationTypeName As String) As ApplicationTypeResource
Paramètres
- operations
- IApplicationTypesOperations
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.
Retours
Remarques
Obtenez une ressource de nom de type d’application Service Fabric créée ou en cours de création dans la ressource de cluster managé Service Fabric.
S’applique à
Azure SDK for .NET