StorageNetworks Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The StorageNetworks of a cluster.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Models.Api20240401.StorageNetworksTypeConverter))]
public class StorageNetworks : Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Models.Api20240401.IStorageNetworks
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Models.Api20240401.StorageNetworksTypeConverter))>]
type StorageNetworks = class
interface IStorageNetworks
interface IJsonSerializable
Public Class StorageNetworks
Implements IStorageNetworks
- Inheritance
-
StorageNetworks
- Attributes
- Implements
Constructors
StorageNetworks() |
Creates an new StorageNetworks 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. |
VlanId |
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 StorageNetworks. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of StorageNetworks. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Models.Api20240401.IStorageNetworks. |
FromJsonString(String) |
Creates a new instance of StorageNetworks, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of StorageNetworks into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |