JitNetworkAccessRequest 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
JitNetworkAccessRequest() |
Initializes a new instance of the JitNetworkAccessRequest class. |
JitNetworkAccessRequest(IList<JitNetworkAccessRequestVirtualMachine>, DateTime, String, String) |
Initializes a new instance of the JitNetworkAccessRequest class. |
JitNetworkAccessRequest()
Initializes a new instance of the JitNetworkAccessRequest class.
public JitNetworkAccessRequest ();
Public Sub New ()
Applies to
JitNetworkAccessRequest(IList<JitNetworkAccessRequestVirtualMachine>, DateTime, String, String)
Initializes a new instance of the JitNetworkAccessRequest class.
public JitNetworkAccessRequest (System.Collections.Generic.IList<Microsoft.Azure.Management.Security.Models.JitNetworkAccessRequestVirtualMachine> virtualMachines, DateTime startTimeUtc, string requestor, string justification = default);
new Microsoft.Azure.Management.Security.Models.JitNetworkAccessRequest : System.Collections.Generic.IList<Microsoft.Azure.Management.Security.Models.JitNetworkAccessRequestVirtualMachine> * DateTime * string * string -> Microsoft.Azure.Management.Security.Models.JitNetworkAccessRequest
Public Sub New (virtualMachines As IList(Of JitNetworkAccessRequestVirtualMachine), startTimeUtc As DateTime, requestor As String, Optional justification As String = Nothing)
Parameters
- virtualMachines
- IList<JitNetworkAccessRequestVirtualMachine>
- startTimeUtc
- DateTime
The start time of the request in UTC
- requestor
- String
The identity of the person who made the request
- justification
- String
The justification for making the initiate request