StorageAdapterIPInfoAutoGenerated 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 StorageAdapter physical nodes of a cluster.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Models.Api20240401.StorageAdapterIPInfoAutoGeneratedTypeConverter))]
public class StorageAdapterIPInfoAutoGenerated : Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Models.Api20240401.IStorageAdapterIPInfoAutoGenerated
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Models.Api20240401.StorageAdapterIPInfoAutoGeneratedTypeConverter))>]
type StorageAdapterIPInfoAutoGenerated = class
interface IStorageAdapterIPInfoAutoGenerated
interface IJsonSerializable
Public Class StorageAdapterIPInfoAutoGenerated
Implements IStorageAdapterIPInfoAutoGenerated
- Inheritance
-
StorageAdapterIPInfoAutoGenerated
- Attributes
- Implements
Constructors
StorageAdapterIPInfoAutoGenerated() |
Creates an new StorageAdapterIPInfoAutoGenerated instance. |
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. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of StorageAdapterIPInfoAutoGenerated. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of StorageAdapterIPInfoAutoGenerated. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Models.Api20240401.IStorageAdapterIPInfoAutoGenerated. |
FromJsonString(String) |
Creates a new instance of StorageAdapterIPInfoAutoGenerated, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of StorageAdapterIPInfoAutoGenerated into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |