DedicatedHostGroupsCreateOrUpdate interface
メソッド
| delete(Dedicated |
専用ホスト グループを削除します。 |
| get(Dedicated |
専用ホスト グループに関する情報を取得します。 |
| patch(Dedicated |
専用ホスト グループを更新します。 |
| put(Dedicated |
専用ホスト グループを作成または更新します。 専用ホストと専用ホスト グループの詳細については、[専用ホストのドキュメント] (https://go.microsoft.com/fwlink/?linkid=2082596) を参照してください。 |
メソッドの詳細
delete(DedicatedHostGroupsDeleteParameters)
専用ホスト グループを削除します。
function delete(options: DedicatedHostGroupsDeleteParameters): StreamableMethod<DedicatedHostGroupsDelete200Response | DedicatedHostGroupsDelete204Response | DedicatedHostGroupsDeleteDefaultResponse>
パラメーター
戻り値
get(DedicatedHostGroupsGetParameters)
専用ホスト グループに関する情報を取得します。
function get(options: DedicatedHostGroupsGetParameters): StreamableMethod<DedicatedHostGroupsGet200Response | DedicatedHostGroupsGetDefaultResponse>
パラメーター
- options
- DedicatedHostGroupsGetParameters
戻り値
patch(DedicatedHostGroupsUpdateParameters)
専用ホスト グループを更新します。
function patch(options: DedicatedHostGroupsUpdateParameters): StreamableMethod<DedicatedHostGroupsUpdate200Response | DedicatedHostGroupsUpdateDefaultResponse>
パラメーター
戻り値
put(DedicatedHostGroupsCreateOrUpdateParameters)
専用ホスト グループを作成または更新します。 専用ホストと専用ホスト グループの詳細については、[専用ホストのドキュメント] (https://go.microsoft.com/fwlink/?linkid=2082596) を参照してください。
function put(options: DedicatedHostGroupsCreateOrUpdateParameters): StreamableMethod<DedicatedHostGroupsCreateOrUpdate200Response | DedicatedHostGroupsCreateOrUpdate201Response | DedicatedHostGroupsCreateOrUpdateDefaultResponse>