你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

DeploymentSettingStorageAdapterIPInfo Class

Definition

The StorageAdapter physical nodes of a cluster.

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

Constructors

DeploymentSettingStorageAdapterIPInfo()

Initializes a new instance of DeploymentSettingStorageAdapterIPInfo.

Properties

IPv4Address

The IPv4 address assigned to each storage adapter physical node on your Azure Stack HCI cluster.

PhysicalNode

storage adapter physical node name.

SubnetMask

The SubnetMask address assigned to each storage adapter physical node on your Azure Stack HCI cluster.

Explicit Interface Implementations

IJsonModel<DeploymentSettingStorageAdapterIPInfo>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<DeploymentSettingStorageAdapterIPInfo>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<DeploymentSettingStorageAdapterIPInfo>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<DeploymentSettingStorageAdapterIPInfo>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<DeploymentSettingStorageAdapterIPInfo>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to