Share via


ApplicationsGet interface

Methods

delete(RequestParameters)

Delete a Service Fabric application resource with the specified name.

get(RequestParameters)

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

patch(ApplicationsUpdateParameters)

Update a Service Fabric application resource with the specified name.

put(ApplicationsCreateOrUpdateParameters)

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

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

Returns

patch(ApplicationsUpdateParameters)

Update a Service Fabric application resource with the specified name.

function patch(options: ApplicationsUpdateParameters): StreamableMethod<ApplicationsUpdate202Response | ApplicationsUpdateDefaultResponse>

Parameters

Returns

put(ApplicationsCreateOrUpdateParameters)

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

function put(options: ApplicationsCreateOrUpdateParameters): StreamableMethod<ApplicationsCreateOrUpdate202Response | ApplicationsCreateOrUpdateDefaultResponse>

Parameters

Returns