CheckAccessResponse Interface

public interface CheckAccessResponse

An immutable client-side representation of CheckAccessResponse.

Method Summary

Modifier and Type Method and Description
abstract AccessDecision accessDecision()

Gets the accessDecision property: Access Decision, specifies access is allowed or not.

abstract String action()

Gets the action property: Gets or sets an action.

abstract CheckAccessResponseInner innerModel()

Gets the inner com.azure.resourcemanager.billing.fluent.models.CheckAccessResponseInner object.

Method Details

accessDecision

public abstract AccessDecision accessDecision()

Gets the accessDecision property: Access Decision, specifies access is allowed or not.

Returns:

the accessDecision value.

action

public abstract String action()

Gets the action property: Gets or sets an action.

Returns:

the action value.

innerModel

public abstract CheckAccessResponseInner innerModel()

Gets the inner com.azure.resourcemanager.billing.fluent.models.CheckAccessResponseInner object.

Returns:

the inner object.

Applies to