Udostępnij za pośrednictwem


AmazonS3DataSourceProperties Class

Definition

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

Constructors

AmazonS3DataSourceProperties()

Creates an new AmazonS3DataSourceProperties instance.

Properties

Collection
CollectionLastModifiedAt
CollectionReferenceName
CollectionType
CreatedAt
LastModifiedAt
RoleArn
ServiceUrl

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of AmazonS3DataSourceProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of AmazonS3DataSourceProperties.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of AmazonS3DataSourceProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()
Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to