Share via


ServicesGet interface

Methods

delete(RequestParameters)

Delete a Service Fabric service resource with the specified name.

get(RequestParameters)

Get a Service Fabric service resource created or in the process of being created in the Service Fabric application resource.

patch(ServicesUpdateParameters)

Update a Service Fabric service resource with the specified name.

put(ServicesCreateOrUpdateParameters)

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

Method Details

delete(RequestParameters)

Delete a Service Fabric service resource with the specified name.

function delete(options?: RequestParameters): StreamableMethod<ServicesDelete202Response | ServicesDelete204Response | ServicesDeleteDefaultResponse>

Parameters

Returns

get(RequestParameters)

Get a Service Fabric service resource created or in the process of being created in the Service Fabric application resource.

function get(options?: RequestParameters): StreamableMethod<ServicesGet200Response | ServicesGetDefaultResponse>

Parameters

Returns

patch(ServicesUpdateParameters)

Update a Service Fabric service resource with the specified name.

function patch(options: ServicesUpdateParameters): StreamableMethod<ServicesUpdate202Response | ServicesUpdateDefaultResponse>

Parameters

Returns

put(ServicesCreateOrUpdateParameters)

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

function put(options: ServicesCreateOrUpdateParameters): StreamableMethod<ServicesCreateOrUpdate202Response | ServicesCreateOrUpdateDefaultResponse>

Parameters

Returns