managed_environments_storages
Creates, updates, deletes, gets or lists a managed_environments_storages resource.
Overview
| Name | managed_environments_storages |
| Type | Resource |
| Id | azure.app.managed_environments_storages |
Fields
The following fields are returned by SELECT queries:
- get
| Name | Datatype | Description |
|---|---|---|
id | string | Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}. |
name | string | The name of the resource. |
azureFile | object | Azure file properties. |
systemData | object | Azure Resource Manager metadata containing createdBy and modifiedBy information. |
type | string | The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts". |
Methods
The following methods are available for this resource:
| Name | Accessible by | Required Params | Optional Params | Description |
|---|---|---|---|---|
get | select | Get storage for a managedEnvironment. Get storage for a managedEnvironment. | ||
list_raw | exec | Get all storages for a managedEnvironment. Get all storages for a managedEnvironment. |
Parameters
Parameters can be passed in the WHERE clause of a query. Check the Methods section to see which parameters are required or optional for each operation.
| Name | Datatype | Description |
|---|
SELECT examples
- get
Get storage for a managedEnvironment. Get storage for a managedEnvironment.
SELECT
id,
name,
azureFile,
systemData,
type
FROM azure.app.managed_environments_storages
;
Lifecycle Methods
- list_raw
Get all storages for a managedEnvironment. Get all storages for a managedEnvironment.
EXEC azure.app.managed_environments_storages.list_raw
;