PolicyTokensClient Interface
public interface PolicyTokensClient
An instance of this class provides access to all the operations defined in PolicyTokensClient.
Method Summary
Method Details
acquire
public abstract PolicyTokenResponseInner acquire(PolicyTokenRequest parameters)
Acquires a policy token. This operation acquires a policy token in the given subscription for the given request body.
Parameters:
Returns:
acquireAsync
public abstract Mono<PolicyTokenResponseInner> acquireAsync(PolicyTokenRequest parameters)
Acquires a policy token. This operation acquires a policy token in the given subscription for the given request body.
Parameters:
Returns:
acquireAtManagementGroup
public abstract PolicyTokenResponseInner acquireAtManagementGroup(String managementGroupName, PolicyTokenRequest parameters)
Acquires a policy token at management group level. This operation acquires a policy token in the given management group for the given request body.
Parameters:
Returns:
acquireAtManagementGroupAsync
public abstract Mono<PolicyTokenResponseInner> acquireAtManagementGroupAsync(String managementGroupName, PolicyTokenRequest parameters)
Acquires a policy token at management group level. This operation acquires a policy token in the given management group for the given request body.
Parameters:
Returns:
acquireAtManagementGroupWithResponse
public abstract Response<PolicyTokenResponseInner> acquireAtManagementGroupWithResponse(String managementGroupName, PolicyTokenRequest parameters, Context context)
Acquires a policy token at management group level. This operation acquires a policy token in the given management group for the given request body.
Parameters:
Returns:
acquireAtManagementGroupWithResponseAsync
public abstract Mono<Response<PolicyTokenResponseInner>> acquireAtManagementGroupWithResponseAsync(String managementGroupName, PolicyTokenRequest parameters)
Acquires a policy token at management group level. This operation acquires a policy token in the given management group for the given request body.
Parameters:
Returns:
acquireWithResponse
public abstract Response<PolicyTokenResponseInner> acquireWithResponse(PolicyTokenRequest parameters, Context context)
Acquires a policy token. This operation acquires a policy token in the given subscription for the given request body.
Parameters:
Returns:
acquireWithResponseAsync
public abstract Mono<Response<PolicyTokenResponseInner>> acquireWithResponseAsync(PolicyTokenRequest parameters)
Acquires a policy token. This operation acquires a policy token in the given subscription for the given request body.
Parameters:
Returns: