PSCluster 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.
public class PSCluster : Microsoft.Azure.Management.ServiceFabric.Models.Cluster
type PSCluster = class
inherit Cluster
Public Class PSCluster
Inherits Cluster
- Inheritance
Constructors
PSCluster(Cluster) |
Properties
AddOnFeatures |
Gets or sets the list of add-on features to enable in the cluster. (Inherited from Cluster) |
ApplicationTypeVersionsCleanupPolicy |
Gets or sets the policy used to clean up unused versions. (Inherited from Cluster) |
AvailableClusterVersions |
Gets the Service Fabric runtime versions available for this cluster. (Inherited from Cluster) |
AzureActiveDirectory |
Gets or sets the AAD authentication settings of the cluster. (Inherited from Cluster) |
Certificate |
Gets or sets the certificate to use for securing the cluster. The certificate provided will be used for node to node security within the cluster, SSL certificate for cluster management endpoint and default admin client. (Inherited from Cluster) |
CertificateCommonNames |
Gets or sets describes a list of server certificates referenced by common name that are used to secure the cluster. (Inherited from Cluster) |
ClientCertificateCommonNames |
Gets or sets the list of client certificates referenced by common name that are allowed to manage the cluster. (Inherited from Cluster) |
ClientCertificateThumbprints |
Gets or sets the list of client certificates referenced by thumbprint that are allowed to manage the cluster. (Inherited from Cluster) |
ClusterCodeVersion |
Gets or sets the Service Fabric runtime version of the cluster. This property can only by set the user when upgradeMode is set to 'Manual'. To get list of available Service Fabric versions for new clusters use ClusterVersion API. To get the list of available version for existing clusters use availableClusterVersions. (Inherited from Cluster) |
ClusterEndpoint |
Gets the Azure Resource Provider endpoint. A system service in the cluster connects to this endpoint. (Inherited from Cluster) |
ClusterId |
Gets a service generated unique identifier for the cluster resource. (Inherited from Cluster) |
ClusterState |
Gets the current state of the cluster.
|
DiagnosticsStorageAccountConfig |
Gets or sets the storage account information for storing Service Fabric diagnostic logs. (Inherited from Cluster) |
Etag |
Gets azure resource etag. (Inherited from Resource) |
EventStoreServiceEnabled |
Gets or sets indicates if the event store service is enabled. (Inherited from Cluster) |
FabricSettings |
Gets or sets the list of custom fabric settings to configure the cluster. (Inherited from Cluster) |
Id |
Gets azure resource identifier. (Inherited from Resource) |
InfrastructureServiceManager |
Gets or sets indicates if infrastructure service manager is enabled. (Inherited from Cluster) |
Location |
Gets or sets azure resource location. (Inherited from Resource) |
ManagementEndpoint |
Gets or sets the http management endpoint of the cluster. (Inherited from Cluster) |
Name |
Gets azure resource name. (Inherited from Resource) |
NodeTypes |
Gets or sets the list of node types in the cluster. (Inherited from Cluster) |
Notifications |
Gets or sets indicates a list of notification channels for cluster events. (Inherited from Cluster) |
ProvisioningState |
Gets the provisioning state of the cluster resource. Possible values include: 'Updating', 'Succeeded', 'Failed', 'Canceled' (Inherited from Cluster) |
PSClusterString | |
ReliabilityLevel |
Gets or sets the reliability level sets the replica set size of system services. Learn about ReliabilityLevel.
|
ReverseProxyCertificate |
Gets or sets the server certificate used by reverse proxy. (Inherited from Cluster) |
ReverseProxyCertificateCommonNames |
Gets or sets describes a list of server certificates referenced by common name that are used to secure the cluster. (Inherited from Cluster) |
SfZonalUpgradeMode |
Gets or sets this property controls the logical grouping of VMs in upgrade domains (UDs). This property can't be modified if a node type with multiple Availability Zones is already present in the cluster. Possible values include: 'Parallel', 'Hierarchical' (Inherited from Cluster) |
SystemData |
Gets metadata pertaining to creation and last modification of the resource. (Inherited from Resource) |
Tags |
Gets or sets azure resource tags. (Inherited from Resource) |
Type |
Gets azure resource type. (Inherited from Resource) |
UpgradeDescription |
Gets or sets the policy to use when upgrading the cluster. (Inherited from Cluster) |
UpgradeMode |
Gets or sets the upgrade mode of the cluster when new Service Fabric runtime version is available. Possible values include: 'Automatic', 'Manual' (Inherited from Cluster) |
UpgradePauseEndTimestampUtc |
Gets or sets indicates the end date and time to pause automatic runtime version upgrades on the cluster for an specific period of time on the cluster (UTC). (Inherited from Cluster) |
UpgradePauseStartTimestampUtc |
Gets or sets indicates the start date and time to pause automatic runtime version upgrades on the cluster for an specific period of time on the cluster (UTC). (Inherited from Cluster) |
UpgradeWave |
Gets or sets indicates when new cluster runtime version upgrades will be applied after they are released. By default is Wave0. Only applies when upgradeMode is set to 'Automatic'. Possible values include: 'Wave0', 'Wave1', 'Wave2' (Inherited from Cluster) |
VmImage |
Gets or sets the VM image VMSS has been configured with. Generic names such as Windows or Linux can be used. (Inherited from Cluster) |
VmssZonalUpgradeMode |
Gets or sets this property defines the upgrade mode for the virtual machine scale set, it is mandatory if a node type with multiple Availability Zones is added. Possible values include: 'Parallel', 'Hierarchical' (Inherited from Cluster) |
WaveUpgradePaused |
Gets or sets boolean to pause automatic runtime version upgrades to the cluster. (Inherited from Cluster) |
Methods
ToString() | |
Validate() |
Validate the object. (Inherited from Cluster) |