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


AzureStorageSmbFileShareEndpointProperties Class

Definition

The properties of Azure Storage SMB file share endpoint.

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

Constructors

AzureStorageSmbFileShareEndpointProperties(ResourceIdentifier, String)

Initializes a new instance of AzureStorageSmbFileShareEndpointProperties.

Properties

Description

A description for the Endpoint.

(Inherited from EndpointBaseProperties)
FileShareName

The name of the Azure Storage file share.

ProvisioningState

The provisioning state of this resource.

(Inherited from EndpointBaseProperties)
StorageAccountResourceId

The Azure Resource ID of the storage account.

Explicit Interface Implementations

IJsonModel<AzureStorageSmbFileShareEndpointProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<AzureStorageSmbFileShareEndpointProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IJsonModel<EndpointBaseProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

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

Writes the model to the provided Utf8JsonWriter.

(Inherited from EndpointBaseProperties)
IPersistableModel<AzureStorageSmbFileShareEndpointProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<AzureStorageSmbFileShareEndpointProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<AzureStorageSmbFileShareEndpointProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

IPersistableModel<EndpointBaseProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

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

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

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

Writes the model into a BinaryData.

(Inherited from EndpointBaseProperties)

Applies to