Udostępnij za pośrednictwem


AzureStorageCredentialScanProperties Class

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Purviewdata.Models.Api20211001Preview.AzureStorageCredentialScanPropertiesTypeConverter))]
public class AzureStorageCredentialScanProperties : Microsoft.Azure.PowerShell.Cmdlets.Purviewdata.Models.Api20211001Preview.IAzureStorageCredentialScanProperties, Microsoft.Azure.PowerShell.Cmdlets.Purviewdata.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Purviewdata.Models.Api20211001Preview.AzureStorageCredentialScanPropertiesTypeConverter))>]
type AzureStorageCredentialScanProperties = class
    interface IAzureStorageCredentialScanProperties
    interface IJsonSerializable
    interface IScanProperties
    interface IValidates
Public Class AzureStorageCredentialScanProperties
Implements IAzureStorageCredentialScanProperties, IValidates
Inheritance
AzureStorageCredentialScanProperties
Attributes
Implements

Constructors

AzureStorageCredentialScanProperties()

Creates an new AzureStorageCredentialScanProperties instance.

Properties

Collection
CollectionLastModifiedAt
CollectionReferenceName
CollectionType
ConnectedVia
ConnectedViaReferenceName
CreatedAt
CredentialReferenceName
CredentialType
LastModifiedAt
ScanRulesetName
ScanRulesetType
Worker

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of AzureStorageCredentialScanProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of AzureStorageCredentialScanProperties.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Purviewdata.Models.Api20211001Preview.IAzureStorageCredentialScanProperties.

FromJsonString(String)

Creates a new instance of AzureStorageCredentialScanProperties, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of AzureStorageCredentialScanProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()
Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to