다음을 통해 공유


AzStackHciFabricCustomProperties Class

Definition

AzStackHCI fabric model custom properties.

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

Constructors

AzStackHciFabricCustomProperties(ResourceIdentifier, AzStackHciClusterProperties, ResourceIdentifier)

Initializes a new instance of AzStackHciFabricCustomProperties.

Properties

ApplianceName

Gets or sets the Appliance name.

AzStackHciSiteId

Gets or sets the ARM Id of the AzStackHCI site.

Cluster

AzStackHCI cluster properties.

FabricContainerId

Gets or sets the fabric container Id.

FabricResourceId

Gets or sets the fabric resource Id.

MigrationHubUri

Gets or sets the migration hub Uri.

MigrationSolutionId

Gets or sets the Migration solution ARM Id.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<AzStackHciFabricCustomProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<AzStackHciFabricCustomProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IJsonModel<DataReplicationFabricCustomProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

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

Writes the model to the provided Utf8JsonWriter.

(Inherited from DataReplicationFabricCustomProperties)
IPersistableModel<AzStackHciFabricCustomProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<AzStackHciFabricCustomProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<AzStackHciFabricCustomProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

IPersistableModel<DataReplicationFabricCustomProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

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

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

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

Writes the model into a BinaryData.

(Inherited from DataReplicationFabricCustomProperties)

Applies to