Share via


JitNetworkAccessRequestPort Class

Definition

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 in the Azure Firewall, if applicable

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 status has its value Possible values include: 'Expired', 'UserRequested', 'NewerRequestInitiated'

Methods

Validate()

Validate the object.

Extension Methods

ConvertToPSType(JitNetworkAccessRequestPort)

Applies to