BeginCreateOrUpdate(IServicesOperations, String, String, String, String, ServiceResource)
|
Creates or updates a Service Fabric managed service resource.
|
BeginCreateOrUpdateAsync(IServicesOperations, String, String, String, String, ServiceResource, CancellationToken)
|
Creates or updates a Service Fabric managed service resource.
|
BeginDelete(IServicesOperations, String, String, String, String)
|
Deletes a Service Fabric managed service resource.
|
BeginDeleteAsync(IServicesOperations, String, String, String, String, CancellationToken)
|
Deletes a Service Fabric managed service resource.
|
CreateOrUpdate(IServicesOperations, String, String, String, String, ServiceResource)
|
Creates or updates a Service Fabric managed service resource.
|
CreateOrUpdateAsync(IServicesOperations, String, String, String, String, ServiceResource, CancellationToken)
|
Creates or updates a Service Fabric managed service resource.
|
Delete(IServicesOperations, String, String, String, String)
|
Deletes a Service Fabric managed service resource.
|
DeleteAsync(IServicesOperations, String, String, String, String, CancellationToken)
|
Deletes a Service Fabric managed service resource.
|
Get(IServicesOperations, String, String, String, String)
|
Gets a Service Fabric managed service resource.
|
GetAsync(IServicesOperations, String, String, String, String, CancellationToken)
|
Gets a Service Fabric managed service resource.
|
ListByApplications(IServicesOperations, String, String, String)
|
Gets the list of service resources created in the specified Service Fabric
managed application resource.
|
ListByApplicationsAsync(IServicesOperations, String, String, String, CancellationToken)
|
Gets the list of service resources created in the specified Service Fabric
managed application resource.
|
ListByApplicationsNext(IServicesOperations, String)
|
Gets the list of service resources created in the specified Service Fabric
managed application resource.
|
ListByApplicationsNextAsync(IServicesOperations, String, CancellationToken)
|
Gets the list of service resources created in the specified Service Fabric
managed application resource.
|
Update(IServicesOperations, String, String, String, String, IDictionary<String,String>)
|
Updates the tags of a service resource of a given managed cluster.
|
UpdateAsync(IServicesOperations, String, String, String, String, IDictionary<String,String>, CancellationToken)
|
Updates the tags of a service resource of a given managed cluster.
|