Megosztás a következőn keresztül:


PortReuseHoldTimes Class

Definition

The minimum time (in seconds) that will pass before a port that was used by a closed pinhole can be recycled for use by another pinhole. All hold times must be minimum 1 second.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Models.Api20221101.PortReuseHoldTimesTypeConverter))]
public class PortReuseHoldTimes : Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Models.Api20221101.IPortReuseHoldTimes
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Models.Api20221101.PortReuseHoldTimesTypeConverter))>]
type PortReuseHoldTimes = class
    interface IPortReuseHoldTimes
    interface IJsonSerializable
Public Class PortReuseHoldTimes
Implements IPortReuseHoldTimes
Inheritance
PortReuseHoldTimes
Attributes
Implements

Constructors

PortReuseHoldTimes()

Creates an new PortReuseHoldTimes instance.

Properties

Tcp

Minimum time in seconds that will pass before a TCP port that was used by a closed pinhole can be reused. Default for TCP is 2 minutes.

Udp

Minimum time in seconds that will pass before a UDP port that was used by a closed pinhole can be reused. Default for UDP is 1 minute.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of PortReuseHoldTimes.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of PortReuseHoldTimes.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Models.Api20221101.IPortReuseHoldTimes.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of PortReuseHoldTimes into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to