Bagikan melalui


ResourceWithSystemData<TProperties> Class

Definition

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
ResourceWithSystemData<TProperties>

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 etag.

(Inherited from Resource<TProperties>)
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 sku.

(Inherited from Resource<TProperties>)
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>)

Applies to