Struct ServiceHost
Contains the values for ServiceEnvironment and ServiceDomainProvider.
Inherited Members
Namespace: Unity.Cloud.Common
Assembly: Unity.Cloud.Common.dll
Syntax
public struct ServiceHost
Fields
EnvironmentValue
The value for the ServiceEnvironment.
Declaration
public string EnvironmentValue
Field Value
Type | Description |
---|---|
string |
ProviderValue
The value for the ServiceDomainProvider.
Declaration
public string ProviderValue
Field Value
Type | Description |
---|---|
string |