Port 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 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) | |
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) | |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |