Language

DataProductProperties Class

Definition

The data product properties.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkAnalytics.Models.Api20231115.DataProductPropertiesTypeConverter))]
public class DataProductProperties : Microsoft.Azure.PowerShell.Cmdlets.NetworkAnalytics.Models.Api20231115.IDataProductProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkAnalytics.Models.Api20231115.DataProductPropertiesTypeConverter))>]
type DataProductProperties = class
    interface IDataProductProperties
    interface IJsonSerializable
Public Class DataProductProperties
Implements IDataProductProperties
Inheritance
DataProductProperties
Attributes
Implements

Constructors

Name Description
DataProductProperties()

Creates an new DataProductProperties instance.

Properties

Name Description
AvailableMinorVersion

List of available minor versions of the data product resource.

ConsumptionEndpointFileAccessResourceId

Resource Id of file access endpoint.

ConsumptionEndpointFileAccessUrl

Url to consume file type.

ConsumptionEndpointIngestionResourceId

Resource Id of ingestion endpoint.

ConsumptionEndpointIngestionUrl

Ingestion url to upload the data.

ConsumptionEndpointQueryResourceId

Resource Id of query endpoint.

ConsumptionEndpointQueryUrl

Url to consume the processed data.

CurrentMinorVersion

Current configured minor version of the data product resource.

CustomerEncryptionKeyName

The name of the key vault key.

CustomerEncryptionKeyVaultUri

The Uri of the key vault.

CustomerEncryptionKeyVersion

The version of the key vault key.

CustomerManagedKeyEncryptionEnabled

Flag to enable customer managed key encryption for data product.

Documentation

Documentation link for the data product based on definition file.

KeyVaultUrl

Key vault url.

MajorVersion

Major version of data product.

ManagedResourceGroupConfigurationLocation

Managed Resource Group location

ManagedResourceGroupConfigurationName

Name of managed resource group

NetworkaclAllowedQueryIPRangeList

The list of query ips in the format of CIDR allowed to connect to query/visualization endpoint.

NetworkaclDefaultAction

Default Action

NetworkaclIPRule

IP rule with specific IP or IP range in CIDR format.

NetworkaclVirtualNetworkRule

Virtual Network Rule

Owner

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

PrivateLinksEnabled

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

Product

Product name of data product.

ProvisioningState

Latest provisioning state of data product.

PublicNetworkAccess

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

Publisher

Data product publisher name.

PurviewAccount

Purview account url for data product to connect to.

PurviewCollection

Purview collection url for data product to connect to.

Redundancy

Flag to enable or disable redundancy for data product.

ResourceGuid

The resource GUID property of the data product resource.

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of DataProductProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of DataProductProperties.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.NetworkAnalytics.Models.Api20231115.IDataProductProperties.

FromJsonString(String)

Creates a new instance of DataProductProperties, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of DataProductProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to