GetLinkerResult

data class GetLinkerResult(val authInfo: Any? = null, val clientType: String? = null, val id: String, val name: String, val provisioningState: String, val secretStore: SecretStoreResponse? = null, val systemData: SystemDataResponse, val targetId: String? = null, val type: String, val vNetSolution: VNetSolutionResponse? = null)

Linker of source and target resource

Constructors

Link copied to clipboard
constructor(authInfo: Any? = null, clientType: String? = null, id: String, name: String, provisioningState: String, secretStore: SecretStoreResponse? = null, systemData: SystemDataResponse, targetId: String? = 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
val clientType: String? = null

The application client type

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

An option to store secret value in secure place

Link copied to clipboard

The system data.

Link copied to clipboard
val targetId: String? = null

The resource Id of target service.

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.