BillingPermissionInner Class
- java.
lang. Object - com.
azure. resourcemanager. billing. fluent. models. BillingPermissionInner
- com.
Implements
public final class BillingPermissionInner
implements JsonSerializable<BillingPermissionInner>
The set of allowed action and not allowed actions a caller has on a resource.
Constructor Summary
| Constructor | Description |
|---|---|
| BillingPermissionInner() |
Creates an instance of Billing |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| List<String> |
actions()
Get the actions property: The set of actions that the caller is allowed to perform. |
|
static
Billing |
fromJson(JsonReader jsonReader)
Reads an instance of Billing |
| List<String> |
notActions()
Get the not |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
Methods inherited from java.lang.Object
Constructor Details
BillingPermissionInner
public BillingPermissionInner()
Creates an instance of BillingPermissionInner class.
Method Details
actions
public List<String> actions()
Get the actions property: The set of actions that the caller is allowed to perform.
Returns:
fromJson
public static BillingPermissionInner fromJson(JsonReader jsonReader)
Reads an instance of BillingPermissionInner from the JsonReader.
Parameters:
Returns:
Throws:
notActions
public List<String> notActions()
Get the notActions property: The set of actions that the caller is not allowed to perform.
Returns:
toJson
validate
public void validate()
Validates the instance.