Skip to main content

managed_environments_storages

Creates, updates, deletes, gets or lists a managed_environments_storages resource.

Overview

Namemanaged_environments_storages
TypeResource
Idazure.app.managed_environments_storages

Fields

The following fields are returned by SELECT queries:

NameDatatypeDescription
idstringFully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}.
namestringThe name of the resource.
azureFileobjectAzure file properties.
systemDataobjectAzure Resource Manager metadata containing createdBy and modifiedBy information.
typestringThe type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts".

Methods

The following methods are available for this resource:

NameAccessible byRequired ParamsOptional ParamsDescription
getselectGet storage for a managedEnvironment. Get storage for a managedEnvironment.
list_rawexecGet 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.

NameDatatypeDescription

SELECT examples

Get storage for a managedEnvironment. Get storage for a managedEnvironment.

SELECT
id,
name,
azureFile,
systemData,
type
FROM azure.app.managed_environments_storages
;

Lifecycle Methods

Get all storages for a managedEnvironment. Get all storages for a managedEnvironment.

EXEC azure.app.managed_environments_storages.list_raw 

;