CheckAccessResponseInner Class
- java.
lang. Object - com.
azure. resourcemanager. billing. fluent. models. CheckAccessResponseInner
- com.
Implements
public final class CheckAccessResponseInner
implements JsonSerializable<CheckAccessResponseInner>
The properties of a check access response.
Constructor Summary
| Constructor | Description |
|---|---|
| CheckAccessResponseInner() |
Creates an instance of Check |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
Access |
accessDecision()
Get the access |
| String |
action()
Get the action property: Gets or sets an action. |
|
static
Check |
fromJson(JsonReader jsonReader)
Reads an instance of Check |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
Methods inherited from java.lang.Object
Constructor Details
CheckAccessResponseInner
public CheckAccessResponseInner()
Creates an instance of CheckAccessResponseInner class.
Method Details
accessDecision
public AccessDecision accessDecision()
Get the accessDecision property: Access Decision, specifies access is allowed or not.
Returns:
action
public String action()
Get the action property: Gets or sets an action.
Returns:
fromJson
public static CheckAccessResponseInner fromJson(JsonReader jsonReader)
Reads an instance of CheckAccessResponseInner from the JsonReader.
Parameters:
Returns:
Throws:
toJson
validate
public void validate()
Validates the instance.