Share via


AzureStorageBlobContainerEndpointUpdateProperties Class

Definition

The AzureStorageBlobContainerEndpointUpdateProperties.

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

Constructors

AzureStorageBlobContainerEndpointUpdateProperties()

Initializes a new instance of AzureStorageBlobContainerEndpointUpdateProperties.

Properties

Description

A description for the Endpoint.

(Inherited from EndpointBaseUpdateProperties)

Explicit Interface Implementations

IJsonModel<AzureStorageBlobContainerEndpointUpdateProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<AzureStorageBlobContainerEndpointUpdateProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

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)
IPersistableModel<AzureStorageBlobContainerEndpointUpdateProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<AzureStorageBlobContainerEndpointUpdateProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<AzureStorageBlobContainerEndpointUpdateProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

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)

Applies to