Megosztás a következőn keresztül:


SmbMountEndpointUpdateProperties Class

Definition

The properties of SMB share endpoint to update.

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

Constructors

SmbMountEndpointUpdateProperties()

Initializes a new instance of SmbMountEndpointUpdateProperties.

Properties

Credentials

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

Description

A description for the Endpoint.

(Inherited from EndpointBaseUpdateProperties)

Explicit Interface Implementations

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<SmbMountEndpointUpdateProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<SmbMountEndpointUpdateProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

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

Converts the provided BinaryData into a model.

IPersistableModel<SmbMountEndpointUpdateProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<SmbMountEndpointUpdateProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to