Show / Hide Table of Contents

Class ClusterState

Inheritance
System.Object
InputArgs
ResourceArgs
ClusterState
Inherited Members
ResourceArgs.Empty
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Azure.ServiceFabric
Assembly: Pulumi.Azure.dll
Syntax
public sealed class ClusterState : ResourceArgs

Constructors

View Source

ClusterState()

Declaration
public ClusterState()

Properties

View Source

AddOnFeatures

A List of one or more features which should be enabled, such as DnsService.

Declaration
public InputList<string> AddOnFeatures { get; set; }
Property Value
Type Description
InputList<System.String>
View Source

AzureActiveDirectory

An azure_active_directory block as defined below.

Declaration
public Input<ClusterAzureActiveDirectoryGetArgs> AzureActiveDirectory { get; set; }
Property Value
Type Description
Input<ClusterAzureActiveDirectoryGetArgs>
View Source

Certificate

A certificate block as defined below. Conflicts with certificate_common_names.

Declaration
public Input<ClusterCertificateGetArgs> Certificate { get; set; }
Property Value
Type Description
Input<ClusterCertificateGetArgs>
View Source

CertificateCommonNames

A certificate_common_names block as defined below. Conflicts with certificate.

Declaration
public Input<ClusterCertificateCommonNamesGetArgs> CertificateCommonNames { get; set; }
Property Value
Type Description
Input<ClusterCertificateCommonNamesGetArgs>
View Source

ClientCertificateCommonNames

A client_certificate_common_name block as defined below.

Declaration
public InputList<ClusterClientCertificateCommonNameGetArgs> ClientCertificateCommonNames { get; set; }
Property Value
Type Description
InputList<ClusterClientCertificateCommonNameGetArgs>
View Source

ClientCertificateThumbprints

One or two client_certificate_thumbprint blocks as defined below.

Declaration
public InputList<ClusterClientCertificateThumbprintGetArgs> ClientCertificateThumbprints { get; set; }
Property Value
Type Description
InputList<ClusterClientCertificateThumbprintGetArgs>
View Source

ClusterCodeVersion

Required if Upgrade Mode set to Manual, Specifies the Version of the Cluster Code of the cluster.

Declaration
public Input<string> ClusterCodeVersion { get; set; }
Property Value
Type Description
Input<System.String>
View Source

ClusterEndpoint

The Cluster Endpoint for this Service Fabric Cluster.

Declaration
public Input<string> ClusterEndpoint { get; set; }
Property Value
Type Description
Input<System.String>
View Source

DiagnosticsConfig

A diagnostics_config block as defined below. Changing this forces a new resource to be created.

Declaration
public Input<ClusterDiagnosticsConfigGetArgs> DiagnosticsConfig { get; set; }
Property Value
Type Description
Input<ClusterDiagnosticsConfigGetArgs>
View Source

FabricSettings

One or more fabric_settings blocks as defined below.

Declaration
public InputList<ClusterFabricSettingGetArgs> FabricSettings { get; set; }
Property Value
Type Description
InputList<ClusterFabricSettingGetArgs>
View Source

Location

Specifies the Azure Region where the Service Fabric Cluster should exist. Changing this forces a new resource to be created.

Declaration
public Input<string> Location { get; set; }
Property Value
Type Description
Input<System.String>
View Source

ManagementEndpoint

Specifies the Management Endpoint of the cluster such as http://example.com. Changing this forces a new resource to be created.

Declaration
public Input<string> ManagementEndpoint { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Name

The name of the Service Fabric Cluster. Changing this forces a new resource to be created.

Declaration
public Input<string> Name { get; set; }
Property Value
Type Description
Input<System.String>
View Source

NodeTypes

One or more node_type blocks as defined below.

Declaration
public InputList<ClusterNodeTypeGetArgs> NodeTypes { get; set; }
Property Value
Type Description
InputList<ClusterNodeTypeGetArgs>
View Source

ReliabilityLevel

Specifies the Reliability Level of the Cluster. Possible values include None, Bronze, Silver, Gold and Platinum.

Declaration
public Input<string> ReliabilityLevel { get; set; }
Property Value
Type Description
Input<System.String>
View Source

ResourceGroupName

The name of the Resource Group in which the Service Fabric Cluster exists. Changing this forces a new resource to be created.

Declaration
public Input<string> ResourceGroupName { get; set; }
Property Value
Type Description
Input<System.String>
View Source

ReverseProxyCertificate

A reverse_proxy_certificate block as defined below.

Declaration
public Input<ClusterReverseProxyCertificateGetArgs> ReverseProxyCertificate { get; set; }
Property Value
Type Description
Input<ClusterReverseProxyCertificateGetArgs>
View Source

Tags

A mapping of tags to assign to the resource.

Declaration
public InputMap<string> Tags { get; set; }
Property Value
Type Description
InputMap<System.String>
View Source

UpgradeMode

Specifies the Upgrade Mode of the cluster. Possible values are Automatic or Manual.

Declaration
public Input<string> UpgradeMode { get; set; }
Property Value
Type Description
Input<System.String>
View Source

VmImage

Specifies the Image expected for the Service Fabric Cluster, such as Windows. Changing this forces a new resource to be created.

Declaration
public Input<string> VmImage { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.