ManagedEnvironmentResource.GetManagedEnvironmentStorageAsync Method

Definition

Get storage for a managedEnvironment. Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.App/managedEnvironments/{environmentName}/storages/{storageName} Operation Id: ManagedEnvironmentsStorages_Get

public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Applications.Containers.ManagedEnvironmentStorageResource>> GetManagedEnvironmentStorageAsync (string storageName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetManagedEnvironmentStorageAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Applications.Containers.ManagedEnvironmentStorageResource>>
override this.GetManagedEnvironmentStorageAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Applications.Containers.ManagedEnvironmentStorageResource>>
Public Overridable Function GetManagedEnvironmentStorageAsync (storageName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of ManagedEnvironmentStorageResource))

Parameters

storageName
String

Name of the storage.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

storageName is an empty string, and was expected to be non-empty.

storageName is null.

Applies to