Freigeben über


ServiceFabricManagedClusterResource.GetServiceFabricManagedApplicationType Methode

Definition

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

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

Parameter

applicationTypeName
String

Der Name der Namensressource 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: