PropertyBatchOperation Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
PropertyBatchOperation() |
Initializes a new instance of the PropertyBatchOperation object. |
PropertyBatchOperation(String, PropertyBatchOperationKind) |
Initializes a new instance of the PropertyBatchOperation object with the specified property name and kind. |
PropertyBatchOperation()
Initializes a new instance of the PropertyBatchOperation object.
protected PropertyBatchOperation ();
Protected Sub New ()
Applies to
PropertyBatchOperation(String, PropertyBatchOperationKind)
Initializes a new instance of the PropertyBatchOperation object with the specified property name and kind.
protected PropertyBatchOperation (string propertyName, System.Fabric.PropertyBatchOperationKind kind);
new System.Fabric.PropertyBatchOperation : string * System.Fabric.PropertyBatchOperationKind -> System.Fabric.PropertyBatchOperation
Protected Sub New (propertyName As String, kind As PropertyBatchOperationKind)
Parameters
- propertyName
- String
String name of the Property.
PropertyBatchOperationKind defines the kind of the PropertyBatchOperation.
Applies to
Azure SDK for .NET