Freigeben über


AmazonS3Properties Class

Definition

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

Constructors

Name Description
AmazonS3Properties()

Creates an new AmazonS3Properties instance.

Properties

Name Description
CollectionLastModifiedAt
CollectionReferenceName
CollectionType
CreatedAt
LastModifiedAt
RoleArn
ServiceUrl

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of AmazonS3Properties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of AmazonS3Properties.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of AmazonS3Properties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()
Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to