BillingPermissionsProperties Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The set of allowed action and not allowed actions a caller has on a billing account
public class BillingPermissionsProperties
type BillingPermissionsProperties = class
Public Class BillingPermissionsProperties
- Inheritance
-
BillingPermissionsProperties
Constructors
BillingPermissionsProperties() |
Initializes a new instance of the BillingPermissionsProperties class. |
BillingPermissionsProperties(IList<String>, IList<String>) |
Initializes a new instance of the BillingPermissionsProperties class. |
Properties
Actions |
Gets the set of actions that the caller is allowed to perform. |
NotActions |
Gets the set of actions that the caller is not allowed to perform. |
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET