NetworkSecurityGroupCreateParameters 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.
Parameters supplied to the Create Network Security Group operation.
public class NetworkSecurityGroupCreateParameters
type NetworkSecurityGroupCreateParameters = class
Public Class NetworkSecurityGroupCreateParameters
- Inheritance
-
NetworkSecurityGroupCreateParameters
Constructors
NetworkSecurityGroupCreateParameters() |
Initializes a new instance of the NetworkSecurityGroupCreateParameters class. |
NetworkSecurityGroupCreateParameters(String, String) |
Initializes a new instance of the NetworkSecurityGroupCreateParameters class with required arguments. |
Properties
Label |
Optional. Gets or sets description for the Network Security Group. The description can be up to 1024 characters in length. |
Location |
Required. Gets or sets the data center location where the Network Security Group will be created. |
Name |
Required. Gets or sets name for the Network Security Group that is unique to the subscription. |
Applies to
Azure SDK for .NET