Language

IDataProduct Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkAnalytics.Models.Api20231115.DataProductTypeConverter))]
public interface IDataProduct : Microsoft.Azure.PowerShell.Cmdlets.NetworkAnalytics.Models.Api30.ITrackedResource
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkAnalytics.Models.Api20231115.DataProductTypeConverter))>]
type IDataProduct = interface
    interface IJsonSerializable
    interface ITrackedResource
    interface IResource
Public Interface IDataProduct
Implements ITrackedResource
Derived
Attributes
Implements

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.

Id

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

(Inherited from IResource)
IdentityPrincipalId

The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity.

IdentityTenantId

The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity.

IdentityType

Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).

IdentityUserAssignedIdentity

The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests.

KeyVaultUrl

Key vault url.

Location

The geo-location where the resource lives

(Inherited from ITrackedResource)
MajorVersion

Major version of data product.

ManagedResourceGroupConfigurationLocation

Managed Resource Group location

ManagedResourceGroupConfigurationName

Name of managed resource group

Name

The name of the resource

(Inherited from IResource)
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.

SystemDataCreatedAt

The timestamp of resource creation (UTC).

(Inherited from IResource)
SystemDataCreatedBy

The identity that created the resource.

(Inherited from IResource)
SystemDataCreatedByType

The type of identity that created the resource.

(Inherited from IResource)
SystemDataLastModifiedAt

The timestamp of resource last modification (UTC)

(Inherited from IResource)
SystemDataLastModifiedBy

The identity that last modified the resource.

(Inherited from IResource)
SystemDataLastModifiedByType

The type of identity that last modified the resource.

(Inherited from IResource)
Tag

Resource tags.

(Inherited from ITrackedResource)
Type

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

(Inherited from IResource)

Methods

Name Description
ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to