Partager via


FabricClient.PropertyManagementClient Classe

Définition

Représente le client de gestion des propriétés utilisé pour gérer les noms et les propriétés.

public sealed class FabricClient.PropertyManagementClient
type FabricClient.PropertyManagementClient = class
Public NotInheritable Class FabricClient.PropertyManagementClient
Héritage
FabricClient.PropertyManagementClient

Méthodes

CreateNameAsync(Uri)

Crée le nom Service Fabric spécifié.

CreateNameAsync(Uri, TimeSpan, CancellationToken)

Crée le nom Service Fabric spécifié.

DeleteNameAsync(Uri)

Supprime le nom Service Fabric spécifié.

DeleteNameAsync(Uri, TimeSpan, CancellationToken)

Supprime le nom Service Fabric spécifié.

DeletePropertyAsync(Uri, String)

Permet de supprimer la propriété Service Fabric spécifiée.

DeletePropertyAsync(Uri, String, TimeSpan, CancellationToken)

Permet de supprimer la propriété Service Fabric spécifiée.

EnumeratePropertiesAsync(Uri, Boolean, PropertyEnumerationResult)

Énumère toutes les propriétés Service Fabric sous un nom donné.

EnumeratePropertiesAsync(Uri, Boolean, PropertyEnumerationResult, TimeSpan, CancellationToken)

Énumère toutes les propriétés Service Fabric sous un nom donné.

EnumerateSubNamesAsync(Uri, NameEnumerationResult, Boolean)

Énumère tous les noms Service Fabric sous un nom donné.

EnumerateSubNamesAsync(Uri, NameEnumerationResult, Boolean, TimeSpan, CancellationToken)

Énumère tous les noms Service Fabric sous un nom donné.

GetPropertyAsync(Uri, String)

Obtient le NamedProperty spécifié.

GetPropertyAsync(Uri, String, TimeSpan, CancellationToken)

Obtient le NamedProperty spécifié.

GetPropertyMetadataAsync(Uri, String)

Obtient le NamedPropertyMetadata spécifié.

GetPropertyMetadataAsync(Uri, String, TimeSpan, CancellationToken)

Obtient le NamedPropertyMetadata spécifié.

NameExistsAsync(Uri)

Retourne true si le nom Service Fabric spécifié existe.

NameExistsAsync(Uri, TimeSpan, CancellationToken)

Retourne true si le nom Service Fabric spécifié existe.

PutCustomPropertyOperationAsync(Uri, PutCustomPropertyOperation)

Crée ou met à jour la propriété Service Fabric spécifiée décrite par PutCustomPropertyOperation sous un nom donné.

PutCustomPropertyOperationAsync(Uri, PutCustomPropertyOperation, TimeSpan, CancellationToken)

Crée ou met à jour la propriété Service Fabric spécifiée décrite par PutCustomPropertyOperation sous un nom donné.

PutPropertyAsync(Uri, String, Byte[])

Crée ou met à jour la propriété Service Fabric spécifiée de type Byte tableau sous un nom donné.

PutPropertyAsync(Uri, String, Byte[], TimeSpan, CancellationToken)

Crée ou met à jour la propriété Service Fabric spécifiée de type Byte tableau sous un nom donné.

PutPropertyAsync(Uri, String, Double)

Crée ou met à jour la propriété Service Fabric spécifiée de type Double sous un nom donné.

PutPropertyAsync(Uri, String, Double, TimeSpan, CancellationToken)

Crée ou met à jour la propriété Service Fabric spécifiée de type Double sous un nom donné.

PutPropertyAsync(Uri, String, Guid)

Crée ou met à jour la propriété Service Fabric spécifiée de type Guid sous un nom donné.

PutPropertyAsync(Uri, String, Guid, TimeSpan, CancellationToken)

Crée ou met à jour la propriété Service Fabric spécifiée de type Guid sous un nom donné.

PutPropertyAsync(Uri, String, Int64)

Crée ou met à jour la propriété Service Fabric spécifiée de type Int64 sous un nom donné.

PutPropertyAsync(Uri, String, Int64, TimeSpan, CancellationToken)

Crée ou met à jour la propriété Service Fabric spécifiée de type Int64 sous un nom donné.

PutPropertyAsync(Uri, String, String)

Crée ou met à jour la propriété Service Fabric spécifiée de type String sous un nom donné.

PutPropertyAsync(Uri, String, String, TimeSpan, CancellationToken)

Crée ou met à jour la propriété Service Fabric spécifiée de type String sous un nom donné.

SubmitPropertyBatchAsync(Uri, ICollection<PropertyBatchOperation>)

Envoie un lot de PropertyBatchOperation.

SubmitPropertyBatchAsync(Uri, ICollection<PropertyBatchOperation>, TimeSpan, CancellationToken)

Envoie un lot de PropertyBatchOperations. Toutes ou aucune des opérations du lot sera validée.

S’applique à