Share via


ClustersGet interface

Methods

delete(RequestParameters)

Delete a Service Fabric cluster resource with the specified name.

get(RequestParameters)

Get a Service Fabric cluster resource created or in the process of being created in the specified resource group.

patch(ClustersUpdateParameters)

Update the configuration of a Service Fabric cluster resource with the specified name.

put(ClustersCreateOrUpdateParameters)

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

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

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

Returns

put(ClustersCreateOrUpdateParameters)

Create or update a Service Fabric cluster resource with the specified name.

function put(options: ClustersCreateOrUpdateParameters): StreamableMethod<ClustersCreateOrUpdate200Response | ClustersCreateOrUpdate202Response | ClustersCreateOrUpdateDefaultResponse>

Parameters

Returns