GetManagementPolicyResult

data class GetManagementPolicyResult(val id: String, val lastModifiedTime: String, val name: String, val policy: ManagementPolicySchemaResponse, val type: String)

The Get Storage Account ManagementPolicies operation response.

Constructors

Link copied to clipboard
constructor(id: String, lastModifiedTime: String, name: String, policy: ManagementPolicySchemaResponse, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val id: String

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

Link copied to clipboard

Returns the date and time the ManagementPolicies was last modified.

Link copied to clipboard

The name of the resource

Link copied to clipboard

The Storage Account ManagementPolicy, in JSON format. See more details in: https://docs.microsoft.com/en-us/azure/storage/common/storage-lifecycle-managment-concepts.

Link copied to clipboard

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"