ClustersGet interface
Methods
| delete(Request |
Delete a Service Fabric cluster resource with the specified name. |
| get(Request |
Get a Service Fabric cluster resource created or in the process of being created in the specified resource group. |
| patch(Clusters |
Update the configuration of a Service Fabric cluster resource with the specified name. |
| put(Clusters |
Create or update a Service Fabric cluster resource with the specified name. |
Method Details
delete(RequestParameters)
Delete a Service Fabric cluster resource with the specified name.
function delete(options?: RequestParameters): StreamableMethod<ClustersDelete200Response | ClustersDelete204Response | ClustersDeleteDefaultResponse>
Parameters
- options
- RequestParameters
Returns
get(RequestParameters)
Get a Service Fabric cluster resource created or in the process of being created in the specified resource group.
function get(options?: RequestParameters): StreamableMethod<ClustersGet200Response | ClustersGetDefaultResponse>
Parameters
- options
- RequestParameters
Returns
patch(ClustersUpdateParameters)
Update the configuration of a Service Fabric cluster resource with the specified name.
function patch(options: ClustersUpdateParameters): StreamableMethod<ClustersUpdate200Response | ClustersUpdate202Response | ClustersUpdateDefaultResponse>
Parameters
- options
- ClustersUpdateParameters
Returns
put(ClustersCreateOrUpdateParameters)
Create or update a Service Fabric cluster resource with the specified name.
function put(options: ClustersCreateOrUpdateParameters): StreamableMethod<ClustersCreateOrUpdate200Response | ClustersCreateOrUpdate202Response | ClustersCreateOrUpdateDefaultResponse>
Parameters
- options
- ClustersCreateOrUpdateParameters