DeviceManagementGetDeployment interface
Metodi
| delete(Request |
Elimina una distribuzione. |
| get(Request |
Ottiene le proprietà di distribuzione. |
| put(Device |
Crea o aggiorna una distribuzione. |
Dettagli metodo
delete(RequestParameters)
Elimina una distribuzione.
function delete(options?: RequestParameters): StreamableMethod<DeviceManagementDeleteDeployment204Response | DeviceManagementDeleteDeploymentDefaultResponse>
Parametri
- options
- RequestParameters
Restituisce
get(RequestParameters)
Ottiene le proprietà di distribuzione.
function get(options?: RequestParameters): StreamableMethod<DeviceManagementGetDeployment200Response | DeviceManagementGetDeploymentDefaultResponse>
Parametri
- options
- RequestParameters
Restituisce
put(DeviceManagementCreateOrUpdateDeploymentParameters)
Crea o aggiorna una distribuzione.
function put(options: DeviceManagementCreateOrUpdateDeploymentParameters): StreamableMethod<DeviceManagementCreateOrUpdateDeployment200Response | DeviceManagementCreateOrUpdateDeploymentDefaultResponse>