FhirServicePatchResource 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
FhirServicePatchResource() |
Initialise une nouvelle instance de la classe FhirServicePatchResource. |
FhirServicePatchResource(IDictionary<String,String>, ServiceManagedIdentityIdentity) |
Initialise une nouvelle instance de la classe FhirServicePatchResource. |
FhirServicePatchResource()
Initialise une nouvelle instance de la classe FhirServicePatchResource.
public FhirServicePatchResource ();
Public Sub New ()
S’applique à
FhirServicePatchResource(IDictionary<String,String>, ServiceManagedIdentityIdentity)
Initialise une nouvelle instance de la classe FhirServicePatchResource.
public FhirServicePatchResource (System.Collections.Generic.IDictionary<string,string> tags = default, Microsoft.Azure.Management.HealthcareApis.Models.ServiceManagedIdentityIdentity identity = default);
new Microsoft.Azure.Management.HealthcareApis.Models.FhirServicePatchResource : System.Collections.Generic.IDictionary<string, string> * Microsoft.Azure.Management.HealthcareApis.Models.ServiceManagedIdentityIdentity -> Microsoft.Azure.Management.HealthcareApis.Models.FhirServicePatchResource
Public Sub New (Optional tags As IDictionary(Of String, String) = Nothing, Optional identity As ServiceManagedIdentityIdentity = Nothing)
Paramètres
- tags
- IDictionary<String,String>
Balises de ressource.
- identity
- ServiceManagedIdentityIdentity
Paramètre indiquant si le service a une identité managée associée.
S’applique à
Azure SDK for .NET