JitNetworkAccessRequest Interface

public interface JitNetworkAccessRequest

An immutable client-side representation of JitNetworkAccessRequest.

Method Summary

Modifier and Type Method and Description
abstract JitNetworkAccessRequestInner innerModel()

Gets the inner com.azure.resourcemanager.security.fluent.models.JitNetworkAccessRequestInner object.

abstract String justification()

Gets the justification property: The justification for making the initiate request.

abstract String requestor()

Gets the requestor property: The identity of the person who made the request.

abstract OffsetDateTime startTimeUtc()

Gets the startTimeUtc property: The start time of the request in UTC.

abstract List<JitNetworkAccessRequestVirtualMachine> virtualMachines()

Gets the virtualMachines property: The virtualMachines property.

Method Details

innerModel

public abstract JitNetworkAccessRequestInner innerModel()

Gets the inner com.azure.resourcemanager.security.fluent.models.JitNetworkAccessRequestInner object.

Returns:

the inner object.

justification

public abstract String justification()

Gets the justification property: The justification for making the initiate request.

Returns:

the justification value.

requestor

public abstract String requestor()

Gets the requestor property: The identity of the person who made the request.

Returns:

the requestor value.

startTimeUtc

public abstract OffsetDateTime startTimeUtc()

Gets the startTimeUtc property: The start time of the request in UTC.

Returns:

the startTimeUtc value.

virtualMachines

public abstract List virtualMachines()

Gets the virtualMachines property: The virtualMachines property.

Returns:

the virtualMachines value.

Applies to