INodeTypesOperations Interface

Definition

NodeTypesOperations operations.

public interface INodeTypesOperations
type INodeTypesOperations = interface
Public Interface INodeTypesOperations

Methods

BeginCreateOrUpdateWithHttpMessagesAsync(String, String, String, NodeType, Dictionary<String,List<String>>, CancellationToken)

Creates or updates a Service Fabric node type.

BeginDeleteNodeWithHttpMessagesAsync(String, String, String, NodeTypeActionParameters, Dictionary<String,List<String>>, CancellationToken)

Deletes one or more nodes on the node type.

BeginDeleteWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

Deletes a Service Fabric node type.

BeginReimageWithHttpMessagesAsync(String, String, String, NodeTypeActionParameters, Dictionary<String,List<String>>, CancellationToken)

Reimages one or more nodes on the node type.

BeginRestartWithHttpMessagesAsync(String, String, String, NodeTypeActionParameters, Dictionary<String,List<String>>, CancellationToken)

Restarts one or more nodes on the node type.

BeginUpdateWithHttpMessagesAsync(String, String, String, NodeTypeUpdateParameters, Dictionary<String,List<String>>, CancellationToken)

Updates the configuration of a node type of a given managed cluster.

CreateOrUpdateWithHttpMessagesAsync(String, String, String, NodeType, Dictionary<String,List<String>>, CancellationToken)

Creates or updates a Service Fabric node type.

DeleteNodeWithHttpMessagesAsync(String, String, String, NodeTypeActionParameters, Dictionary<String,List<String>>, CancellationToken)

Deletes one or more nodes on the node type.

DeleteWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

Deletes a Service Fabric node type.

GetWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

Gets a Service Fabric node type.

ListByManagedClustersNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

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

ListByManagedClustersWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

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

ReimageWithHttpMessagesAsync(String, String, String, NodeTypeActionParameters, Dictionary<String,List<String>>, CancellationToken)

Reimages one or more nodes on the node type.

RestartWithHttpMessagesAsync(String, String, String, NodeTypeActionParameters, Dictionary<String,List<String>>, CancellationToken)

Restarts one or more nodes on the node type.

UpdateWithHttpMessagesAsync(String, String, String, NodeTypeUpdateParameters, Dictionary<String,List<String>>, CancellationToken)

Updates the configuration of a node type of a given managed cluster.

Extension 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.

BeginUpdate(INodeTypesOperations, String, String, String, NodeTypeUpdateParameters)

Updates the configuration of a node type of a given managed cluster.

BeginUpdateAsync(INodeTypesOperations, String, String, String, NodeTypeUpdateParameters, CancellationToken)

Updates the configuration of a node type of a given managed cluster.

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, NodeTypeUpdateParameters)

Updates the configuration of a node type of a given managed cluster.

UpdateAsync(INodeTypesOperations, String, String, String, NodeTypeUpdateParameters, CancellationToken)

Updates the configuration of a node type of a given managed cluster.

Applies to