JitNetworkAccessPortRule 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.
public class JitNetworkAccessPortRule
type JitNetworkAccessPortRule = class
Public Class JitNetworkAccessPortRule
- Inheritance
-
JitNetworkAccessPortRule
Constructors
JitNetworkAccessPortRule() |
Initializes a new instance of the JitNetworkAccessPortRule class. |
JitNetworkAccessPortRule(Int32, String, String, String, IList<String>) |
Initializes a new instance of the JitNetworkAccessPortRule class. |
Properties
AllowedSourceAddressPrefix |
Gets or sets mutually exclusive with the "allowedSourceAddressPrefixes" parameter. Should be an IP address or CIDR, for example "192.168.0.3" or "192.168.0.0/16". |
AllowedSourceAddressPrefixes |
Gets or sets mutually exclusive with the "allowedSourceAddressPrefix" parameter. |
MaxRequestAccessDuration |
Gets or sets maximum duration requests can be made for. In ISO 8601 duration format. Minimum 5 minutes, maximum 1 day |
Number |
Gets or sets |
Protocol |
Gets or sets Possible values include: 'TCP', 'UDP', '*' |
Methods
Validate() |
Validate the object. |
Extension Methods
ConvertToPSType(JitNetworkAccessPortRule) |