Get Connector Result
data class GetConnectorResult(val azureApiVersion: String, 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
constructor(azureApiVersion: String, 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)
Properties
Link copied to clipboard
The Azure API version of the resource.
Link copied to clipboard
Indicates any errors on the connector resource.
Link copied to clipboard
Managed service identity (user assigned identities)
Link copied to clipboard
Managed resource group configuration
Link copied to clipboard
Defines the provisioning states.
Link copied to clipboard
Defines the ID of the connector's source resource.
Link copied to clipboard
Azure Resource Manager metadata containing createdBy and modifiedBy information.