Configuration interface

Represents configuration details for coordinator and node.

Extends

Properties

allowedValues

Allowed values of the configuration.

dataType

Data type of the configuration.

description

Description of the configuration.

provisioningState

Provisioning state of the configuration

requiresRestart

If configuration change requires restart.

serverRoleGroupConfigurations

The list of server role group configuration values.

Inherited Properties

id

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

name

The name of the resource

systemData

Azure Resource Manager metadata containing createdBy and modifiedBy information.

type

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"

Property Details

allowedValues

Allowed values of the configuration.

allowedValues?: string

Property Value

string

dataType

Data type of the configuration.

dataType?: string

Property Value

string

description

Description of the configuration.

description?: string

Property Value

string

provisioningState

Provisioning state of the configuration

provisioningState?: string

Property Value

string

requiresRestart

If configuration change requires restart.

requiresRestart?: boolean

Property Value

boolean

serverRoleGroupConfigurations

The list of server role group configuration values.

serverRoleGroupConfigurations?: ServerRoleGroupConfiguration[]

Property Value

Inherited Property Details

id

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

id?: string

Property Value

string

Inherited From ProxyResource.id

name

The name of the resource

name?: string

Property Value

string

Inherited From ProxyResource.name

systemData

Azure Resource Manager metadata containing createdBy and modifiedBy information.

systemData?: SystemData

Property Value

Inherited From ProxyResource.systemData

type

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"

type?: string

Property Value

string

Inherited From ProxyResource.type