Share via


StorageNetworksAutoGenerated Class

Definition

The StorageNetworks of a cluster.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Models.Api20240401.StorageNetworksAutoGeneratedTypeConverter))]
public class StorageNetworksAutoGenerated : Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Models.Api20240401.IStorageNetworksAutoGenerated
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Models.Api20240401.StorageNetworksAutoGeneratedTypeConverter))>]
type StorageNetworksAutoGenerated = class
    interface IStorageNetworksAutoGenerated
    interface IJsonSerializable
Public Class StorageNetworksAutoGenerated
Implements IStorageNetworksAutoGenerated
Inheritance
StorageNetworksAutoGenerated
Attributes
Implements

Constructors

StorageNetworksAutoGenerated()

Creates an new StorageNetworksAutoGenerated instance.

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.

StorageVlanId

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

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of StorageNetworksAutoGenerated.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of StorageNetworksAutoGenerated.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Models.Api20240401.IStorageNetworksAutoGenerated.

FromJsonString(String)

Creates a new instance of StorageNetworksAutoGenerated, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of StorageNetworksAutoGenerated into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to