NetworkSecurityGroupResourceSettings Class

Definition

Defines the NSG resource settings.

[Newtonsoft.Json.JsonObject("Microsoft.Network/networkSecurityGroups")]
public class NetworkSecurityGroupResourceSettings : Microsoft.Azure.Management.Migrate.ResourceMover.Models.ResourceSettings
[<Newtonsoft.Json.JsonObject("Microsoft.Network/networkSecurityGroups")>]
type NetworkSecurityGroupResourceSettings = class
    inherit ResourceSettings
Public Class NetworkSecurityGroupResourceSettings
Inherits ResourceSettings
Inheritance
NetworkSecurityGroupResourceSettings
Attributes
Newtonsoft.Json.JsonObjectAttribute

Constructors

NetworkSecurityGroupResourceSettings()

Initializes a new instance of the NetworkSecurityGroupResourceSettings class.

NetworkSecurityGroupResourceSettings(String, IDictionary<String,String>, IList<NsgSecurityRule>)

Initializes a new instance of the NetworkSecurityGroupResourceSettings class.

Properties

SecurityRules

Gets or sets Security rules of network security group.

Tags

Gets or sets the Resource tags.

TargetResourceName

Gets or sets the target Resource name.

(Inherited from ResourceSettings)

Applies to