DeviceManagementGetDeployment interface
方法
| delete(Request |
刪除部署。 |
| get(Request |
取得部署屬性。 |
| put(Device |
建立或更新部署。 |
方法詳細資料
delete(RequestParameters)
刪除部署。
function delete(options?: RequestParameters): StreamableMethod<DeviceManagementDeleteDeployment204Response | DeviceManagementDeleteDeploymentDefaultResponse>
參數
- options
- RequestParameters
傳回
get(RequestParameters)
取得部署屬性。
function get(options?: RequestParameters): StreamableMethod<DeviceManagementGetDeployment200Response | DeviceManagementGetDeploymentDefaultResponse>
參數
- options
- RequestParameters
傳回
put(DeviceManagementCreateOrUpdateDeploymentParameters)
建立或更新部署。
function put(options: DeviceManagementCreateOrUpdateDeploymentParameters): StreamableMethod<DeviceManagementCreateOrUpdateDeployment200Response | DeviceManagementCreateOrUpdateDeploymentDefaultResponse>