Get Connector Result
data class GetConnectorResult(val errors: ConnectorErrorDefinitionResponse, val id: String, val identity: UserAssignedServiceIdentityResponse? = null, val location: String, val managedResourceGroupConfiguration: ManagedRGConfigurationResponse? = null, val name: String, val provisioningState: String, val sourceResourceId: String, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val type: String)
Define the connector resource.
Constructors
Link copied to clipboard
fun GetConnectorResult(errors: ConnectorErrorDefinitionResponse, id: String, identity: UserAssignedServiceIdentityResponse? = null, location: String, managedResourceGroupConfiguration: ManagedRGConfigurationResponse? = null, name: String, provisioningState: String, sourceResourceId: String, systemData: SystemDataResponse, tags: Map<String, String>? = null, type: String)