Get Connected Environments Storage Result
data class GetConnectedEnvironmentsStorageResult(val id: String, val name: String, val properties: ConnectedEnvironmentStorageResponseProperties, val systemData: SystemDataResponse, val type: String)
Storage resource for connectedEnvironment.
Constructors
Link copied to clipboard
constructor(id: String, name: String, properties: ConnectedEnvironmentStorageResponseProperties, systemData: SystemDataResponse, type: String)