AccessReviewDefaultSettingsOperationsClient Interface

public interface AccessReviewDefaultSettingsOperationsClient

An instance of this class provides access to all the operations defined in AccessReviewDefaultSettingsOperationsClient.

Method Summary

Modifier and Type Method and Description
abstract AccessReviewDefaultSettingsInner get()

Get access review default settings for the subscription.

abstract Mono<AccessReviewDefaultSettingsInner> getAsync()

Get access review default settings for the subscription.

abstract Response<AccessReviewDefaultSettingsInner> getWithResponse(Context context)

Get access review default settings for the subscription.

abstract Mono<Response<AccessReviewDefaultSettingsInner>> getWithResponseAsync()

Get access review default settings for the subscription.

abstract AccessReviewDefaultSettingsInner put(AccessReviewScheduleSettings properties)

Get access review default settings for the subscription.

abstract Mono<AccessReviewDefaultSettingsInner> putAsync(AccessReviewScheduleSettings properties)

Get access review default settings for the subscription.

abstract Response<AccessReviewDefaultSettingsInner> putWithResponse(AccessReviewScheduleSettings properties, Context context)

Get access review default settings for the subscription.

abstract Mono<Response<AccessReviewDefaultSettingsInner>> putWithResponseAsync(AccessReviewScheduleSettings properties)

Get access review default settings for the subscription.

Method Details

get

public abstract AccessReviewDefaultSettingsInner get()

Get access review default settings for the subscription.

Returns:

access review default settings for the subscription.

getAsync

public abstract Mono<AccessReviewDefaultSettingsInner> getAsync()

Get access review default settings for the subscription.

Returns:

access review default settings for the subscription on successful completion of Mono.

getWithResponse

public abstract Response<AccessReviewDefaultSettingsInner> getWithResponse(Context context)

Get access review default settings for the subscription.

Parameters:

context - The context to associate with this operation.

Returns:

access review default settings for the subscription along with Response<T>.

getWithResponseAsync

public abstract Mono<Response<AccessReviewDefaultSettingsInner>> getWithResponseAsync()

Get access review default settings for the subscription.

Returns:

access review default settings for the subscription along with Response<T> on successful completion of Mono.

put

public abstract AccessReviewDefaultSettingsInner put(AccessReviewScheduleSettings properties)

Get access review default settings for the subscription.

Parameters:

properties - Access review schedule settings.

Returns:

access review default settings for the subscription.

putAsync

public abstract Mono<AccessReviewDefaultSettingsInner> putAsync(AccessReviewScheduleSettings properties)

Get access review default settings for the subscription.

Parameters:

properties - Access review schedule settings.

Returns:

access review default settings for the subscription on successful completion of Mono.

putWithResponse

public abstract Response<AccessReviewDefaultSettingsInner> putWithResponse(AccessReviewScheduleSettings properties, Context context)

Get access review default settings for the subscription.

Parameters:

properties - Access review schedule settings.
context - The context to associate with this operation.

Returns:

access review default settings for the subscription along with Response<T>.

putWithResponseAsync

public abstract Mono<Response<AccessReviewDefaultSettingsInner>> putWithResponseAsync(AccessReviewScheduleSettings properties)

Get access review default settings for the subscription.

Parameters:

properties - Access review schedule settings.

Returns:

access review default settings for the subscription along with Response<T> on successful completion of Mono.

Applies to