Udostępnij za pośrednictwem


AmazonAccountProperties Class

Definition

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

Constructors

AmazonAccountProperties()

Creates an new AmazonAccountProperties instance.

Properties

AwsAccountId
Collection
CollectionLastModifiedAt
CollectionReferenceName
CollectionType
CreatedAt
LastModifiedAt
RoleArn

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of AmazonAccountProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of AmazonAccountProperties.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of AmazonAccountProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()
Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to