ServicesGet interface
Methods
| delete(Request |
Delete a Service Fabric service resource with the specified name. |
| get(Request |
Get a Service Fabric service resource created or in the process of being created in the Service Fabric application resource. |
| patch(Services |
Update a Service Fabric service resource with the specified name. |
| put(Services |
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
- options
- RequestParameters
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
- options
- RequestParameters
Returns
patch(ServicesUpdateParameters)
Update a Service Fabric service resource with the specified name.
function patch(options: ServicesUpdateParameters): StreamableMethod<ServicesUpdate202Response | ServicesUpdateDefaultResponse>
Parameters
- options
- ServicesUpdateParameters
Returns
put(ServicesCreateOrUpdateParameters)
Create or update a Service Fabric service resource with the specified name.
function put(options: ServicesCreateOrUpdateParameters): StreamableMethod<ServicesCreateOrUpdate202Response | ServicesCreateOrUpdateDefaultResponse>
Parameters
- options
- ServicesCreateOrUpdateParameters