你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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