S3WithHmacEndpointUpdateProperties Class

Definition

The S3WithHmacEndpointUpdateProperties.

public class S3WithHmacEndpointUpdateProperties : Azure.ResourceManager.StorageMover.Models.EndpointBaseUpdateProperties, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.StorageMover.Models.S3WithHmacEndpointUpdateProperties>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.StorageMover.Models.S3WithHmacEndpointUpdateProperties>
type S3WithHmacEndpointUpdateProperties = class
    inherit EndpointBaseUpdateProperties
    interface IJsonModel<S3WithHmacEndpointUpdateProperties>
    interface IPersistableModel<S3WithHmacEndpointUpdateProperties>
Public Class S3WithHmacEndpointUpdateProperties
Inherits EndpointBaseUpdateProperties
Implements IJsonModel(Of S3WithHmacEndpointUpdateProperties), IPersistableModel(Of S3WithHmacEndpointUpdateProperties)
Inheritance
S3WithHmacEndpointUpdateProperties
Implements

Constructors

Name Description
S3WithHmacEndpointUpdateProperties()

Initializes a new instance of S3WithHmacEndpointUpdateProperties.

Properties

Name Description
Credentials

The Azure Key Vault secret URIs which store the required credentials to access the S3.

Description

A description for the Endpoint.

(Inherited from EndpointBaseUpdateProperties)

Methods

Name Description
JsonModelCreateCore(Utf8JsonReader, ModelReaderWriterOptions)
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)
PersistableModelCreateCore(BinaryData, ModelReaderWriterOptions)
PersistableModelWriteCore(ModelReaderWriterOptions)

Explicit Interface Implementations

Name Description
IJsonModel<EndpointBaseUpdateProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

(Inherited from EndpointBaseUpdateProperties)
IJsonModel<EndpointBaseUpdateProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

(Inherited from EndpointBaseUpdateProperties)
IJsonModel<S3WithHmacEndpointUpdateProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)
IJsonModel<S3WithHmacEndpointUpdateProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)
IPersistableModel<EndpointBaseUpdateProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

(Inherited from EndpointBaseUpdateProperties)
IPersistableModel<EndpointBaseUpdateProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

(Inherited from EndpointBaseUpdateProperties)
IPersistableModel<EndpointBaseUpdateProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

(Inherited from EndpointBaseUpdateProperties)
IPersistableModel<S3WithHmacEndpointUpdateProperties>.Create(BinaryData, ModelReaderWriterOptions)
IPersistableModel<S3WithHmacEndpointUpdateProperties>.GetFormatFromOptions(ModelReaderWriterOptions)
IPersistableModel<S3WithHmacEndpointUpdateProperties>.Write(ModelReaderWriterOptions)

Applies to