你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

JitNetworkAccessPolicyInitiatePort Constructors

Definition

Overloads

JitNetworkAccessPolicyInitiatePort()

Initializes a new instance of the JitNetworkAccessPolicyInitiatePort class.

JitNetworkAccessPolicyInitiatePort(Int32, DateTime, String)

Initializes a new instance of the JitNetworkAccessPolicyInitiatePort class.

JitNetworkAccessPolicyInitiatePort()

Initializes a new instance of the JitNetworkAccessPolicyInitiatePort class.

public JitNetworkAccessPolicyInitiatePort ();
Public Sub New ()

Applies to

JitNetworkAccessPolicyInitiatePort(Int32, DateTime, String)

Initializes a new instance of the JitNetworkAccessPolicyInitiatePort class.

public JitNetworkAccessPolicyInitiatePort (int number, DateTime endTimeUtc, string allowedSourceAddressPrefix = default);
new Microsoft.Azure.Management.Security.Models.JitNetworkAccessPolicyInitiatePort : int * DateTime * string -> Microsoft.Azure.Management.Security.Models.JitNetworkAccessPolicyInitiatePort
Public Sub New (number As Integer, endTimeUtc As DateTime, Optional allowedSourceAddressPrefix As String = Nothing)

Parameters

number
Int32
endTimeUtc
DateTime

The time to close the request in UTC

allowedSourceAddressPrefix
String

Source of the allowed traffic. If omitted, the request will be for the source IP address of the initiate request.

Applies to