NodeTypes interface
NodeTypes を表すインターフェイス。
メソッド
メソッドの詳細
beginCreateOrUpdate(string, string, string, NodeType, NodeTypesCreateOrUpdateOptionalParams)
特定のマネージド クラスターの Service Fabric ノード タイプを作成または更新します。
function beginCreateOrUpdate(resourceGroupName: string, clusterName: string, nodeTypeName: string, parameters: NodeType, options?: NodeTypesCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<NodeType>, NodeType>>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。
- clusterName
-
string
クラスター リソースの名前。
- nodeTypeName
-
string
ノードの種類の名前。
- parameters
- NodeType
ノードの種類のリソース。
オプション パラメーター。
戻り値
Promise<@azure/core-lro.SimplePollerLike<OperationState<NodeType>, NodeType>>
beginCreateOrUpdateAndWait(string, string, string, NodeType, NodeTypesCreateOrUpdateOptionalParams)
特定のマネージド クラスターの Service Fabric ノード タイプを作成または更新します。
function beginCreateOrUpdateAndWait(resourceGroupName: string, clusterName: string, nodeTypeName: string, parameters: NodeType, options?: NodeTypesCreateOrUpdateOptionalParams): Promise<NodeType>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。
- clusterName
-
string
クラスター リソースの名前。
- nodeTypeName
-
string
ノードの種類の名前。
- parameters
- NodeType
ノードの種類のリソース。
オプション パラメーター。
戻り値
Promise<NodeType>
beginDelete(string, string, string, NodeTypesDeleteOptionalParams)
特定のマネージド クラスターの Service Fabric ノード タイプを削除します。
function beginDelete(resourceGroupName: string, clusterName: string, nodeTypeName: string, options?: NodeTypesDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。
- clusterName
-
string
クラスター リソースの名前。
- nodeTypeName
-
string
ノードの種類の名前。
- options
- NodeTypesDeleteOptionalParams
オプション パラメーター。
戻り値
Promise<@azure/core-lro.SimplePollerLike<OperationState<void>, void>>
beginDeleteAndWait(string, string, string, NodeTypesDeleteOptionalParams)
特定のマネージド クラスターの Service Fabric ノード タイプを削除します。
function beginDeleteAndWait(resourceGroupName: string, clusterName: string, nodeTypeName: string, options?: NodeTypesDeleteOptionalParams): Promise<void>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。
- clusterName
-
string
クラスター リソースの名前。
- nodeTypeName
-
string
ノードの種類の名前。
- options
- NodeTypesDeleteOptionalParams
オプション パラメーター。
戻り値
Promise<void>
beginDeleteNode(string, string, string, NodeTypeActionParameters, NodeTypesDeleteNodeOptionalParams)
ノード タイプの 1 つ以上のノードを削除します。 これにより、ファブリック ノードが無効になり、VM で削除がトリガーされ、クラスターから状態が削除されます。
function beginDeleteNode(resourceGroupName: string, clusterName: string, nodeTypeName: string, parameters: NodeTypeActionParameters, options?: NodeTypesDeleteNodeOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。
- clusterName
-
string
クラスター リソースの名前。
- nodeTypeName
-
string
ノードの種類の名前。
- parameters
- NodeTypeActionParameters
削除アクションのパラメーター。
オプション パラメーター。
戻り値
Promise<@azure/core-lro.SimplePollerLike<OperationState<void>, void>>
beginDeleteNodeAndWait(string, string, string, NodeTypeActionParameters, NodeTypesDeleteNodeOptionalParams)
ノード タイプの 1 つ以上のノードを削除します。 これにより、ファブリック ノードが無効になり、VM で削除がトリガーされ、クラスターから状態が削除されます。
function beginDeleteNodeAndWait(resourceGroupName: string, clusterName: string, nodeTypeName: string, parameters: NodeTypeActionParameters, options?: NodeTypesDeleteNodeOptionalParams): Promise<void>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。
- clusterName
-
string
クラスター リソースの名前。
- nodeTypeName
-
string
ノードの種類の名前。
- parameters
- NodeTypeActionParameters
削除アクションのパラメーター。
オプション パラメーター。
戻り値
Promise<void>
beginReimage(string, string, string, NodeTypeActionParameters, NodeTypesReimageOptionalParams)
ノード タイプ上の 1 つ以上のノードを再イメージ化します。 ファブリック ノードが無効になり、VM で再イメージ化がトリガーされ、ノードが再度アクティブ化されます。
function beginReimage(resourceGroupName: string, clusterName: string, nodeTypeName: string, parameters: NodeTypeActionParameters, options?: NodeTypesReimageOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。
- clusterName
-
string
クラスター リソースの名前。
- nodeTypeName
-
string
ノードの種類の名前。
- parameters
- NodeTypeActionParameters
再イメージ化アクションのパラメーター。
- options
- NodeTypesReimageOptionalParams
オプション パラメーター。
戻り値
Promise<@azure/core-lro.SimplePollerLike<OperationState<void>, void>>
beginReimageAndWait(string, string, string, NodeTypeActionParameters, NodeTypesReimageOptionalParams)
ノード タイプ上の 1 つ以上のノードを再イメージ化します。 ファブリック ノードが無効になり、VM で再イメージ化がトリガーされ、ノードが再度アクティブ化されます。
function beginReimageAndWait(resourceGroupName: string, clusterName: string, nodeTypeName: string, parameters: NodeTypeActionParameters, options?: NodeTypesReimageOptionalParams): Promise<void>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。
- clusterName
-
string
クラスター リソースの名前。
- nodeTypeName
-
string
ノードの種類の名前。
- parameters
- NodeTypeActionParameters
再イメージ化アクションのパラメーター。
- options
- NodeTypesReimageOptionalParams
オプション パラメーター。
戻り値
Promise<void>
beginRestart(string, string, string, NodeTypeActionParameters, NodeTypesRestartOptionalParams)
ノード の種類で 1 つ以上のノードを再起動します。 ファブリック ノードが無効になり、VM で再起動がトリガーされ、ノードが再度アクティブ化されます。
function beginRestart(resourceGroupName: string, clusterName: string, nodeTypeName: string, parameters: NodeTypeActionParameters, options?: NodeTypesRestartOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。
- clusterName
-
string
クラスター リソースの名前。
- nodeTypeName
-
string
ノードの種類の名前。
- parameters
- NodeTypeActionParameters
再起動アクションのパラメーター。
- options
- NodeTypesRestartOptionalParams
オプション パラメーター。
戻り値
Promise<@azure/core-lro.SimplePollerLike<OperationState<void>, void>>
beginRestartAndWait(string, string, string, NodeTypeActionParameters, NodeTypesRestartOptionalParams)
ノード の種類で 1 つ以上のノードを再起動します。 ファブリック ノードが無効になり、VM で再起動がトリガーされ、ノードが再度アクティブ化されます。
function beginRestartAndWait(resourceGroupName: string, clusterName: string, nodeTypeName: string, parameters: NodeTypeActionParameters, options?: NodeTypesRestartOptionalParams): Promise<void>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。
- clusterName
-
string
クラスター リソースの名前。
- nodeTypeName
-
string
ノードの種類の名前。
- parameters
- NodeTypeActionParameters
再起動アクションのパラメーター。
- options
- NodeTypesRestartOptionalParams
オプション パラメーター。
戻り値
Promise<void>
beginUpdate(string, string, string, NodeTypeUpdateParameters, NodeTypesUpdateOptionalParams)
特定のマネージド クラスターのノード タイプの構成を更新し、タグのみを更新します。
function beginUpdate(resourceGroupName: string, clusterName: string, nodeTypeName: string, parameters: NodeTypeUpdateParameters, options?: NodeTypesUpdateOptionalParams): Promise<SimplePollerLike<OperationState<NodeType>, NodeType>>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。
- clusterName
-
string
クラスター リソースの名前。
- nodeTypeName
-
string
ノードの種類の名前。
- parameters
- NodeTypeUpdateParameters
ノード の種類の構成を更新するパラメーター。
- options
- NodeTypesUpdateOptionalParams
オプション パラメーター。
戻り値
Promise<@azure/core-lro.SimplePollerLike<OperationState<NodeType>, NodeType>>
beginUpdateAndWait(string, string, string, NodeTypeUpdateParameters, NodeTypesUpdateOptionalParams)
特定のマネージド クラスターのノード タイプの構成を更新し、タグのみを更新します。
function beginUpdateAndWait(resourceGroupName: string, clusterName: string, nodeTypeName: string, parameters: NodeTypeUpdateParameters, options?: NodeTypesUpdateOptionalParams): Promise<NodeType>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。
- clusterName
-
string
クラスター リソースの名前。
- nodeTypeName
-
string
ノードの種類の名前。
- parameters
- NodeTypeUpdateParameters
ノード の種類の構成を更新するパラメーター。
- options
- NodeTypesUpdateOptionalParams
オプション パラメーター。
戻り値
Promise<NodeType>
get(string, string, string, NodeTypesGetOptionalParams)
特定のマネージド クラスターの Service Fabric ノードタイプを取得します。
function get(resourceGroupName: string, clusterName: string, nodeTypeName: string, options?: NodeTypesGetOptionalParams): Promise<NodeType>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。
- clusterName
-
string
クラスター リソースの名前。
- nodeTypeName
-
string
ノードの種類の名前。
- options
- NodeTypesGetOptionalParams
オプション パラメーター。
戻り値
Promise<NodeType>
listByManagedClusters(string, string, NodeTypesListByManagedClustersOptionalParams)
指定したマネージド クラスターのすべてのノードの種類を取得します。
function listByManagedClusters(resourceGroupName: string, clusterName: string, options?: NodeTypesListByManagedClustersOptionalParams): PagedAsyncIterableIterator<NodeType, NodeType[], PageSettings>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。
- clusterName
-
string
クラスター リソースの名前。
オプション パラメーター。
戻り値
Azure SDK for JavaScript