GlobalServiceConfiguration 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.
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:
|
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
Azure SDK for .NET