NodeType Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Describes a node type in the cluster, each node type represents sub set of nodes in the cluster.
[Microsoft.Rest.Serialization.JsonTransformation]
public class NodeType : Microsoft.Azure.Management.ServiceFabric.Models.ManagedProxyResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type NodeType = class
inherit ManagedProxyResource
Public Class NodeType
Inherits ManagedProxyResource
- Inheritance
- Attributes
Constructors
NodeType() |
Initializes a new instance of the NodeType class. |
NodeType(Boolean, Int32, Int32, String, String, String, IDictionary<String, String>, IDictionary<String,String>, IDictionary<String,String>, EndpointRangeDescription, EndpointRangeDescription, String, String, String, String, String, IList<VaultSecretGroup>, IList<VMSSExtension>, String) |
Initializes a new instance of the NodeType class. |
Properties
ApplicationPorts |
Gets or sets the range of ports from which cluster assigned port to Service Fabric applications. |
Capacities |
Gets or sets the capacity tags applied to the nodes in the node type, the cluster resource manager uses these tags to understand how much resource a node has. |
DataDiskSizeGB |
Gets or sets disk size for each vm in the node type in GBs. |
EphemeralPorts |
Gets or sets the range of ephemeral ports that nodes in this node type should be configured with. |
Id |
Gets azure resource identifier. (Inherited from ManagedProxyResource) |
IsPrimary |
Gets or sets the node type on which system services will run. Only one node type should be marked as primary. Primary node type cannot be deleted or changed for existing clusters. |
Name |
Gets azure resource name. (Inherited from ManagedProxyResource) |
PlacementProperties |
Gets or sets the placement tags applied to nodes in the node type, which can be used to indicate where certain services (workload) should run. |
ProvisioningState |
Gets the provisioning state of the managed cluster resource. Possible values include: 'None', 'Creating', 'Created', 'Updating', 'Succeeded', 'Failed', 'Canceled', 'Deleting', 'Deleted', 'Other' |
Tags |
Gets or sets azure resource tags. (Inherited from ManagedProxyResource) |
Type |
Gets azure resource type. (Inherited from ManagedProxyResource) |
VmExtensions |
Gets or sets virtual machine extensions. |
VmImageOffer |
Gets or sets the offer type of the Azure Virtual Machines Marketplace image. For example, UbuntuServer or WindowsServer. |
VmImagePublisher |
Gets or sets the publisher of the Azure Virtual Machines Marketplace image. For example, Canonical or MicrosoftWindowsServer. |
VmImageSku |
Gets or sets the SKU of the Azure Virtual Machines Marketplace image. For example, 14.04.0-LTS or 2012-R2-Datacenter. |
VmImageVersion |
Gets or sets the version of the Azure Virtual Machines Marketplace image. A value of 'latest' can be specified to select the latest version of an image. If omitted, the default is 'latest'. |
VmInstanceCount |
Gets or sets the number of nodes in the node type. This count should match the capacity property in the corresponding VirtualMachineScaleSet resource. |
VmSecrets |
Gets or sets virtual machine secretes. |
VmSize |
Gets or sets the size of virtual machines in the pool. All virtual machines in a pool are the same size. For example, Standard_D3. |
Methods
Validate() |
Validate the object. |
Applies to
Azure SDK for .NET