Freigeben über


BillingAccountsResponse Class

Definition

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()

Applies to