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
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET