DeployedServicePackageHealthReport 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
DeployedServicePackageHealthReport(Uri, String, String, HealthInformation) |
Initialise une nouvelle instance de la classe DeployedServicePackageHealthReport. |
DeployedServicePackageHealthReport(Uri, String, String, String, HealthInformation) |
Initialise une nouvelle instance de la classe DeployedServicePackageHealthReport. |
DeployedServicePackageHealthReport(Uri, String, String, HealthInformation)
Initialise une nouvelle instance de la classe DeployedServicePackageHealthReport.
public DeployedServicePackageHealthReport(Uri applicationName, string serviceManifestName, string nodeName, System.Fabric.Health.HealthInformation healthInformation);
new System.Fabric.Health.DeployedServicePackageHealthReport : Uri * string * string * System.Fabric.Health.HealthInformation -> System.Fabric.Health.DeployedServicePackageHealthReport
Public Sub New (applicationName As Uri, serviceManifestName As String, nodeName As String, healthInformation As HealthInformation)
Paramètres
- applicationName
- Uri
Nom d'application. Ne peut pas être Null ou vide.
- serviceManifestName
- String
Nom de manifeste de service. Ne peut pas être Null ou vide.
- nodeName
- String
Nom du nœud. Ne peut pas être Null ou vide.
- healthInformation
- HealthInformation
HealthInformation qui décrit les champs de rapport, tels que sourceId, propriété, état d’intégrité. Obligatoire.
Exceptions
Le nom du manifeste de service ne peut pas être null.
Le nom du manifeste de service n’est pas valide.
S’applique à
DeployedServicePackageHealthReport(Uri, String, String, String, HealthInformation)
Initialise une nouvelle instance de la classe DeployedServicePackageHealthReport.
public DeployedServicePackageHealthReport(Uri applicationName, string serviceManifestName, string servicePackageActivationId, string nodeName, System.Fabric.Health.HealthInformation healthInformation);
new System.Fabric.Health.DeployedServicePackageHealthReport : Uri * string * string * string * System.Fabric.Health.HealthInformation -> System.Fabric.Health.DeployedServicePackageHealthReport
Public Sub New (applicationName As Uri, serviceManifestName As String, servicePackageActivationId As String, nodeName As String, healthInformation As HealthInformation)
Paramètres
- applicationName
- Uri
Nom d'application. Ne peut pas être Null ou vide.
- serviceManifestName
- String
Nom de manifeste de service. Ne peut pas être Null ou vide.
- servicePackageActivationId
- String
du ServicePackageActivationId package de service déployé. Vous pouvez l’obtenir à l’aide GetDeployedServicePackageListAsync(String, Uri) de la requête.
Si ServicePackageActivationMode spécifié au moment de la création du service était SharedProcess (ou s’il n’a pas été spécifié, auquel cas il est SharedProcessdéfini par défaut sur ), la valeur de ServicePackageActivationId est toujours une chaîne vide. Pour plus d’informations, consultez ServicePackageActivationMode.
- nodeName
- String
Nom du nœud. Ne peut pas être Null ou vide.
- healthInformation
- HealthInformation
HealthInformation qui décrit les champs de rapport, tels que sourceId, propriété, état d’intégrité. Obligatoire.
Exceptions
Le nom du manifeste de service ne peut pas être null.
Le nom du manifeste de service n’est pas valide.
S’applique à
Azure SDK for .NET