AppPlatformServiceResource.GetAppPlatformStorage 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 die Speicherressource ab.
- Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName}/storages/{storageName}
- Vorgangs-IdStorages_Get
public virtual Azure.Response<Azure.ResourceManager.AppPlatform.AppPlatformStorageResource> GetAppPlatformStorage (string storageName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAppPlatformStorage : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.AppPlatform.AppPlatformStorageResource>
override this.GetAppPlatformStorage : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.AppPlatform.AppPlatformStorageResource>
Public Overridable Function GetAppPlatformStorage (storageName As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of AppPlatformStorageResource)
Parameter
- storageName
- String
Der Name der Speicherressource.
- cancellationToken
- CancellationToken
Das zu verwendende Abbruchtoken.
Gibt zurück
Ausnahmen
storageName
ist eine leere Zeichenfolge und wurde erwartet, dass sie nicht leer ist.
storageName
ist NULL.