次の方法で共有


ServicesResource Class

Definition

The common properties of a service.

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

Constructors

ServicesResource()

Creates an new ServicesResource instance.

Properties

Etag

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

Id

The resource identifier.

IdentityPrincipalId

The principal ID of the resource identity.

IdentityTenantId

The tenant ID of the resource.

IdentityType

Type of identity being specified, currently SystemAssigned and None are allowed.

Kind

The kind of the service.

Location

The resource location.

Name

The resource name.

Tag

The resource tags.

Type

The resource type.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ServicesResource.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ServicesResource.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of ServicesResource into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to