NetworkRackProperties Class

Definition

Network Rack Properties defines the properties of the resource.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.NetworkRackPropertiesTypeConverter))]
public class NetworkRackProperties : Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.INetworkRackProperties, Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.NetworkRackPropertiesTypeConverter))>]
type NetworkRackProperties = class
    interface INetworkRackProperties
    interface IJsonSerializable
    interface IAnnotationResource
    interface IValidates
Public Class NetworkRackProperties
Implements INetworkRackProperties, IValidates
Inheritance
NetworkRackProperties
Attributes
Implements

Constructors

Name Description
NetworkRackProperties()

Creates an new NetworkRackProperties instance.

Properties

Name Description
Annotation

Switch configuration description.

NetworkDevice

List of network device ARM resource IDs.

NetworkFabricId

ARM resource ID of the Network Fabric.

NetworkRackType

Network Rack SKU name.

ProvisioningState

Provisioning state of the resource.

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of NetworkRackProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of NetworkRackProperties.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.INetworkRackProperties.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of NetworkRackProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()
Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to