Share via


DeviceManagementGetDeployment interface

Methods

delete(RequestParameters)

Deletes a deployment.

get(RequestParameters)

Gets the deployment properties.

put(DeviceManagementCreateOrUpdateDeploymentParameters)

Creates or updates a deployment.

Method Details

delete(RequestParameters)

Deletes a deployment.

function delete(options?: RequestParameters): StreamableMethod<DeviceManagementDeleteDeployment204Response | DeviceManagementDeleteDeploymentDefaultResponse>

Parameters

Returns

get(RequestParameters)

Gets the deployment properties.

function get(options?: RequestParameters): StreamableMethod<DeviceManagementGetDeployment200Response | DeviceManagementGetDeploymentDefaultResponse>

Parameters

Returns

put(DeviceManagementCreateOrUpdateDeploymentParameters)

Creates or updates a deployment.

function put(options: DeviceManagementCreateOrUpdateDeploymentParameters): StreamableMethod<DeviceManagementCreateOrUpdateDeployment200Response | DeviceManagementCreateOrUpdateDeploymentDefaultResponse>

Parameters

Returns