JitNetworkAccessPolicyVirtualMachine 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
JitNetworkAccessPolicyVirtualMachine() |
Initializes a new instance of the JitNetworkAccessPolicyVirtualMachine class. |
JitNetworkAccessPolicyVirtualMachine(String, IList<JitNetworkAccessPortRule>, String) |
Initializes a new instance of the JitNetworkAccessPolicyVirtualMachine class. |
JitNetworkAccessPolicyVirtualMachine()
Initializes a new instance of the JitNetworkAccessPolicyVirtualMachine class.
public JitNetworkAccessPolicyVirtualMachine ();
Public Sub New ()
Applies to
JitNetworkAccessPolicyVirtualMachine(String, IList<JitNetworkAccessPortRule>, String)
Initializes a new instance of the JitNetworkAccessPolicyVirtualMachine class.
public JitNetworkAccessPolicyVirtualMachine (string id, System.Collections.Generic.IList<Microsoft.Azure.Management.Security.Models.JitNetworkAccessPortRule> ports, string publicIPAddress = default);
new Microsoft.Azure.Management.Security.Models.JitNetworkAccessPolicyVirtualMachine : string * System.Collections.Generic.IList<Microsoft.Azure.Management.Security.Models.JitNetworkAccessPortRule> * string -> Microsoft.Azure.Management.Security.Models.JitNetworkAccessPolicyVirtualMachine
Public Sub New (id As String, ports As IList(Of JitNetworkAccessPortRule), Optional publicIPAddress As String = Nothing)
Parameters
- id
- String
Resource ID of the virtual machine that is linked to this policy
- ports
- IList<JitNetworkAccessPortRule>
Port configurations for the virtual machine
- publicIPAddress
- String
Public IP address of the Azure Firewall that is linked to this policy, if applicable