NetworkSecurityGroupPropertiesFormat 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.
Network Security Group resource.
public class NetworkSecurityGroupPropertiesFormat
type NetworkSecurityGroupPropertiesFormat = class
Public Class NetworkSecurityGroupPropertiesFormat
- Inheritance
-
NetworkSecurityGroupPropertiesFormat
Constructors
| Name | Description |
|---|---|
| NetworkSecurityGroupPropertiesFormat() |
Initializes a new instance of the NetworkSecurityGroupPropertiesFormat class. |
| NetworkSecurityGroupPropertiesFormat(IList<SecurityRule>, IList<SecurityRule>, IList<NetworkInterface>, IList<Subnet>, IList<FlowLog>, String, String) |
Initializes a new instance of the NetworkSecurityGroupPropertiesFormat class. |
Properties
| Name | Description |
|---|---|
| DefaultSecurityRules |
Gets the default security rules of network security group. |
| FlowLogs |
Gets a collection of references to flow log resources. |
| NetworkInterfaces |
Gets a collection of references to network interfaces. |
| ProvisioningState |
Gets the provisioning state of the network security group resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed' |
| ResourceGuid |
Gets the resource GUID property of the network security group resource. |
| SecurityRules |
Gets or sets a collection of security rules of the network security group. |
| Subnets |
Gets a collection of references to subnets. |