MachinePools interface
MachinePools を表すインターフェイス。
メソッド
create |
この操作は、MachinePool のプロパティを返します。 |
delete(string, string, string, Machine |
操作は何も返しません。 |
get(string, string, string, Machine |
この操作は、MachinePool のプロパティを返します。 |
list(string, string, Machine |
この操作は、各 MachinePool のプロパティを返します。 |
update(string, string, string, Machine |
この操作は、MachinePool のプロパティを返します。 |
メソッドの詳細
createOrUpdate(string, string, string, MachinePool, MachinePoolsCreateOrUpdateOptionalParams)
この操作は、MachinePool のプロパティを返します。
function createOrUpdate(resourceGroupName: string, resourceName: string, childResourceName: string, parameters: MachinePool, options?: MachinePoolsCreateOrUpdateOptionalParams): Promise<MachinePool>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。 名前では大文字と小文字が区別されません。
- resourceName
-
string
OpenShift クラスター リソースの名前。
- childResourceName
-
string
MachinePool リソースの名前。
- parameters
- MachinePool
MachinePool リソース。
オプション パラメーター。
戻り値
Promise<MachinePool>
delete(string, string, string, MachinePoolsDeleteOptionalParams)
操作は何も返しません。
function delete(resourceGroupName: string, resourceName: string, childResourceName: string, options?: MachinePoolsDeleteOptionalParams): Promise<void>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。 名前では大文字と小文字が区別されません。
- resourceName
-
string
OpenShift クラスター リソースの名前。
- childResourceName
-
string
MachinePool リソースの名前。
- options
- MachinePoolsDeleteOptionalParams
オプション パラメーター。
戻り値
Promise<void>
get(string, string, string, MachinePoolsGetOptionalParams)
この操作は、MachinePool のプロパティを返します。
function get(resourceGroupName: string, resourceName: string, childResourceName: string, options?: MachinePoolsGetOptionalParams): Promise<MachinePool>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。 名前では大文字と小文字が区別されません。
- resourceName
-
string
OpenShift クラスター リソースの名前。
- childResourceName
-
string
MachinePool リソースの名前。
- options
- MachinePoolsGetOptionalParams
オプション パラメーター。
戻り値
Promise<MachinePool>
list(string, string, MachinePoolsListOptionalParams)
この操作は、各 MachinePool のプロパティを返します。
function list(resourceGroupName: string, resourceName: string, options?: MachinePoolsListOptionalParams): PagedAsyncIterableIterator<MachinePool, MachinePool[], PageSettings>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。 名前では大文字と小文字が区別されません。
- resourceName
-
string
OpenShift クラスター リソースの名前。
- options
- MachinePoolsListOptionalParams
オプション パラメーター。
戻り値
update(string, string, string, MachinePoolUpdate, MachinePoolsUpdateOptionalParams)
この操作は、MachinePool のプロパティを返します。
function update(resourceGroupName: string, resourceName: string, childResourceName: string, parameters: MachinePoolUpdate, options?: MachinePoolsUpdateOptionalParams): Promise<MachinePool>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。 名前では大文字と小文字が区別されません。
- resourceName
-
string
OpenShift クラスター リソースの名前。
- childResourceName
-
string
MachinePool リソースの名前。
- parameters
- MachinePoolUpdate
MachinePool リソース。
- options
- MachinePoolsUpdateOptionalParams
オプション パラメーター。
戻り値
Promise<MachinePool>
Azure SDK for JavaScript