BillingAccountsResponse 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.
Billing accounts response object
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Marketplace.Models.BillingAccountsResponseTypeConverter))]
public class BillingAccountsResponse : Microsoft.Azure.PowerShell.Cmdlets.Marketplace.Models.IBillingAccountsResponse
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Marketplace.Models.BillingAccountsResponseTypeConverter))>]
type BillingAccountsResponse = class
interface IBillingAccountsResponse
interface IJsonSerializable
Public Class BillingAccountsResponse
Implements IBillingAccountsResponse
- Inheritance
-
BillingAccountsResponse
- Attributes
- Implements
Constructors
BillingAccountsResponse() |
Creates an new BillingAccountsResponse instance. |
Properties
BillingAccount |
Billing accounts list |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of BillingAccountsResponse. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of BillingAccountsResponse. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Marketplace.Models.IBillingAccountsResponse. |
FromJsonString(String) |
Creates a new instance of BillingAccountsResponse, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of BillingAccountsResponse into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |