NetworkSecurityGroupResourceSettings 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
NetworkSecurityGroupResourceSettings() |
Initializes a new instance of the NetworkSecurityGroupResourceSettings class. |
NetworkSecurityGroupResourceSettings(String, IDictionary<String,String>, IList<NsgSecurityRule>) |
Initializes a new instance of the NetworkSecurityGroupResourceSettings class. |
NetworkSecurityGroupResourceSettings()
Initializes a new instance of the NetworkSecurityGroupResourceSettings class.
public NetworkSecurityGroupResourceSettings ();
Public Sub New ()
Applies to
NetworkSecurityGroupResourceSettings(String, IDictionary<String,String>, IList<NsgSecurityRule>)
Initializes a new instance of the NetworkSecurityGroupResourceSettings class.
public NetworkSecurityGroupResourceSettings (string targetResourceName, System.Collections.Generic.IDictionary<string,string> tags = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Migrate.ResourceMover.Models.NsgSecurityRule> securityRules = default);
new Microsoft.Azure.Management.Migrate.ResourceMover.Models.NetworkSecurityGroupResourceSettings : string * System.Collections.Generic.IDictionary<string, string> * System.Collections.Generic.IList<Microsoft.Azure.Management.Migrate.ResourceMover.Models.NsgSecurityRule> -> Microsoft.Azure.Management.Migrate.ResourceMover.Models.NetworkSecurityGroupResourceSettings
Public Sub New (targetResourceName As String, Optional tags As IDictionary(Of String, String) = Nothing, Optional securityRules As IList(Of NsgSecurityRule) = Nothing)
Parameters
- targetResourceName
- String
Gets or sets the target Resource name.
- tags
- IDictionary<String,String>
Gets or sets the Resource tags.
- securityRules
- IList<NsgSecurityRule>
Gets or sets Security rules of network security group.
Applies to
Azure SDK for .NET