DeviceManagementGetDeployment interface
Metódusok
| delete(Request |
Törli az üzembe helyezést. |
| get(Request |
Lekéri az üzembehelyezési tulajdonságokat. |
| put(Device |
Üzembe helyezést hoz létre vagy frissít. |
Metódus adatai
delete(RequestParameters)
Törli az üzembe helyezést.
function delete(options?: RequestParameters): StreamableMethod<DeviceManagementDeleteDeployment204Response | DeviceManagementDeleteDeploymentDefaultResponse>
Paraméterek
- options
- RequestParameters
Válaszok
get(RequestParameters)
Lekéri az üzembehelyezési tulajdonságokat.
function get(options?: RequestParameters): StreamableMethod<DeviceManagementGetDeployment200Response | DeviceManagementGetDeploymentDefaultResponse>
Paraméterek
- options
- RequestParameters
Válaszok
put(DeviceManagementCreateOrUpdateDeploymentParameters)
Üzembe helyezést hoz létre vagy frissít.
function put(options: DeviceManagementCreateOrUpdateDeploymentParameters): StreamableMethod<DeviceManagementCreateOrUpdateDeployment200Response | DeviceManagementCreateOrUpdateDeploymentDefaultResponse>