ScanProperties 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.Api20211001Preview.ScanPropertiesTypeConverter))]
public class ScanProperties : Microsoft.Azure.PowerShell.Cmdlets.Purviewdata.Models.Api20211001Preview.IScanProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Purviewdata.Models.Api20211001Preview.ScanPropertiesTypeConverter))>]
type ScanProperties = class
interface IScanProperties
interface IJsonSerializable
Public Class ScanProperties
Implements IScanProperties
- Inheritance
-
ScanProperties
- Attributes
- Implements
Constructors
ScanProperties() |
Creates an new ScanProperties instance. |
Properties
CollectionLastModifiedAt | |
CollectionReferenceName | |
CollectionType | |
ConnectedViaReferenceName | |
CreatedAt | |
LastModifiedAt | |
ScanRulesetName | |
ScanRulesetType | |
Worker |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of ScanProperties. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of ScanProperties. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Purviewdata.Models.Api20211001Preview.IScanProperties. |
FromJsonString(String) |
Creates a new instance of ScanProperties, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of ScanProperties into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |