JitNetworkAccessPolicyInitiatePort Constructors
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.
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.