Share via


JitNetworkAccessPolicyVirtualMachine.Ports Property

Definition

Gets or sets port configurations for the virtual machine

[Newtonsoft.Json.JsonProperty(PropertyName="ports")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.Security.Models.JitNetworkAccessPortRule> Ports { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="ports")>]
member this.Ports : System.Collections.Generic.IList<Microsoft.Azure.Management.Security.Models.JitNetworkAccessPortRule> with get, set
Public Property Ports As IList(Of JitNetworkAccessPortRule)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to