ServicesResource Constructors
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.
Overloads
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. |
ServicesResource()
Initializes a new instance of the ServicesResource class.
public ServicesResource ();
Public Sub New ()
Applies to
ServicesResource(Kind, String, String, String, String, IDictionary<String,String>, String, ServicesResourceIdentity)
Initializes a new instance of the ServicesResource class.
public ServicesResource (Microsoft.Azure.Management.HealthcareApis.Models.Kind kind, string location, string id = default, string name = default, string type = default, System.Collections.Generic.IDictionary<string,string> tags = default, string etag = default, Microsoft.Azure.Management.HealthcareApis.Models.ServicesResourceIdentity identity = default);
new Microsoft.Azure.Management.HealthcareApis.Models.ServicesResource : Microsoft.Azure.Management.HealthcareApis.Models.Kind * string * string * string * string * System.Collections.Generic.IDictionary<string, string> * string * Microsoft.Azure.Management.HealthcareApis.Models.ServicesResourceIdentity -> Microsoft.Azure.Management.HealthcareApis.Models.ServicesResource
Public Sub New (kind As Kind, location As String, Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, Optional etag As String = Nothing, Optional identity As ServicesResourceIdentity = Nothing)
Parameters
- kind
- Kind
The kind of the service. Possible values include: 'fhir', 'fhir-Stu3', 'fhir-R4'
- location
- String
The resource location.
- id
- String
The resource identifier.
- name
- String
The resource name.
- type
- String
The resource type.
- tags
- IDictionary<String,String>
The resource tags.
- etag
- String
An etag associated with the resource, used for optimistic concurrency when editing it.
- identity
- ServicesResourceIdentity
Setting indicating whether the service has a managed identity associated with it.
Applies to
Azure SDK for .NET