SupportedConnectorProperties Class

Definition

Supported connector properties.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.SupportedConnectorPropertiesTypeConverter))]
public class SupportedConnectorProperties : Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.ISupportedConnectorProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.SupportedConnectorPropertiesTypeConverter))>]
type SupportedConnectorProperties = class
    interface ISupportedConnectorProperties
    interface IJsonSerializable
Public Class SupportedConnectorProperties
Implements ISupportedConnectorProperties
Inheritance
SupportedConnectorProperties
Attributes
Implements

Constructors

Name Description
SupportedConnectorProperties()

Creates an new SupportedConnectorProperties instance.

Properties

Name Description
ConnectorType

Type of connector used. Example: Optical.

MaxSpeedInMbps

Maximum speed of the connector in Mbps.

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of SupportedConnectorProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of SupportedConnectorProperties.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of SupportedConnectorProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to