ExportPipelineTargetPropertiesResponse

data class ExportPipelineTargetPropertiesResponse(val keyVaultUri: String, val type: String? = null, val uri: String? = null)

The properties of the export pipeline target.

Constructors

Link copied to clipboard
constructor(keyVaultUri: String, type: String? = null, uri: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

They key vault secret uri to obtain the target storage SAS token.

Link copied to clipboard
val type: String? = null

The type of target for the export pipeline.

Link copied to clipboard
val uri: String? = null

The target uri of the export pipeline. When 'AzureStorageBlob': "https://accountName.blob.core.windows.net/containerName/blobName" When 'AzureStorageBlobContainer': "https://accountName.blob.core.windows.net/containerName"