AccountResource 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.
Account details
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.GraphServices.Models.AccountResourceTypeConverter))]
public class AccountResource : Microsoft.Azure.PowerShell.Cmdlets.GraphServices.Models.IAccountResource, Microsoft.Azure.PowerShell.Cmdlets.GraphServices.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.GraphServices.Models.AccountResourceTypeConverter))>]
type AccountResource = class
interface IAccountResource
interface IJsonSerializable
interface IResource
interface IValidates
Public Class AccountResource
Implements IAccountResource, IValidates
- Inheritance
-
AccountResource
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| AccountResource() |
Creates an new AccountResource instance. |
Properties
| Name | Description |
|---|---|
| AppId |
Customer owned application ID |
| BillingPlanId |
Billing Plan Id |
| Id |
Azure resource ID. |
| Location |
Location of the resource. |
| Name |
Azure resource name. |
| ProvisioningState |
Provisioning state. |
| ResourceGroupName |
Gets the resource group name |
| SystemDataCreatedAt |
The timestamp of resource creation (UTC). |
| SystemDataCreatedByType |
The type of identity that created the resource. |
| SystemDataLastModifiedAt |
The timestamp of resource last modification (UTC) |
| SystemDataLastModifiedByType |
The type of identity that last modified the resource. |
| Tag |
resource tags. |
| Type |
Azure resource type. |
Methods
| Name | Description |
|---|---|
| DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of AccountResource. |
| DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of AccountResource. |
| FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.GraphServices.Models.IAccountResource. |
| FromJsonString(String) |
Creates a new instance of AccountResource, deserializing the content from a json string. |
| ToJson(JsonObject, SerializationMode) |
Serializes this instance of AccountResource into a JsonNode. |
| ToJsonString() |
Serializes this instance to a json string. |
| ToString() | |
| Validate(IEventListener) |
Validates that this object meets the validation criteria. |