AppPlatformAppResource.GetAppPlatformDeployment 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 Bereitstellung und ihre Eigenschaften ab.
- Anfordern von Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName}/apps/{appName}/deployments/{deploymentName}
- Vorgang IdDeployments_Get
public virtual Azure.Response<Azure.ResourceManager.AppPlatform.AppPlatformDeploymentResource> GetAppPlatformDeployment (string deploymentName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAppPlatformDeployment : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.AppPlatform.AppPlatformDeploymentResource>
override this.GetAppPlatformDeployment : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.AppPlatform.AppPlatformDeploymentResource>
Public Overridable Function GetAppPlatformDeployment (deploymentName As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of AppPlatformDeploymentResource)
Parameter
- deploymentName
- String
Der Name der Bereitstellungsressource.
- cancellationToken
- CancellationToken
Das zu verwendende Abbruchtoken.
Gibt zurück
Ausnahmen
deploymentName
ist eine leere Zeichenfolge und wurde erwartet, dass sie nicht leer ist.
deploymentName
ist NULL.