GlobalServiceConfiguration Class

Definition

Global configuration for services in the cluster.

public class GlobalServiceConfiguration
type GlobalServiceConfiguration = class
Public Class GlobalServiceConfiguration
Inheritance
GlobalServiceConfiguration

Constructors

GlobalServiceConfiguration()

Initializes a new instance of GlobalServiceConfiguration.

Properties

AdditionalProperties

Additional Properties

To assign an object to the value of this property use FromObjectAsJson<T>(T, JsonSerializerOptions).

To assign an already formatted json string to this property use FromString(String).

Examples:

  • BinaryData.FromObjectAsJson("foo"): Creates a payload of "foo".
  • BinaryData.FromString("\"foo\""): Creates a payload of "foo".
  • BinaryData.FromObjectAsJson(new { key = "value" }): Creates a payload of { "key": "value" }.
  • BinaryData.FromString("{\"key\": \"value\"}"): Creates a payload of { "key": "value" }.

AutoScale

The auto-scale configuration.

ETag

The configuration ETag for updates.

ServiceAuth

Optional global authorization keys for all user services deployed in cluster. These are used if the service does not have auth keys.

Ssl

The SSL configuration properties.

Applies to