Resource 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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.CostManagement.Models.ResourceTypeConverter))]
public class Resource : Microsoft.Azure.PowerShell.Cmdlets.CostManagement.Models.IResource, Microsoft.Azure.PowerShell.Cmdlets.CostManagement.Models.IResourceInternal
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.CostManagement.Models.ResourceTypeConverter))>]
type Resource = class
interface IResource
interface IJsonSerializable
interface IResourceInternal
Public Class Resource
Implements IResource, IResourceInternal
- Inheritance
-
Resource
- Attributes
- Implements
Constructors
Resource() |
Properties
ETag | |
Id | |
Location | |
Name | |
Sku | |
Tag | |
Type |
Methods
DeserializeFromDictionary(IDictionary) | |
DeserializeFromPSObject(PSObject) | |
FromJson(JsonNode) | |
FromJsonString(String) | |
ToJson(JsonObject, SerializationMode) | |
ToJsonString() | |
ToString() |
Explicit Interface Implementations
IResourceInternal.ETag | |
IResourceInternal.Id | |
IResourceInternal.Location | |
IResourceInternal.Name | |
IResourceInternal.Sku | |
IResourceInternal.Tag | |
IResourceInternal.Type |