DataProduct Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The data product resource.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkAnalytics.Models.Api20231115.DataProductTypeConverter))]
public class DataProduct : Microsoft.Azure.PowerShell.Cmdlets.NetworkAnalytics.Models.Api20231115.IDataProduct, Microsoft.Azure.PowerShell.Cmdlets.NetworkAnalytics.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkAnalytics.Models.Api20231115.DataProductTypeConverter))>]
type DataProduct = class
interface IDataProduct
interface IJsonSerializable
interface ITrackedResource
interface IResource
interface IValidates
Public Class DataProduct
Implements IDataProduct, IValidates
- Inheritance
-
DataProduct
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| DataProduct() |
Creates an new DataProduct 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. |
| Id |
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} |
| 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 |
| MajorVersion |
Major version of data product. |
| ManagedResourceGroupConfigurationLocation |
Managed Resource Group location |
| ManagedResourceGroupConfigurationName |
Name of managed resource group |
| Name |
The name of the resource |
| 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. |
| ResourceGroupName |
Gets the resource group name |
| ResourceGuid |
The resource GUID property of the data product resource. |
| SystemData |
Azure Resource Manager metadata containing createdBy and modifiedBy information. |
| SystemDataCreatedAt |
The timestamp of resource creation (UTC). |
| SystemDataCreatedBy |
The identity that created the resource. |
| SystemDataCreatedByType |
The type of identity that created the resource. |
| SystemDataLastModifiedAt |
The timestamp of resource last modification (UTC) |
| SystemDataLastModifiedBy |
The identity that last modified the resource. |
| SystemDataLastModifiedByType |
The type of identity that last modified the resource. |
| Tag |
Resource tags. |
| Type |
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts" |
Methods
| Name | Description |
|---|---|
| DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of DataProduct. |
| DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of DataProduct. |
| FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.NetworkAnalytics.Models.Api20231115.IDataProduct. |
| FromJsonString(String) |
Creates a new instance of DataProduct, deserializing the content from a json string. |
| ToJson(JsonObject, SerializationMode) |
Serializes this instance of DataProduct into a JsonNode. |
| ToJsonString() |
Serializes this instance to a json string. |
| ToString() | |
| Validate(IEventListener) |
Validates that this object meets the validation criteria. |