Get Connector Result
data class GetConnectorResult(val azureApiVersion: String, val id: String, val name: String, val properties: ConnectorPropertiesResponse, val systemData: SystemDataResponse, val type: String)
A connector is a resource that can be used to proactively report impacts against workloads in Azure to Microsoft.
Constructors
Link copied to clipboard
constructor(azureApiVersion: String, id: String, name: String, properties: ConnectorPropertiesResponse, systemData: SystemDataResponse, type: String)