PortGroupProperties 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.
Port Group properties.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.PortGroupPropertiesTypeConverter))]
public class PortGroupProperties : Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.IPortGroupProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.PortGroupPropertiesTypeConverter))>]
type PortGroupProperties = class
interface IPortGroupProperties
interface IJsonSerializable
Public Class PortGroupProperties
Implements IPortGroupProperties
- Inheritance
-
PortGroupProperties
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| PortGroupProperties() |
Creates an new PortGroupProperties instance. |
Properties
| Name | Description |
|---|---|
| Name |
The name of the port group. |
| Port |
List of the ports that need to be matched. |
Methods
| Name | Description |
|---|---|
| DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of PortGroupProperties. |
| DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of PortGroupProperties. |
| FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.IPortGroupProperties. |
| FromJsonString(String) |
Creates a new instance of PortGroupProperties, deserializing the content from a json string. |
| ToJson(JsonObject, SerializationMode) |
Serializes this instance of PortGroupProperties into a JsonNode. |
| ToJsonString() |
Serializes this instance to a json string. |
| ToString() | |