JitNetworkAccessPolicy.DefinitionStages.WithRequests Interface

public static interface JitNetworkAccessPolicy.DefinitionStages.WithRequests

The stage of the JitNetworkAccessPolicy definition allowing to specify requests.

Method Summary

Modifier and Type Method and Description
abstract WithCreate withRequests(List<JitNetworkAccessRequestInner> requests)

Specifies the requests property: The requests property..

Method Details

withRequests

public abstract JitNetworkAccessPolicy.DefinitionStages.WithCreate withRequests(List requests)

Specifies the requests property: The requests property..

Parameters:

requests - The requests property.

Returns:

the next definition stage.

Applies to