共用方式為


ServicesDescription Class

Definition

The description of the service.

public class ServicesDescription : Microsoft.Azure.Management.HealthcareApis.Models.ServicesResource
type ServicesDescription = class
    inherit ServicesResource
Public Class ServicesDescription
Inherits ServicesResource
Inheritance
ServicesDescription

Constructors

ServicesDescription()

Initializes a new instance of the ServicesDescription class.

ServicesDescription(Kind, String, String, String, String, IDictionary<String, String>, String, ServicesResourceIdentity, ServicesProperties, SystemData)

Initializes a new instance of the ServicesDescription class.

Properties

Etag

Gets or sets an etag associated with the resource, used for optimistic concurrency when editing it.

(Inherited from ServicesResource)
Id

Gets the resource identifier.

(Inherited from ServicesResource)
Identity

Gets or sets setting indicating whether the service has a managed identity associated with it.

(Inherited from ServicesResource)
Kind

Gets or sets the kind of the service. Possible values include: 'fhir', 'fhir-Stu3', 'fhir-R4'

(Inherited from ServicesResource)
Location

Gets or sets the resource location.

(Inherited from ServicesResource)
Name

Gets the resource name.

(Inherited from ServicesResource)
Properties

Gets or sets the common properties of a service.

SystemData

Gets or sets metadata pertaining to creation and last modification of the resource.

Tags

Gets or sets the resource tags.

(Inherited from ServicesResource)
Type

Gets the resource type.

(Inherited from ServicesResource)

Methods

Validate()

Validate the object.

Applies to