Get Managed Environments Storage Result
data class GetManagedEnvironmentsStorageResult(val id: String, val name: String, val properties: ManagedEnvironmentStorageResponseProperties, val systemData: SystemDataResponse, val type: String)
Storage resource for managedEnvironment.
Constructors
Link copied to clipboard
constructor(id: String, name: String, properties: ManagedEnvironmentStorageResponseProperties, systemData: SystemDataResponse, type: String)