CheckAccessResponse Interface
public interface CheckAccessResponse
An immutable client-side representation of CheckAccessResponse.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
abstract
Access |
accessDecision()
Gets the access |
| abstract String |
action()
Gets the action property: Gets or sets an action. |
|
abstract
Check |
innerModel()
Gets the inner com. |
Method Details
accessDecision
public abstract AccessDecision accessDecision()
Gets the accessDecision property: Access Decision, specifies access is allowed or not.
Returns:
action
public abstract String action()
Gets the action property: Gets or sets an action.
Returns:
innerModel
public abstract CheckAccessResponseInner innerModel()
Gets the inner com.azure.resourcemanager.billing.fluent.models.CheckAccessResponseInner object.
Returns: