PutPropertyOperation Classe
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.
Place la propriété spécifiée sous le nom spécifié.
public sealed class PutPropertyOperation : System.Fabric.PropertyBatchOperation
type PutPropertyOperation = class
inherit PropertyBatchOperation
Public NotInheritable Class PutPropertyOperation
Inherits PropertyBatchOperation
- Héritage
Remarques
Notez que si l’un d’eux PropertyBatchOperation échoue, l’intégralité du lot échoue et n’est pas validée.
Constructeurs
PutPropertyOperation(String, Byte[]) |
Initialise une nouvelle instance de la classe avec le PutPropertyOperation nom de propriété et la valeur byte[] spécifiés. |
PutPropertyOperation(String, Double) |
Initialise une nouvelle instance de la classe avec le PutPropertyOperation nom de propriété et la double valeur spécifiés. |
PutPropertyOperation(String, Guid) |
Initialise une nouvelle instance de la classe avec le PutPropertyOperation nom de propriété et la valeur GUID spécifiés. |
PutPropertyOperation(String, Int64) |
Initialise une nouvelle instance de la classe avec le PutPropertyOperation nom de propriété et la valeur Int64 spécifiés. |
PutPropertyOperation(String, String) |
Initialise une nouvelle instance de la classe avec le PutPropertyOperation nom de propriété et la valeur de chaîne spécifiés. |
Propriétés
Kind |
Obtient le PropertyBatchOperationKind qui indique le type de .PropertyBatchOperation (Hérité de PropertyBatchOperation) |
PropertyName |
Indique le nom de la propriété à laquelle il PropertyBatchOperation accède. (Hérité de PropertyBatchOperation) |
PropertyType |
Obtient le type de propriété. |
PropertyValue |
Obtient la valeur de propriété. |
S’applique à
Azure SDK for .NET