ServicesResource Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The common properties of a service.
public class ServicesResource : Microsoft.Rest.Azure.IResource
type ServicesResource = class
interface IResource
Public Class ServicesResource
Implements IResource
- Inheritance
-
ServicesResource
- Derived
- Implements
Constructors
ServicesResource() |
Initializes a new instance of the ServicesResource class. |
ServicesResource(Kind, String, String, String, String, IDictionary<String,String>, String, ServicesResourceIdentity) |
Initializes a new instance of the ServicesResource class. |
Properties
Etag |
Gets or sets an etag associated with the resource, used for optimistic concurrency when editing it. |
Id |
Gets the resource identifier. |
Identity |
Gets or sets setting indicating whether the service has a managed identity associated with it. |
Kind |
Gets or sets the kind of the service. Possible values include: 'fhir', 'fhir-Stu3', 'fhir-R4' |
Location |
Gets or sets the resource location. |
Name |
Gets the resource name. |
Tags |
Gets or sets the resource tags. |
Type |
Gets the resource type. |
Methods
Validate() |
Validate the object. |
Applies to
Azure SDK for .NET