Skip to main content

node_types

Overview

Namenode_types
TypeResource
Idazure.service_fabric_managed_clusters.node_types

Fields

NameDatatypeDescription
idstringAzure resource identifier.
namestringAzure resource name.
propertiesobjectDescribes a node type in the cluster, each node type represents sub set of nodes in the cluster.
skuobjectDescribes a node type sku.
systemDataobjectMetadata pertaining to creation and last modification of the resource.
tagsobjectAzure resource tags.
typestringAzure resource type.

Methods

NameAccessible byRequired ParamsDescription
getSELECTapi-version, clusterName, nodeTypeName, resourceGroupName, subscriptionIdGet a Service Fabric node type of a given managed cluster.
list_by_managed_clustersSELECTapi-version, clusterName, resourceGroupName, subscriptionIdGets all Node types of the specified managed cluster.
create_or_updateINSERTapi-version, clusterName, nodeTypeName, resourceGroupName, subscriptionIdCreate or update a Service Fabric node type of a given managed cluster.
deleteDELETEapi-version, clusterName, nodeTypeName, resourceGroupName, subscriptionIdDelete a Service Fabric node type of a given managed cluster.
_list_by_managed_clustersEXECapi-version, clusterName, resourceGroupName, subscriptionIdGets all Node types of the specified managed cluster.
reimageEXECapi-version, clusterName, nodeTypeName, resourceGroupName, subscriptionIdReimages one or more nodes on the node type. It will disable the fabric nodes, trigger a reimage on the VMs and activate the nodes back again.
restartEXECapi-version, clusterName, nodeTypeName, resourceGroupName, subscriptionIdRestarts one or more nodes on the node type. It will disable the fabric nodes, trigger a restart on the VMs and activate the nodes back again.
updateEXECapi-version, clusterName, nodeTypeName, resourceGroupName, subscriptionIdUpdate the configuration of a node type of a given managed cluster, only updating tags.