IAccountResource Interface
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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.GraphServices.Models.AccountResourceTypeConverter))]
public interface IAccountResource : Microsoft.Azure.PowerShell.Cmdlets.GraphServices.Models.IResource
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.GraphServices.Models.AccountResourceTypeConverter))>]
type IAccountResource = interface
interface IJsonSerializable
interface IResource
Public Interface IAccountResource
Implements IResource
- Derived
- Attributes
- Implements
Properties
| Name | Description |
|---|---|
| AppId |
Customer owned application ID |
| BillingPlanId |
Billing Plan Id |
| Id |
Azure resource ID. (Inherited from IResource) |
| Location |
Location of the resource. (Inherited from IResource) |
| Name |
Azure resource name. (Inherited from IResource) |
| ProvisioningState |
Provisioning state. |
| 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. (Inherited from IResource) |
| Type |
Azure resource type. (Inherited from IResource) |
Methods
| Name | Description |
|---|---|
| ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |