OpenShiftClustersOperations interface

OpenShiftClustersの操作を表すインターフェース。

プロパティ

beginCreateOrUpdate
beginCreateOrUpdateAndWait
beginDelete
beginDeleteAndWait
beginUpdate
beginUpdateAndWait
createOrUpdate

この操作はOpenShiftクラスタのプロパティを返します。

delete

しかし、その手術は何も返ってきません。

get

この操作はOpenShiftクラスタのプロパティを返します。

list

この操作は各OpenShiftクラスタのプロパティを返します。

listAdminCredentials

操作は管理者Kubeconfigを返します。

listByResourceGroup

この操作は各OpenShiftクラスタのプロパティを返します。

listCredentials

作戦は認証情報を返します。

update

この操作はOpenShiftクラスタのプロパティを返します。

プロパティの詳細

beginCreateOrUpdate

警告

この API は非推奨になりました。

use createOrUpdate instead

beginCreateOrUpdate: (resourceGroupName: string, resourceName: string, parameters: OpenShiftCluster, options?: OpenShiftClustersCreateOrUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<OpenShiftCluster>, OpenShiftCluster>>

プロパティ値

(resourceGroupName: string, resourceName: string, parameters: OpenShiftCluster, options?: OpenShiftClustersCreateOrUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<OpenShiftCluster>, OpenShiftCluster>>

beginCreateOrUpdateAndWait

警告

この API は非推奨になりました。

use createOrUpdate instead

beginCreateOrUpdateAndWait: (resourceGroupName: string, resourceName: string, parameters: OpenShiftCluster, options?: OpenShiftClustersCreateOrUpdateOptionalParams) => Promise<OpenShiftCluster>

プロパティ値

(resourceGroupName: string, resourceName: string, parameters: OpenShiftCluster, options?: OpenShiftClustersCreateOrUpdateOptionalParams) => Promise<OpenShiftCluster>

beginDelete

警告

この API は非推奨になりました。

use delete instead

beginDelete: (resourceGroupName: string, resourceName: string, options?: OpenShiftClustersDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>

プロパティ値

(resourceGroupName: string, resourceName: string, options?: OpenShiftClustersDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>

beginDeleteAndWait

警告

この API は非推奨になりました。

use delete instead

beginDeleteAndWait: (resourceGroupName: string, resourceName: string, options?: OpenShiftClustersDeleteOptionalParams) => Promise<void>

プロパティ値

(resourceGroupName: string, resourceName: string, options?: OpenShiftClustersDeleteOptionalParams) => Promise<void>

beginUpdate

警告

この API は非推奨になりました。

use update instead

beginUpdate: (resourceGroupName: string, resourceName: string, parameters: OpenShiftClusterUpdate, options?: OpenShiftClustersUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<OpenShiftCluster>, OpenShiftCluster>>

プロパティ値

(resourceGroupName: string, resourceName: string, parameters: OpenShiftClusterUpdate, options?: OpenShiftClustersUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<OpenShiftCluster>, OpenShiftCluster>>

beginUpdateAndWait

警告

この API は非推奨になりました。

use update instead

beginUpdateAndWait: (resourceGroupName: string, resourceName: string, parameters: OpenShiftClusterUpdate, options?: OpenShiftClustersUpdateOptionalParams) => Promise<OpenShiftCluster>

プロパティ値

(resourceGroupName: string, resourceName: string, parameters: OpenShiftClusterUpdate, options?: OpenShiftClustersUpdateOptionalParams) => Promise<OpenShiftCluster>

createOrUpdate

この操作はOpenShiftクラスタのプロパティを返します。

createOrUpdate: (resourceGroupName: string, resourceName: string, parameters: OpenShiftCluster, options?: OpenShiftClustersCreateOrUpdateOptionalParams) => PollerLike<OperationState<OpenShiftCluster>, OpenShiftCluster>

プロパティ値

(resourceGroupName: string, resourceName: string, parameters: OpenShiftCluster, options?: OpenShiftClustersCreateOrUpdateOptionalParams) => PollerLike<OperationState<OpenShiftCluster>, OpenShiftCluster>

delete

しかし、その手術は何も返ってきません。

delete: (resourceGroupName: string, resourceName: string, options?: OpenShiftClustersDeleteOptionalParams) => PollerLike<OperationState<void>, void>

プロパティ値

(resourceGroupName: string, resourceName: string, options?: OpenShiftClustersDeleteOptionalParams) => PollerLike<OperationState<void>, void>

get

この操作はOpenShiftクラスタのプロパティを返します。

get: (resourceGroupName: string, resourceName: string, options?: OpenShiftClustersGetOptionalParams) => Promise<OpenShiftCluster>

プロパティ値

(resourceGroupName: string, resourceName: string, options?: OpenShiftClustersGetOptionalParams) => Promise<OpenShiftCluster>

list

この操作は各OpenShiftクラスタのプロパティを返します。

list: (options?: OpenShiftClustersListOptionalParams) => PagedAsyncIterableIterator<OpenShiftCluster, OpenShiftCluster[], PageSettings>

プロパティ値

(options?: OpenShiftClustersListOptionalParams) => PagedAsyncIterableIterator<OpenShiftCluster, OpenShiftCluster[], PageSettings>

listAdminCredentials

操作は管理者Kubeconfigを返します。

listAdminCredentials: (resourceGroupName: string, resourceName: string, options?: OpenShiftClustersListAdminCredentialsOptionalParams) => Promise<OpenShiftClusterAdminKubeconfig>

プロパティ値

(resourceGroupName: string, resourceName: string, options?: OpenShiftClustersListAdminCredentialsOptionalParams) => Promise<OpenShiftClusterAdminKubeconfig>

listByResourceGroup

この操作は各OpenShiftクラスタのプロパティを返します。

listByResourceGroup: (resourceGroupName: string, options?: OpenShiftClustersListByResourceGroupOptionalParams) => PagedAsyncIterableIterator<OpenShiftCluster, OpenShiftCluster[], PageSettings>

プロパティ値

(resourceGroupName: string, options?: OpenShiftClustersListByResourceGroupOptionalParams) => PagedAsyncIterableIterator<OpenShiftCluster, OpenShiftCluster[], PageSettings>

listCredentials

作戦は認証情報を返します。

listCredentials: (resourceGroupName: string, resourceName: string, options?: OpenShiftClustersListCredentialsOptionalParams) => Promise<OpenShiftClusterCredentials>

プロパティ値

(resourceGroupName: string, resourceName: string, options?: OpenShiftClustersListCredentialsOptionalParams) => Promise<OpenShiftClusterCredentials>

update

この操作はOpenShiftクラスタのプロパティを返します。

update: (resourceGroupName: string, resourceName: string, parameters: OpenShiftClusterUpdate, options?: OpenShiftClustersUpdateOptionalParams) => PollerLike<OperationState<OpenShiftCluster>, OpenShiftCluster>

プロパティ値

(resourceGroupName: string, resourceName: string, parameters: OpenShiftClusterUpdate, options?: OpenShiftClustersUpdateOptionalParams) => PollerLike<OperationState<OpenShiftCluster>, OpenShiftCluster>