PSSubnet.NetworkSecurityGroup Property
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.
[Microsoft.WindowsAzure.Commands.Common.Attributes.Ps1Xml(Label="NetworkSecurityGroup Name", ScriptBlock="$_.NetworkSecurityGroup.Name", Target=Microsoft.WindowsAzure.Commands.Common.Attributes.ViewControl.Table)]
[Newtonsoft.Json.JsonProperty(Order=1)]
public Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup NetworkSecurityGroup { get; set; }
[Newtonsoft.Json.JsonProperty(Order=1)]
public Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup NetworkSecurityGroup { get; set; }
[<Microsoft.WindowsAzure.Commands.Common.Attributes.Ps1Xml(Label="NetworkSecurityGroup Name", ScriptBlock="$_.NetworkSecurityGroup.Name", Target=Microsoft.WindowsAzure.Commands.Common.Attributes.ViewControl.Table)>]
[<Newtonsoft.Json.JsonProperty(Order=1)>]
member this.NetworkSecurityGroup : Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup with get, set
[<Newtonsoft.Json.JsonProperty(Order=1)>]
member this.NetworkSecurityGroup : Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup with get, set
Public Property NetworkSecurityGroup As PSNetworkSecurityGroup
Property Value
- Attributes
-
Ps1XmlAttribute Newtonsoft.Json.JsonPropertyAttribute