Get Managed Environments Storage Result
data class GetManagedEnvironmentsStorageResult(val azureApiVersion: String, 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(azureApiVersion: String, id: String, name: String, properties: ManagedEnvironmentStorageResponseProperties, systemData: SystemDataResponse, type: String)