Struct ServiceHost
Contains the values for ServiceEnvironment and ServiceDomainProvider.
Inherited Members
Namespace: Unity.Cloud.Common
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 |