Freigeben über


ServiceFabricManagedClusterResource.GetServiceFabricManagedApplicationTypeAsync Methode

Definition

Rufen Sie eine Service Fabric-Anwendungstypnamenressource ab, die in der verwalteten Service Fabric-Clusterressource erstellt wurde oder gerade erstellt wird.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabric/managedclusters/{clusterName}/applicationTypes/{applicationTypeName}
  • Vorgang IdApplicationTypes_Get
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.ServiceFabricManagedClusters.ServiceFabricManagedApplicationTypeResource>> GetServiceFabricManagedApplicationTypeAsync (string applicationTypeName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetServiceFabricManagedApplicationTypeAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.ServiceFabricManagedClusters.ServiceFabricManagedApplicationTypeResource>>
override this.GetServiceFabricManagedApplicationTypeAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.ServiceFabricManagedClusters.ServiceFabricManagedApplicationTypeResource>>
Public Overridable Function GetServiceFabricManagedApplicationTypeAsync (applicationTypeName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of ServiceFabricManagedApplicationTypeResource))

Parameter

applicationTypeName
String

Der Name der Ressourcen des Anwendungstyps.

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Ausnahmen

applicationTypeName ist eine leere Zeichenfolge und wurde erwartet, dass sie nicht leer ist.

applicationTypeName ist NULL.

Gilt für: