NodeTypesOperationsExtensions Class

Definition

Extension methods for NodeTypesOperations.

public static class NodeTypesOperationsExtensions
type NodeTypesOperationsExtensions = class
Public Module NodeTypesOperationsExtensions
Inheritance
NodeTypesOperationsExtensions

Methods

BeginCreateOrUpdate(INodeTypesOperations, String, String, String, NodeType)

Creates or updates a Service Fabric node type.

BeginCreateOrUpdateAsync(INodeTypesOperations, String, String, String, NodeType, CancellationToken)

Creates or updates a Service Fabric node type.

BeginDelete(INodeTypesOperations, String, String, String)

Deletes a Service Fabric node type.

BeginDeleteAsync(INodeTypesOperations, String, String, String, CancellationToken)

Deletes a Service Fabric node type.

BeginDeleteNode(INodeTypesOperations, String, String, String, NodeTypeActionParameters)

Deletes one or more nodes on the node type.

BeginDeleteNodeAsync(INodeTypesOperations, String, String, String, NodeTypeActionParameters, CancellationToken)

Deletes one or more nodes on the node type.

BeginReimage(INodeTypesOperations, String, String, String, NodeTypeActionParameters)

Reimages one or more nodes on the node type.

BeginReimageAsync(INodeTypesOperations, String, String, String, NodeTypeActionParameters, CancellationToken)

Reimages one or more nodes on the node type.

BeginRestart(INodeTypesOperations, String, String, String, NodeTypeActionParameters)

Restarts one or more nodes on the node type.

BeginRestartAsync(INodeTypesOperations, String, String, String, NodeTypeActionParameters, CancellationToken)

Restarts one or more nodes on the node type.

CreateOrUpdate(INodeTypesOperations, String, String, String, NodeType)

Creates or updates a Service Fabric node type.

CreateOrUpdateAsync(INodeTypesOperations, String, String, String, NodeType, CancellationToken)

Creates or updates a Service Fabric node type.

Delete(INodeTypesOperations, String, String, String)

Deletes a Service Fabric node type.

DeleteAsync(INodeTypesOperations, String, String, String, CancellationToken)

Deletes a Service Fabric node type.

DeleteNode(INodeTypesOperations, String, String, String, NodeTypeActionParameters)

Deletes one or more nodes on the node type.

DeleteNodeAsync(INodeTypesOperations, String, String, String, NodeTypeActionParameters, CancellationToken)

Deletes one or more nodes on the node type.

Get(INodeTypesOperations, String, String, String)

Gets a Service Fabric node type.

GetAsync(INodeTypesOperations, String, String, String, CancellationToken)

Gets a Service Fabric node type.

ListByManagedClusters(INodeTypesOperations, String, String)

Gets the list of Node types of the specified managed cluster.

ListByManagedClustersAsync(INodeTypesOperations, String, String, CancellationToken)

Gets the list of Node types of the specified managed cluster.

ListByManagedClustersNext(INodeTypesOperations, String)

Gets the list of Node types of the specified managed cluster.

ListByManagedClustersNextAsync(INodeTypesOperations, String, CancellationToken)

Gets the list of Node types of the specified managed cluster.

Reimage(INodeTypesOperations, String, String, String, NodeTypeActionParameters)

Reimages one or more nodes on the node type.

ReimageAsync(INodeTypesOperations, String, String, String, NodeTypeActionParameters, CancellationToken)

Reimages one or more nodes on the node type.

Restart(INodeTypesOperations, String, String, String, NodeTypeActionParameters)

Restarts one or more nodes on the node type.

RestartAsync(INodeTypesOperations, String, String, String, NodeTypeActionParameters, CancellationToken)

Restarts one or more nodes on the node type.

Update(INodeTypesOperations, String, String, String, IDictionary<String,String>)

Update the tags of a node type resource of a given managed cluster.

UpdateAsync(INodeTypesOperations, String, String, String, IDictionary<String,String>, CancellationToken)

Update the tags of a node type resource of a given managed cluster.

Applies to