GetConnectorResult

data class GetConnectorResult(val authInfo: Any? = null, val azureApiVersion: String, val clientType: String? = null, val configurationInfo: ConfigurationInfoResponse? = null, val id: String, val name: String, val provisioningState: String, val publicNetworkSolution: PublicNetworkSolutionResponse? = null, val scope: String? = null, val secretStore: SecretStoreResponse? = null, val systemData: SystemDataResponse, val targetService: Any? = null, val type: String, val vNetSolution: VNetSolutionResponse? = null)

Linker of source and target resource

Constructors

Link copied to clipboard
constructor(authInfo: Any? = null, azureApiVersion: String, clientType: String? = null, configurationInfo: ConfigurationInfoResponse? = null, id: String, name: String, provisioningState: String, publicNetworkSolution: PublicNetworkSolutionResponse? = null, scope: String? = null, secretStore: SecretStoreResponse? = null, systemData: SystemDataResponse, targetService: Any? = null, type: String, vNetSolution: VNetSolutionResponse? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val authInfo: Any? = null

The authentication type.

Link copied to clipboard

The Azure API version of the resource.

Link copied to clipboard
val clientType: String? = null

The application client type

Link copied to clipboard

The connection information consumed by applications, including secrets, connection strings.

Link copied to clipboard
val id: String

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

Link copied to clipboard

The name of the resource

Link copied to clipboard

The provisioning state.

Link copied to clipboard

The network solution.

Link copied to clipboard
val scope: String? = null

connection scope in source service.

Link copied to clipboard

An option to store secret value in secure place

Link copied to clipboard

Azure Resource Manager metadata containing createdBy and modifiedBy information.

Link copied to clipboard
val targetService: Any? = null

The target service properties

Link copied to clipboard

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"

Link copied to clipboard

The VNet solution.