PurviewdataIdentity 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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Purviewdata.Models.PurviewdataIdentityTypeConverter))]
public class PurviewdataIdentity : Microsoft.Azure.PowerShell.Cmdlets.Purviewdata.Models.IPurviewdataIdentity
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Purviewdata.Models.PurviewdataIdentityTypeConverter))>]
type PurviewdataIdentity = class
interface IPurviewdataIdentity
interface IJsonSerializable
Public Class PurviewdataIdentity
Implements IPurviewdataIdentity
- Inheritance
-
PurviewdataIdentity
- Attributes
- Implements
Constructors
PurviewdataIdentity() |
Creates an new PurviewdataIdentity instance. |
Properties
ClassificationRuleName | |
ClassificationRuleVersion | |
DataSourceName | |
DataSourceType | |
Id |
Resource identity path |
KeyVaultName | |
RunId | |
ScanName | |
ScanRulesetName | |
Version |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of PurviewdataIdentity. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of PurviewdataIdentity. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Purviewdata.Models.IPurviewdataIdentity. |
FromJsonString(String) |
Creates a new instance of PurviewdataIdentity, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of PurviewdataIdentity into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |