JitNetworkAccessRequestInfo Constructor
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.
Initializes a new instance of JitNetworkAccessRequestInfo.
public JitNetworkAccessRequestInfo (System.Collections.Generic.IEnumerable<Azure.ResourceManager.SecurityCenter.Models.JitNetworkAccessRequestVirtualMachine> virtualMachines, DateTimeOffset startOn, string requestor);
new Azure.ResourceManager.SecurityCenter.Models.JitNetworkAccessRequestInfo : seq<Azure.ResourceManager.SecurityCenter.Models.JitNetworkAccessRequestVirtualMachine> * DateTimeOffset * string -> Azure.ResourceManager.SecurityCenter.Models.JitNetworkAccessRequestInfo
Public Sub New (virtualMachines As IEnumerable(Of JitNetworkAccessRequestVirtualMachine), startOn As DateTimeOffset, requestor As String)
Parameters
- virtualMachines
- IEnumerable<JitNetworkAccessRequestVirtualMachine>
- startOn
- DateTimeOffset
The start time of the request in UTC.
- requestor
- String
The identity of the person who made the request.
Exceptions
virtualMachines
or requestor
is null.
Applies to
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Azure SDK for .NET