NetworkSecurityGroupResourceSettings Class
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.
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
- 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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET