DataProductUpdateProperties 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 updatable properties of the DataProduct.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkAnalytics.Models.Api20231115.DataProductUpdatePropertiesTypeConverter))]
public class DataProductUpdateProperties : Microsoft.Azure.PowerShell.Cmdlets.NetworkAnalytics.Models.Api20231115.IDataProductUpdateProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkAnalytics.Models.Api20231115.DataProductUpdatePropertiesTypeConverter))>]
type DataProductUpdateProperties = class
interface IDataProductUpdateProperties
interface IJsonSerializable
Public Class DataProductUpdateProperties
Implements IDataProductUpdateProperties
- Inheritance
-
DataProductUpdateProperties
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| DataProductUpdateProperties() |
Creates an new DataProductUpdateProperties instance. |
Properties
| Name | Description |
|---|---|
| CurrentMinorVersion |
Current configured minor version of the data product resource. |
| Owner |
List of name or email associated with data product resource deployment. |
| PrivateLinksEnabled |
Flag to enable or disable private link for data product resource. |
| PurviewAccount |
Purview account url for data product to connect to. |
| PurviewCollection |
Purview collection url for data product to connect to. |
Methods
| Name | Description |
|---|---|
| DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of DataProductUpdateProperties. |
| DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of DataProductUpdateProperties. |
| FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.NetworkAnalytics.Models.Api20231115.IDataProductUpdateProperties. |
| FromJsonString(String) |
Creates a new instance of DataProductUpdateProperties, deserializing the content from a json string. |
| ToJson(JsonObject, SerializationMode) |
Serializes this instance of DataProductUpdateProperties into a JsonNode. |
| ToJsonString() |
Serializes this instance to a json string. |
| ToString() | |