BeginCreateOrUpdate(IApplicationsOperations, String, String, String, ApplicationResource)
|
Creates or updates a Service Fabric managed application resource.
|
BeginCreateOrUpdateAsync(IApplicationsOperations, String, String, String, ApplicationResource, CancellationToken)
|
Creates or updates a Service Fabric managed application resource.
|
BeginDelete(IApplicationsOperations, String, String, String)
|
Deletes a Service Fabric managed application resource.
|
BeginDeleteAsync(IApplicationsOperations, String, String, String, CancellationToken)
|
Deletes a Service Fabric managed application resource.
|
CreateOrUpdate(IApplicationsOperations, String, String, String, ApplicationResource)
|
Creates or updates a Service Fabric managed application resource.
|
CreateOrUpdateAsync(IApplicationsOperations, String, String, String, ApplicationResource, CancellationToken)
|
Creates or updates a Service Fabric managed application resource.
|
Delete(IApplicationsOperations, String, String, String)
|
Deletes a Service Fabric managed application resource.
|
DeleteAsync(IApplicationsOperations, String, String, String, CancellationToken)
|
Deletes a Service Fabric managed application resource.
|
Get(IApplicationsOperations, String, String, String)
|
Gets a Service Fabric managed application resource.
|
GetAsync(IApplicationsOperations, String, String, String, CancellationToken)
|
Gets a Service Fabric managed application resource.
|
List(IApplicationsOperations, String, String)
|
Gets the list of managed application resources created in the specified
Service Fabric cluster resource.
|
ListAsync(IApplicationsOperations, String, String, CancellationToken)
|
Gets the list of managed application resources created in the specified
Service Fabric cluster resource.
|
ListNext(IApplicationsOperations, String)
|
Gets the list of managed application resources created in the specified
Service Fabric cluster resource.
|
ListNextAsync(IApplicationsOperations, String, CancellationToken)
|
Gets the list of managed application resources created in the specified
Service Fabric cluster resource.
|
Update(IApplicationsOperations, String, String, String, IDictionary<String,String>)
|
Updates the tags of an application resource of a given managed cluster.
|
UpdateAsync(IApplicationsOperations, String, String, String, IDictionary<String,String>, CancellationToken)
|
Updates the tags of an application resource of a given managed cluster.
|