AzureStorageSmbFileShareEndpointUpdateProperties Class

Definition

The properties of Azure Storage SMB file share endpoint to update.

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

Constructors

AzureStorageSmbFileShareEndpointUpdateProperties()

Initializes a new instance of AzureStorageSmbFileShareEndpointUpdateProperties.

Properties

Description

A description for the Endpoint.

(Inherited from EndpointBaseUpdateProperties)

Explicit Interface Implementations

IJsonModel<AzureStorageSmbFileShareEndpointUpdateProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<AzureStorageSmbFileShareEndpointUpdateProperties>.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<AzureStorageSmbFileShareEndpointUpdateProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<AzureStorageSmbFileShareEndpointUpdateProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<AzureStorageSmbFileShareEndpointUpdateProperties>.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