ServicesDescription Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
ServicesDescription() |
Initialise une nouvelle instance de la classe ServicesDescription. |
ServicesDescription(Kind, String, String, String, String, IDictionary<String, String>, String, ServicesResourceIdentity, ServicesProperties, SystemData) |
Initialise une nouvelle instance de la classe ServicesDescription. |
ServicesDescription()
Initialise une nouvelle instance de la classe ServicesDescription.
public ServicesDescription ();
Public Sub New ()
S’applique à
ServicesDescription(Kind, String, String, String, String, IDictionary<String, String>, String, ServicesResourceIdentity, ServicesProperties, SystemData)
Initialise une nouvelle instance de la classe ServicesDescription.
public ServicesDescription (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, Microsoft.Azure.Management.HealthcareApis.Models.ServicesProperties properties = default, Microsoft.Azure.Management.HealthcareApis.Models.SystemData systemData = default);
new Microsoft.Azure.Management.HealthcareApis.Models.ServicesDescription : 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.ServicesProperties * Microsoft.Azure.Management.HealthcareApis.Models.SystemData -> Microsoft.Azure.Management.HealthcareApis.Models.ServicesDescription
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, Optional properties As ServicesProperties = Nothing, Optional systemData As SystemData = Nothing)
Paramètres
- kind
- Kind
Le type de service. Les valeurs possibles sont les suivantes : 'fhir', 'fhir-Stu3', 'fhir-R4'
- location
- String
Emplacement de la ressource.
- id
- String
Identificateur de ressource.
- name
- String
Nom de la ressource.
- type
- String
Type de ressource.
- tags
- IDictionary<String,String>
Étiquettes de la ressource.
- etag
- String
Etag associé à la ressource, utilisé pour l’accès concurrentiel optimiste lors de sa modification.
- identity
- ServicesResourceIdentity
Paramètre indiquant si une identité managée est associée au service.
- properties
- ServicesProperties
Propriétés communes d’un service.
- systemData
- SystemData
Métadonnées relatives à la création et à la dernière modification de la ressource.
S’applique à
Azure SDK for .NET