JitNetworkAccessRequestPort 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 JitNetworkAccessRequestPort
type JitNetworkAccessRequestPort = class
Public Class JitNetworkAccessRequestPort
- Inheritance
-
JitNetworkAccessRequestPort
Constructors
JitNetworkAccessRequestPort() |
Initializes a new instance of the JitNetworkAccessRequestPort class. |
JitNetworkAccessRequestPort(Int32, DateTime, String, String, String, IList<String>, Nullable<Int32>) |
Initializes a new instance of the JitNetworkAccessRequestPort 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. |
EndTimeUtc |
Gets or sets the date & time at which the request ends in UTC |
MappedPort |
Gets or sets the port which is mapped to this port's |
Number |
Gets or sets |
Status |
Gets or sets the status of the port Possible values include: 'Revoked', 'Initiated' |
StatusReason |
Gets or sets a description of why the |
Methods
Validate() |
Validate the object. |
Extension Methods
ConvertToPSType(JitNetworkAccessRequestPort) |