Compartir a través de


InboundSecurityRules Class

Definition

Properties of the Inbound Security Rules resource.

public class InboundSecurityRules
type InboundSecurityRules = class
Public Class InboundSecurityRules
Inheritance
InboundSecurityRules

Constructors

Name Description
InboundSecurityRules()

Initializes a new instance of the InboundSecurityRules class.

InboundSecurityRules(String, String, Nullable<Int32>)

Initializes a new instance of the InboundSecurityRules class.

Properties

Name Description
DestinationPortRange

Gets or sets NVA port ranges to be opened up. One needs to provide specific ports.

Protocol

Gets or sets protocol. This should be either TCP or UDP. Possible values include: 'TCP', 'UDP'

SourceAddressPrefix

Gets or sets the CIDR or source IP range. Only /30, /31 and /32 Ip ranges are allowed.

Methods

Name Description
Validate()

Validate the object.

Applies to