Partager via


FhirServicePatchResource Constructeurs

Définition

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 à