AccountResourceProperties 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.
Property bag from billing account
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.GraphServices.Models.Api20230413.AccountResourcePropertiesTypeConverter))]
public class AccountResourceProperties : Microsoft.Azure.PowerShell.Cmdlets.GraphServices.Models.Api20230413.IAccountResourceProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.GraphServices.Models.Api20230413.AccountResourcePropertiesTypeConverter))>]
type AccountResourceProperties = class
interface IAccountResourceProperties
interface IJsonSerializable
Public Class AccountResourceProperties
Implements IAccountResourceProperties
- Inheritance
-
AccountResourceProperties
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| AccountResourceProperties() |
Creates an new AccountResourceProperties instance. |
Properties
| Name | Description |
|---|---|
| AppId |
Customer owned application ID |
| BillingPlanId |
Billing Plan Id |
| ProvisioningState |
Provisioning state. |
Methods
| Name | Description |
|---|---|
| DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of AccountResourceProperties. |
| DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of AccountResourceProperties. |
| FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.GraphServices.Models.Api20230413.IAccountResourceProperties. |
| FromJsonString(String) |
Creates a new instance of AccountResourceProperties, deserializing the content from a json string. |
| ToJson(JsonObject, SerializationMode) |
Serializes this instance of AccountResourceProperties into a JsonNode. |
| ToJsonString() |
Serializes this instance to a json string. |
| ToString() | |