DataProductData 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.
A class representing the DataProduct data model. The data product resource.
public class DataProductData : Azure.ResourceManager.Models.TrackedResourceData, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.NetworkAnalytics.DataProductData>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.NetworkAnalytics.DataProductData>
public class DataProductData : Azure.ResourceManager.Models.TrackedResourceData
type DataProductData = class
inherit TrackedResourceData
interface IJsonModel<DataProductData>
interface IPersistableModel<DataProductData>
type DataProductData = class
inherit TrackedResourceData
Public Class DataProductData
Inherits TrackedResourceData
Implements IJsonModel(Of DataProductData), IPersistableModel(Of DataProductData)
Public Class DataProductData
Inherits TrackedResourceData
- Inheritance
- Implements
Constructors
DataProductData(AzureLocation) |
Initializes a new instance of DataProductData. |
Properties
AvailableMinorVersions |
List of available minor versions of the data product resource. |
ConsumptionEndpoints |
Resource links which exposed to the customer to query the data. |
CurrentMinorVersion |
Current configured minor version of the data product resource. |
CustomerEncryptionKey |
Customer managed encryption key details for data product. |
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 ResourceData) |
Identity |
The managed service identities assigned to this resource. |
KeyVaultUri |
Key vault url. |
Location |
The geo-location where the resource lives. (Inherited from TrackedResourceData) |
MajorVersion |
Major version of data product. |
ManagedResourceGroupConfiguration |
Managed resource group configuration. |
Name |
The name of the resource. (Inherited from ResourceData) |
Networkacls |
Network rule set for data product. |
Owners |
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. |
ResourceType |
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts". (Inherited from ResourceData) |
SystemData |
Azure Resource Manager metadata containing createdBy and modifiedBy information. (Inherited from ResourceData) |
Tags |
Resource tags. (Inherited from TrackedResourceData) |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) | (Inherited from TrackedResourceData) |
Explicit Interface Implementations
IJsonModel<DataProductData>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<DataProductData>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<DataProductData>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<DataProductData>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<DataProductData>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET