次の方法で共有


Clusters interface

クラスターを表すインターフェイス。

メソッド

beginCreateIdentity(string, string, ClustersCreateIdentityOptionalParams)

クラスター ID を作成します。

beginCreateIdentityAndWait(string, string, ClustersCreateIdentityOptionalParams)

クラスター ID を作成します。

beginDelete(string, string, ClustersDeleteOptionalParams)

HCI クラスターを削除します。

beginDeleteAndWait(string, string, ClustersDeleteOptionalParams)

HCI クラスターを削除します。

beginUploadCertificate(string, string, UploadCertificateRequest, ClustersUploadCertificateOptionalParams)

証明書をアップロードします。

beginUploadCertificateAndWait(string, string, UploadCertificateRequest, ClustersUploadCertificateOptionalParams)

証明書をアップロードします。

create(string, string, Cluster, ClustersCreateOptionalParams)

HCI クラスターを作成します。

get(string, string, ClustersGetOptionalParams)

HCI クラスターを取得します。

listByResourceGroup(string, ClustersListByResourceGroupOptionalParams)

リソース グループ内のすべての HCI クラスターを一覧表示します。

listBySubscription(ClustersListBySubscriptionOptionalParams)

サブスクリプション内のすべての HCI クラスターを一覧表示します。

update(string, string, ClusterPatch, ClustersUpdateOptionalParams)

HCI クラスターを更新します。

メソッドの詳細

beginCreateIdentity(string, string, ClustersCreateIdentityOptionalParams)

クラスター ID を作成します。

function beginCreateIdentity(resourceGroupName: string, clusterName: string, options?: ClustersCreateIdentityOptionalParams): Promise<PollerLike<PollOperationState<ClusterIdentityResponse>, ClusterIdentityResponse>>

パラメーター

resourceGroupName

string

リソース グループの名前。 名前の大文字と小文字は区別されます。

clusterName

string

クラスターの名前です。

options
ClustersCreateIdentityOptionalParams

options パラメーター。

戻り値

Promise<PollerLike<@azure/core-lro.PollOperationState<ClusterIdentityResponse>, ClusterIdentityResponse>>

beginCreateIdentityAndWait(string, string, ClustersCreateIdentityOptionalParams)

クラスター ID を作成します。

function beginCreateIdentityAndWait(resourceGroupName: string, clusterName: string, options?: ClustersCreateIdentityOptionalParams): Promise<ClusterIdentityResponse>

パラメーター

resourceGroupName

string

リソース グループの名前。 名前の大文字と小文字は区別されます。

clusterName

string

クラスターの名前です。

options
ClustersCreateIdentityOptionalParams

options パラメーター。

戻り値

beginDelete(string, string, ClustersDeleteOptionalParams)

HCI クラスターを削除します。

function beginDelete(resourceGroupName: string, clusterName: string, options?: ClustersDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>

パラメーター

resourceGroupName

string

リソース グループの名前。 名前の大文字と小文字は区別されます。

clusterName

string

クラスターの名前です。

options
ClustersDeleteOptionalParams

options パラメーター。

戻り値

Promise<PollerLike<@azure/core-lro.PollOperationState<void>, void>>

beginDeleteAndWait(string, string, ClustersDeleteOptionalParams)

HCI クラスターを削除します。

function beginDeleteAndWait(resourceGroupName: string, clusterName: string, options?: ClustersDeleteOptionalParams): Promise<void>

パラメーター

resourceGroupName

string

リソース グループの名前。 名前の大文字と小文字は区別されます。

clusterName

string

クラスターの名前です。

options
ClustersDeleteOptionalParams

options パラメーター。

戻り値

Promise<void>

beginUploadCertificate(string, string, UploadCertificateRequest, ClustersUploadCertificateOptionalParams)

証明書をアップロードします。

function beginUploadCertificate(resourceGroupName: string, clusterName: string, uploadCertificateRequest: UploadCertificateRequest, options?: ClustersUploadCertificateOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>

パラメーター

resourceGroupName

string

リソース グループの名前。 名前の大文字と小文字は区別されます。

clusterName

string

クラスターの名前です。

uploadCertificateRequest
UploadCertificateRequest

証明書要求をアップロードします。

options
ClustersUploadCertificateOptionalParams

options パラメーター。

戻り値

Promise<PollerLike<@azure/core-lro.PollOperationState<void>, void>>

beginUploadCertificateAndWait(string, string, UploadCertificateRequest, ClustersUploadCertificateOptionalParams)

証明書をアップロードします。

function beginUploadCertificateAndWait(resourceGroupName: string, clusterName: string, uploadCertificateRequest: UploadCertificateRequest, options?: ClustersUploadCertificateOptionalParams): Promise<void>

パラメーター

resourceGroupName

string

リソース グループの名前。 名前の大文字と小文字は区別されます。

clusterName

string

クラスターの名前です。

uploadCertificateRequest
UploadCertificateRequest

証明書要求をアップロードします。

options
ClustersUploadCertificateOptionalParams

options パラメーター。

戻り値

Promise<void>

create(string, string, Cluster, ClustersCreateOptionalParams)

HCI クラスターを作成します。

function create(resourceGroupName: string, clusterName: string, cluster: Cluster, options?: ClustersCreateOptionalParams): Promise<Cluster>

パラメーター

resourceGroupName

string

リソース グループの名前。 名前の大文字と小文字は区別されます。

clusterName

string

クラスターの名前です。

cluster
Cluster

HCI クラスターの詳細。

options
ClustersCreateOptionalParams

options パラメーター。

戻り値

Promise<Cluster>

get(string, string, ClustersGetOptionalParams)

HCI クラスターを取得します。

function get(resourceGroupName: string, clusterName: string, options?: ClustersGetOptionalParams): Promise<Cluster>

パラメーター

resourceGroupName

string

リソース グループの名前。 名前の大文字と小文字は区別されます。

clusterName

string

クラスターの名前です。

options
ClustersGetOptionalParams

options パラメーター。

戻り値

Promise<Cluster>

listByResourceGroup(string, ClustersListByResourceGroupOptionalParams)

リソース グループ内のすべての HCI クラスターを一覧表示します。

function listByResourceGroup(resourceGroupName: string, options?: ClustersListByResourceGroupOptionalParams): PagedAsyncIterableIterator<Cluster, Cluster[], PageSettings>

パラメーター

resourceGroupName

string

リソース グループの名前。 名前の大文字と小文字は区別されます。

options
ClustersListByResourceGroupOptionalParams

options パラメーター。

戻り値

listBySubscription(ClustersListBySubscriptionOptionalParams)

サブスクリプション内のすべての HCI クラスターを一覧表示します。

function listBySubscription(options?: ClustersListBySubscriptionOptionalParams): PagedAsyncIterableIterator<Cluster, Cluster[], PageSettings>

パラメーター

options
ClustersListBySubscriptionOptionalParams

options パラメーター。

戻り値

update(string, string, ClusterPatch, ClustersUpdateOptionalParams)

HCI クラスターを更新します。

function update(resourceGroupName: string, clusterName: string, cluster: ClusterPatch, options?: ClustersUpdateOptionalParams): Promise<Cluster>

パラメーター

resourceGroupName

string

リソース グループの名前。 名前の大文字と小文字は区別されます。

clusterName

string

クラスターの名前です。

cluster
ClusterPatch

HCI クラスターの詳細。

options
ClustersUpdateOptionalParams

options パラメーター。

戻り値

Promise<Cluster>