Udostępnij przez


NetworkSecurityGroupPropertiesFormat Class

Definition

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.

Applies to