StorageNetworksAutoGenerated 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.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. |