你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ScanProperties Class

Definition

[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()

Applies to