GetTargetResult

data class GetTargetResult(val connectionServerName: String, val id: String, val name: String, val provisioningState: String, val systemData: SystemDataResponse, val targetAuthenticationType: String, val targetType: String, val targetVault: VaultSecretResponse? = null, val type: String)

Concrete proxy resource types can be created by aliasing this type using a specific property type.

Constructors

Link copied to clipboard
constructor(connectionServerName: String, id: String, name: String, provisioningState: String, systemData: SystemDataResponse, targetAuthenticationType: String, targetType: String, targetVault: VaultSecretResponse? = null, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The server name to use in the connection string when connecting to a target. Port number and instance name must be specified separately.

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 of the resource.

Link copied to clipboard

Azure Resource Manager metadata containing createdBy and modifiedBy information.

Link copied to clipboard

The type of authentication to use when connecting to a target.

Link copied to clipboard

Discriminator property for TargetProperties.

Link copied to clipboard

To use SQL authentication when connecting to targets, specify the vault where the login name and password secrets are stored.

Link copied to clipboard

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