DeviceManagementGetDeployment interface
Yöntemler
| delete(Request |
Dağıtımı siler. |
| get(Request |
Dağıtım özelliklerini alır. |
| put(Device |
Dağıtım oluşturur veya güncelleştirir. |
Yöntem Ayrıntıları
delete(RequestParameters)
Dağıtımı siler.
function delete(options?: RequestParameters): StreamableMethod<DeviceManagementDeleteDeployment204Response | DeviceManagementDeleteDeploymentDefaultResponse>
Parametreler
- options
- RequestParameters
Döndürülenler
get(RequestParameters)
Dağıtım özelliklerini alır.
function get(options?: RequestParameters): StreamableMethod<DeviceManagementGetDeployment200Response | DeviceManagementGetDeploymentDefaultResponse>
Parametreler
- options
- RequestParameters
Döndürülenler
put(DeviceManagementCreateOrUpdateDeploymentParameters)
Dağıtım oluşturur veya güncelleştirir.
function put(options: DeviceManagementCreateOrUpdateDeploymentParameters): StreamableMethod<DeviceManagementCreateOrUpdateDeployment200Response | DeviceManagementCreateOrUpdateDeploymentDefaultResponse>