ManagedEnvironmentStorageResource.Get(CancellationToken) 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 Azure.Response<Azure.ResourceManager.Applications.Containers.ManagedEnvironmentStorageResource> Get (System.Threading.CancellationToken cancellationToken = default);
abstract member Get : System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Applications.Containers.ManagedEnvironmentStorageResource>
override this.Get : System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Applications.Containers.ManagedEnvironmentStorageResource>
Public Overridable Function Get (Optional cancellationToken As CancellationToken = Nothing) As Response(Of ManagedEnvironmentStorageResource)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Applies to