Share via


Port Class

Definition

The port exposed on the container group.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20221001Preview.PortTypeConverter))]
public class Port : Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20221001Preview.IPort
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20221001Preview.PortTypeConverter))>]
type Port = class
    interface IPort
    interface IJsonSerializable
Public Class Port
Implements IPort
Inheritance
Port
Attributes
Implements

Constructors

Port()

Creates an new Port instance.

Properties

Port1

The port number.

Protocol

The protocol associated with the port.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of Port.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of Port.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20221001Preview.IPort.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of Port into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to