MockableAppContainersArmClient.GetContainerAppManagedEnvironmentStorageResource Method

Definition

Gets an object representing a ContainerAppManagedEnvironmentStorageResource along with the instance operations that can be performed on it but with no data.

public virtual Azure.ResourceManager.AppContainers.ContainerAppManagedEnvironmentStorageResource GetContainerAppManagedEnvironmentStorageResource(Azure.Core.ResourceIdentifier id);
abstract member GetContainerAppManagedEnvironmentStorageResource : Azure.Core.ResourceIdentifier -> Azure.ResourceManager.AppContainers.ContainerAppManagedEnvironmentStorageResource
override this.GetContainerAppManagedEnvironmentStorageResource : Azure.Core.ResourceIdentifier -> Azure.ResourceManager.AppContainers.ContainerAppManagedEnvironmentStorageResource
Public Overridable Function GetContainerAppManagedEnvironmentStorageResource (id As ResourceIdentifier) As ContainerAppManagedEnvironmentStorageResource

Parameters

id
ResourceIdentifier

The resource ID of the resource to get.

Returns

Returns a ContainerAppManagedEnvironmentStorageResource object.

Applies to