Share via


EndpointBaseProperties Class

Definition

The resource specific properties for the Storage Mover resource. Please note EndpointBaseProperties is the base class. According to the scenario, a derived class of the base class might need to be assigned here, or this property needs to be casted to one of the possible derived classes. The available derived classes include AzureStorageBlobContainerEndpointProperties, AzureStorageSmbFileShareEndpointProperties, NfsMountEndpointProperties and SmbMountEndpointProperties.

[System.ClientModel.Primitives.PersistableModelProxy(typeof(Azure.ResourceManager.StorageMover.Models.UnknownEndpointBaseProperties))]
public abstract class EndpointBaseProperties : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.StorageMover.Models.EndpointBaseProperties>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.StorageMover.Models.EndpointBaseProperties>
public abstract class EndpointBaseProperties
[<System.ClientModel.Primitives.PersistableModelProxy(typeof(Azure.ResourceManager.StorageMover.Models.UnknownEndpointBaseProperties))>]
type EndpointBaseProperties = class
    interface IJsonModel<EndpointBaseProperties>
    interface IPersistableModel<EndpointBaseProperties>
type EndpointBaseProperties = class
Public MustInherit Class EndpointBaseProperties
Implements IJsonModel(Of EndpointBaseProperties), IPersistableModel(Of EndpointBaseProperties)
Public MustInherit Class EndpointBaseProperties
Inheritance
EndpointBaseProperties
Derived
Attributes
Implements

Constructors

EndpointBaseProperties()

Initializes a new instance of EndpointBaseProperties.

Properties

Description

A description for the Endpoint.

ProvisioningState

The provisioning state of this resource.

Explicit Interface Implementations

IJsonModel<EndpointBaseProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<EndpointBaseProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<EndpointBaseProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<EndpointBaseProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<EndpointBaseProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to