ManagedEnvironmentResource.GetManagedEnvironmentStorage Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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> GetManagedEnvironmentStorage (string storageName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetManagedEnvironmentStorage : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Applications.Containers.ManagedEnvironmentStorageResource>
override this.GetManagedEnvironmentStorage : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Applications.Containers.ManagedEnvironmentStorageResource>
Public Overridable Function GetManagedEnvironmentStorage (storageName As String, Optional cancellationToken As CancellationToken = Nothing) As 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
Azure SDK for .NET