Class ClusterArgs
Inherited Members
Namespace: Pulumi.Azure.ServiceFabric
Assembly: Pulumi.Azure.dll
Syntax
public sealed class ClusterArgs : ResourceArgs
Constructors
View SourceClusterArgs()
Declaration
public ClusterArgs()
Properties
View SourceAddOnFeatures
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> |
AzureActiveDirectory
An azure_active_directory block as defined below.
Declaration
public Input<ClusterAzureActiveDirectoryArgs> AzureActiveDirectory { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<ClusterAzureActiveDirectoryArgs> |
Certificate
A certificate block as defined below. Conflicts with certificate_common_names.
Declaration
public Input<ClusterCertificateArgs> Certificate { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<ClusterCertificateArgs> |
CertificateCommonNames
A certificate_common_names block as defined below. Conflicts with certificate.
Declaration
public Input<ClusterCertificateCommonNamesArgs> CertificateCommonNames { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<ClusterCertificateCommonNamesArgs> |
ClientCertificateCommonNames
A client_certificate_common_name block as defined below.
Declaration
public InputList<ClusterClientCertificateCommonNameArgs> ClientCertificateCommonNames { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<ClusterClientCertificateCommonNameArgs> |
ClientCertificateThumbprints
One or two client_certificate_thumbprint blocks as defined below.
Declaration
public InputList<ClusterClientCertificateThumbprintArgs> ClientCertificateThumbprints { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<ClusterClientCertificateThumbprintArgs> |
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> |
DiagnosticsConfig
A diagnostics_config block as defined below. Changing this forces a new resource to be created.
Declaration
public Input<ClusterDiagnosticsConfigArgs> DiagnosticsConfig { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<ClusterDiagnosticsConfigArgs> |
FabricSettings
One or more fabric_settings blocks as defined below.
Declaration
public InputList<ClusterFabricSettingArgs> FabricSettings { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<ClusterFabricSettingArgs> |
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> |
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> |
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> |
NodeTypes
One or more node_type blocks as defined below.
Declaration
public InputList<ClusterNodeTypeArgs> NodeTypes { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<ClusterNodeTypeArgs> |
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> |
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> |
ReverseProxyCertificate
A reverse_proxy_certificate block as defined below.
Declaration
public Input<ClusterReverseProxyCertificateArgs> ReverseProxyCertificate { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<ClusterReverseProxyCertificateArgs> |
Tags
A mapping of tags to assign to the resource.
Declaration
public InputMap<string> Tags { get; set; }
Property Value
| Type | Description |
|---|---|
| InputMap<System.String> |
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> |
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> |