FabricClient.PropertyManagementClient Class
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.
Represents the property management client used to perform management of names and properties.
public sealed class FabricClient.PropertyManagementClient
type FabricClient.PropertyManagementClient = class
Public NotInheritable Class FabricClient.PropertyManagementClient
- Inheritance
-
FabricClient.PropertyManagementClient
Methods
CreateNameAsync(Uri, TimeSpan, CancellationToken) |
Creates the specified Service Fabric name. |
CreateNameAsync(Uri) |
Creates the specified Service Fabric name. |
DeleteNameAsync(Uri, TimeSpan, CancellationToken) |
Deletes the specified Service Fabric name. |
DeleteNameAsync(Uri) |
Deletes the specified Service Fabric name. |
DeletePropertyAsync(Uri, String, TimeSpan, CancellationToken) |
Deletes the specified Service Fabric property. |
DeletePropertyAsync(Uri, String) |
Deletes the specified Service Fabric property. |
EnumeratePropertiesAsync(Uri, Boolean, PropertyEnumerationResult, TimeSpan, CancellationToken) |
Enumerates all Service Fabric properties under a given name. |
EnumeratePropertiesAsync(Uri, Boolean, PropertyEnumerationResult) |
Enumerates all Service Fabric properties under a given name. |
EnumerateSubNamesAsync(Uri, NameEnumerationResult, Boolean, TimeSpan, CancellationToken) |
Enumerates all the Service Fabric names under a given name. |
EnumerateSubNamesAsync(Uri, NameEnumerationResult, Boolean) |
Enumerates all the Service Fabric names under a given name. |
GetPropertyAsync(Uri, String, TimeSpan, CancellationToken) |
Gets the specified NamedProperty. |
GetPropertyAsync(Uri, String) |
Gets the specified NamedProperty. |
GetPropertyMetadataAsync(Uri, String, TimeSpan, CancellationToken) |
Gets the specified NamedPropertyMetadata. |
GetPropertyMetadataAsync(Uri, String) |
Gets the specified NamedPropertyMetadata. |
NameExistsAsync(Uri, TimeSpan, CancellationToken) |
Returns |
NameExistsAsync(Uri) |
Returns |
PutCustomPropertyOperationAsync(Uri, PutCustomPropertyOperation, TimeSpan, CancellationToken) |
Creates or updates the specified Service Fabric property described by PutCustomPropertyOperation under a given name. |
PutCustomPropertyOperationAsync(Uri, PutCustomPropertyOperation) |
Creates or updates the specified Service Fabric property described by PutCustomPropertyOperation under a given name. |
PutPropertyAsync(Uri, String, Byte[], TimeSpan, CancellationToken) |
Creates or updates the specified Service Fabric property of type Byte array under a given name. |
PutPropertyAsync(Uri, String, Byte[]) |
Creates or updates the specified Service Fabric property of type Byte array under a given name. |
PutPropertyAsync(Uri, String, Double, TimeSpan, CancellationToken) |
Creates or updates the specified Service Fabric property of type Double under a given name. |
PutPropertyAsync(Uri, String, Double) |
Creates or updates the specified Service Fabric property of type Double under a given name. |
PutPropertyAsync(Uri, String, Guid, TimeSpan, CancellationToken) |
Creates or updates the specified Service Fabric property of type Guid under a given name. |
PutPropertyAsync(Uri, String, Guid) |
Creates or updates the specified Service Fabric property of type Guid under a given name. |
PutPropertyAsync(Uri, String, Int64, TimeSpan, CancellationToken) |
Creates or updates the specified Service Fabric property of type Int64 under a given name. |
PutPropertyAsync(Uri, String, Int64) |
Creates or updates the specified Service Fabric property of type Int64 under a given name. |
PutPropertyAsync(Uri, String, String, TimeSpan, CancellationToken) |
Creates or updates the specified Service Fabric property of type String under a given name. |
PutPropertyAsync(Uri, String, String) |
Creates or updates the specified Service Fabric property of type String under a given name. |
SubmitPropertyBatchAsync(Uri, ICollection<PropertyBatchOperation>, TimeSpan, CancellationToken) |
Submits a batch of PropertyBatchOperations. Either all or none of the operations in the batch will be committed. |
SubmitPropertyBatchAsync(Uri, ICollection<PropertyBatchOperation>) |
Submits a batch of PropertyBatchOperation. |
Applies to
Azure SDK for .NET