Package version:

The data product properties.

interface DataProductProperties {
    availableMinorVersions?: string[];
    consumptionEndpoints?: ConsumptionEndpointsProperties;
    currentMinorVersion?: string;
    customerEncryptionKey?: EncryptionKeyDetails;
    customerManagedKeyEncryptionEnabled?: string;
    documentation?: string;
    keyVaultUrl?: string;
    majorVersion: string;
    managedResourceGroupConfiguration?: ManagedResourceGroupConfiguration;
    networkacls?: DataProductNetworkAcls;
    owners?: string[];
    privateLinksEnabled?: string;
    product: string;
    provisioningState?: string;
    publicNetworkAccess?: string;
    publisher: string;
    purviewAccount?: string;
    purviewCollection?: string;
    redundancy?: string;
    resourceGuid?: string;
}

Properties

availableMinorVersions?: string[]

List of available minor versions of the data product resource. NOTE: This property will not be serialized. It can only be populated by the server.

consumptionEndpoints?: ConsumptionEndpointsProperties

Resource links which exposed to the customer to query the data. NOTE: This property will not be serialized. It can only be populated by the server.

currentMinorVersion?: string

Current configured minor version of the data product resource.

customerEncryptionKey?: EncryptionKeyDetails

Customer managed encryption key details for data product.

customerManagedKeyEncryptionEnabled?: string

Flag to enable customer managed key encryption for data product.

documentation?: string

Documentation link for the data product based on definition file. NOTE: This property will not be serialized. It can only be populated by the server.

keyVaultUrl?: string

Key vault url. NOTE: This property will not be serialized. It can only be populated by the server.

majorVersion: string

Major version of data product.

managedResourceGroupConfiguration?: ManagedResourceGroupConfiguration

Managed resource group configuration.

Network rule set for data product.

owners?: string[]

List of name or email associated with data product resource deployment.

privateLinksEnabled?: string

Flag to enable or disable private link for data product resource.

product: string

Product name of data product.

provisioningState?: string

Latest provisioning state of data product. NOTE: This property will not be serialized. It can only be populated by the server.

publicNetworkAccess?: string

Flag to enable or disable public access of data product resource.

publisher: string

Data product publisher name.

purviewAccount?: string

Purview account url for data product to connect to.

purviewCollection?: string

Purview collection url for data product to connect to.

redundancy?: string

Flag to enable or disable redundancy for data product.

resourceGuid?: string

The resource GUID property of the data product resource. NOTE: This property will not be serialized. It can only be populated by the server.

Generated using TypeDoc