Share via


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