Share via


BillingAccountPoliciesResponse Class

Definition

Billing account policies information.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Subscription.Models.Api20211001.BillingAccountPoliciesResponseTypeConverter))]
public class BillingAccountPoliciesResponse : Microsoft.Azure.PowerShell.Cmdlets.Subscription.Models.Api20211001.IBillingAccountPoliciesResponse
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Subscription.Models.Api20211001.BillingAccountPoliciesResponseTypeConverter))>]
type BillingAccountPoliciesResponse = class
    interface IBillingAccountPoliciesResponse
    interface IJsonSerializable
Public Class BillingAccountPoliciesResponse
Implements IBillingAccountPoliciesResponse
Inheritance
BillingAccountPoliciesResponse
Attributes
Implements

Constructors

BillingAccountPoliciesResponse()

Creates an new BillingAccountPoliciesResponse instance.

Properties

AllowTransfer

Determine if the transfers are allowed for the billing account

Id

Fully qualified ID for the policy.

Name

Policy name.

ServiceTenant

Service tenant for the billing account.

SystemDataCreatedAt

The timestamp of resource creation (UTC).

SystemDataCreatedBy

The identity that created the resource.

SystemDataCreatedByType

The type of identity that created the resource.

SystemDataLastModifiedAt

The timestamp of resource last modification (UTC)

SystemDataLastModifiedBy

The identity that last modified the resource.

SystemDataLastModifiedByType

The type of identity that last modified the resource.

Type

Resource type.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of BillingAccountPoliciesResponse.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of BillingAccountPoliciesResponse.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Subscription.Models.Api20211001.IBillingAccountPoliciesResponse.

FromJsonString(String)

Creates a new instance of BillingAccountPoliciesResponse, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of BillingAccountPoliciesResponse into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to