Share via


DeploymentSettingStorageNetworks Class

Definition

The StorageNetworks of a cluster.

public class DeploymentSettingStorageNetworks : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Hci.Models.DeploymentSettingStorageNetworks>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Hci.Models.DeploymentSettingStorageNetworks>
type DeploymentSettingStorageNetworks = class
    interface IJsonModel<DeploymentSettingStorageNetworks>
    interface IPersistableModel<DeploymentSettingStorageNetworks>
Public Class DeploymentSettingStorageNetworks
Implements IJsonModel(Of DeploymentSettingStorageNetworks), IPersistableModel(Of DeploymentSettingStorageNetworks)
Inheritance
DeploymentSettingStorageNetworks
Implements

Constructors

DeploymentSettingStorageNetworks()

Initializes a new instance of DeploymentSettingStorageNetworks.

Properties

Name

Name of the storage network.

NetworkAdapterName

Name of the storage network adapter.

StorageAdapterIPInfo

List of Storage adapter physical nodes config to deploy AzureStackHCI Cluster.

VlanId

ID specified for the VLAN storage network. This setting is applied to the network interfaces that route the storage and VM migration traffic.

Explicit Interface Implementations

IJsonModel<DeploymentSettingStorageNetworks>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<DeploymentSettingStorageNetworks>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<DeploymentSettingStorageNetworks>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<DeploymentSettingStorageNetworks>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<DeploymentSettingStorageNetworks>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to