Freigeben über


ServiceFabricApplicationTypeResource.Get(CancellationToken) Methode

Definition

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

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

Parameter

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Gilt für: