次の方法で共有


LocationBasedResource Class

Definition

The common properties for any location based resource, tracked or proxy.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.LocationBasedResourceTypeConverter))]
public class LocationBasedResource : Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.ILocationBasedResource, Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.LocationBasedResourceTypeConverter))>]
type LocationBasedResource = class
    interface ILocationBasedResource
    interface IJsonSerializable
    interface IResourceCore
    interface IValidates
Public Class LocationBasedResource
Implements ILocationBasedResource, IValidates
Inheritance
LocationBasedResource
Attributes
Implements

Constructors

LocationBasedResource()

Creates an new LocationBasedResource instance.

Properties

Etag

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

Id

The resource identifier.

Location

The resource location.

Name

The resource name.

Type

The resource type.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of LocationBasedResource.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of LocationBasedResource.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of LocationBasedResource into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to