Partager via


DicomServicePatchResource Constructeurs

Définition

Surcharges

DicomServicePatchResource()

Initialise une nouvelle instance de la classe DicomServicePatchResource.

DicomServicePatchResource(IDictionary<String,String>, ServiceManagedIdentityIdentity)

Initialise une nouvelle instance de la classe DicomServicePatchResource.

DicomServicePatchResource()

Initialise une nouvelle instance de la classe DicomServicePatchResource.

public DicomServicePatchResource ();
Public Sub New ()

S’applique à

DicomServicePatchResource(IDictionary<String,String>, ServiceManagedIdentityIdentity)

Initialise une nouvelle instance de la classe DicomServicePatchResource.

public DicomServicePatchResource (System.Collections.Generic.IDictionary<string,string> tags = default, Microsoft.Azure.Management.HealthcareApis.Models.ServiceManagedIdentityIdentity identity = default);
new Microsoft.Azure.Management.HealthcareApis.Models.DicomServicePatchResource : System.Collections.Generic.IDictionary<string, string> * Microsoft.Azure.Management.HealthcareApis.Models.ServiceManagedIdentityIdentity -> Microsoft.Azure.Management.HealthcareApis.Models.DicomServicePatchResource
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 une identité managée est associée au service.

S’applique à