Udostępnij przez


NetworkSecurityGroupPropertiesFormat Constructors

Definition

Overloads

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.

NetworkSecurityGroupPropertiesFormat()

Initializes a new instance of the NetworkSecurityGroupPropertiesFormat class.

public NetworkSecurityGroupPropertiesFormat();
Public Sub New ()

Applies to

NetworkSecurityGroupPropertiesFormat(IList<SecurityRule>, IList<SecurityRule>, IList<NetworkInterface>, IList<Subnet>, IList<FlowLog>, String, String)

Initializes a new instance of the NetworkSecurityGroupPropertiesFormat class.

public NetworkSecurityGroupPropertiesFormat(System.Collections.Generic.IList<Microsoft.Azure.PowerShell.Cmdlets.Websites.Helper.Network.Models.SecurityRule> securityRules = default, System.Collections.Generic.IList<Microsoft.Azure.PowerShell.Cmdlets.Websites.Helper.Network.Models.SecurityRule> defaultSecurityRules = default, System.Collections.Generic.IList<Microsoft.Azure.PowerShell.Cmdlets.Websites.Helper.Network.Models.NetworkInterface> networkInterfaces = default, System.Collections.Generic.IList<Microsoft.Azure.PowerShell.Cmdlets.Websites.Helper.Network.Models.Subnet> subnets = default, System.Collections.Generic.IList<Microsoft.Azure.PowerShell.Cmdlets.Websites.Helper.Network.Models.FlowLog> flowLogs = default, string resourceGuid = default, string provisioningState = default);
new Microsoft.Azure.PowerShell.Cmdlets.Websites.Helper.Network.Models.NetworkSecurityGroupPropertiesFormat : System.Collections.Generic.IList<Microsoft.Azure.PowerShell.Cmdlets.Websites.Helper.Network.Models.SecurityRule> * System.Collections.Generic.IList<Microsoft.Azure.PowerShell.Cmdlets.Websites.Helper.Network.Models.SecurityRule> * System.Collections.Generic.IList<Microsoft.Azure.PowerShell.Cmdlets.Websites.Helper.Network.Models.NetworkInterface> * System.Collections.Generic.IList<Microsoft.Azure.PowerShell.Cmdlets.Websites.Helper.Network.Models.Subnet> * System.Collections.Generic.IList<Microsoft.Azure.PowerShell.Cmdlets.Websites.Helper.Network.Models.FlowLog> * string * string -> Microsoft.Azure.PowerShell.Cmdlets.Websites.Helper.Network.Models.NetworkSecurityGroupPropertiesFormat
Public Sub New (Optional securityRules As IList(Of SecurityRule) = Nothing, Optional defaultSecurityRules As IList(Of SecurityRule) = Nothing, Optional networkInterfaces As IList(Of NetworkInterface) = Nothing, Optional subnets As IList(Of Subnet) = Nothing, Optional flowLogs As IList(Of FlowLog) = Nothing, Optional resourceGuid As String = Nothing, Optional provisioningState As String = Nothing)

Parameters

securityRules
IList<SecurityRule>

A collection of security rules of the network security group.

defaultSecurityRules
IList<SecurityRule>

The default security rules of network security group.

networkInterfaces
IList<NetworkInterface>

A collection of references to network interfaces.

subnets
IList<Subnet>

A collection of references to subnets.

flowLogs
IList<FlowLog>

A collection of references to flow log resources.

resourceGuid
String

The resource GUID property of the network security group resource.

provisioningState
String

The provisioning state of the network security group resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed'

Applies to