ResourceWithSystemData<TProperties> 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.
The resource definition object.
public class ResourceWithSystemData<TProperties> : Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Resources.Resource<TProperties>
type ResourceWithSystemData<'Properties> = class
inherit Resource<'Properties>
Public Class ResourceWithSystemData(Of TProperties)
Inherits Resource(Of TProperties)
Type Parameters
- TProperties
- Inheritance
Constructors
ResourceWithSystemData<TProperties>() |
Properties
ChangedTime |
Gets or sets the changed time. (Inherited from Resource<TProperties>) |
CreatedTime |
Gets or sets the created time. (Inherited from Resource<TProperties>) |
ETag |
Gets or sets the |
Id |
Gets or sets the id for the resource. (Inherited from Resource<TProperties>) |
Identity |
The identity assigned to the resource. (Inherited from Resource<TProperties>) |
Kind |
Gets or sets the kind of the resource definition. (Inherited from Resource<TProperties>) |
Location |
Gets or sets the resource location. (Inherited from Resource<TProperties>) |
Name |
Gets or sets the name of the resource. (Inherited from Resource<TProperties>) |
Plan |
Gets or sets the resource plan. (Inherited from Resource<TProperties>) |
Properties |
Gets or sets the properties. (Inherited from Resource<TProperties>) |
Sku |
Gets or sets the resource |
SystemData |
Gets or sets the resource system data. |
Tags |
Gets or sets the tags. (Inherited from Resource<TProperties>) |
Type |
Gets or sets the type of the resource definition. (Inherited from Resource<TProperties>) |