Skip to main content

exports

Overview

Nameexports
TypeResource
Idazure.cost_management.exports

Fields

NameDatatypeDescription
idstringResource Id.
namestringResource name.
eTagstringeTag of the resource. To handle concurrent update scenario, this field will be used to determine whether the user is updating the latest version or not.
identityobjectManaged service identity (either system assigned, or none)
locationstringThe location of the Export's managed identity. Only required when utilizing managed identity.
propertiesobjectThe properties of the export.
typestringResource type.

Methods

NameAccessible byRequired ParamsDescription
getSELECTexportName, scopeThe operation to get the export for the defined scope by export name.
listSELECTscopeThe operation to list all exports at the given scope.
create_or_updateINSERTexportName, scopeThe operation to create or update a export. Update operation requires latest eTag to be set in the request. You may obtain the latest eTag by performing a get operation. Create operation does not require eTag.
deleteDELETEexportName, scopeThe operation to delete a export.
_listEXECscopeThe operation to list all exports at the given scope.
executeEXECexportName, scopeThe operation to run an export.