ServiceFabricClusterResource.GetServiceFabricApplicationType Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
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> GetServiceFabricApplicationType (string applicationTypeName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetServiceFabricApplicationType : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.ServiceFabric.ServiceFabricApplicationTypeResource>
override this.GetServiceFabricApplicationType : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.ServiceFabric.ServiceFabricApplicationTypeResource>
Public Overridable Function GetServiceFabricApplicationType (applicationTypeName As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of ServiceFabricApplicationTypeResource)
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.