ApplicationsGet interface
Methods
| delete(Request |
Delete a Service Fabric application resource with the specified name. |
| get(Request |
Get a Service Fabric application resource created or in the process of being created in the Service Fabric cluster resource. |
| patch(Applications |
Update a Service Fabric application resource with the specified name. |
| put(Applications |
Create or update a Service Fabric application resource with the specified name. |
Method Details
delete(RequestParameters)
Delete a Service Fabric application resource with the specified name.
function delete(options?: RequestParameters): StreamableMethod<ApplicationsDelete202Response | ApplicationsDelete204Response | ApplicationsDeleteDefaultResponse>
Parameters
- options
- RequestParameters
Returns
get(RequestParameters)
Get a Service Fabric application resource created or in the process of being created in the Service Fabric cluster resource.
function get(options?: RequestParameters): StreamableMethod<ApplicationsGet200Response | ApplicationsGetDefaultResponse>
Parameters
- options
- RequestParameters
Returns
patch(ApplicationsUpdateParameters)
Update a Service Fabric application resource with the specified name.
function patch(options: ApplicationsUpdateParameters): StreamableMethod<ApplicationsUpdate202Response | ApplicationsUpdateDefaultResponse>
Parameters
- options
- ApplicationsUpdateParameters
Returns
put(ApplicationsCreateOrUpdateParameters)
Create or update a Service Fabric application resource with the specified name.
function put(options: ApplicationsCreateOrUpdateParameters): StreamableMethod<ApplicationsCreateOrUpdate202Response | ApplicationsCreateOrUpdateDefaultResponse>