DeviceManagementGetDeployment interface
Methods
| delete(Request |
Deletes a deployment. |
| get(Request |
Gets the deployment properties. |
| put(Device |
Creates or updates a deployment. |
Method Details
delete(RequestParameters)
Deletes a deployment.
function delete(options?: RequestParameters): StreamableMethod<DeviceManagementDeleteDeployment204Response | DeviceManagementDeleteDeploymentDefaultResponse>
Parameters
- options
- RequestParameters
Returns
get(RequestParameters)
Gets the deployment properties.
function get(options?: RequestParameters): StreamableMethod<DeviceManagementGetDeployment200Response | DeviceManagementGetDeploymentDefaultResponse>
Parameters
- options
- RequestParameters
Returns
put(DeviceManagementCreateOrUpdateDeploymentParameters)
Creates or updates a deployment.
function put(options: DeviceManagementCreateOrUpdateDeploymentParameters): StreamableMethod<DeviceManagementCreateOrUpdateDeployment200Response | DeviceManagementCreateOrUpdateDeploymentDefaultResponse>