Get Management Policy Result
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)