次の方法で共有


ResourceCore Class

Definition

The common properties for any resource, tracked or proxy.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.ResourceCoreTypeConverter))]
public class ResourceCore : Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.IResourceCore
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.ResourceCoreTypeConverter))>]
type ResourceCore = class
    interface IResourceCore
    interface IJsonSerializable
Public Class ResourceCore
Implements IResourceCore
Inheritance
ResourceCore
Attributes
Implements

Constructors

ResourceCore()

Creates an new ResourceCore instance.

Properties

Etag

An etag associated with the resource, used for optimistic concurrency when editing it.

Id

The resource identifier.

Name

The resource name.

Type

The resource type.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ResourceCore.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ResourceCore.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.IResourceCore.

FromJsonString(String)

Creates a new instance of ResourceCore, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of ResourceCore into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to