Interface ICloudProjectId
Component to provide cloud project ID.
Namespace: Unity.Services.Core.Configuration.Internal
Syntax
public interface ICloudProjectId : IServiceComponent
Methods
GetCloudProjectId()
Get cloud project ID at runtime.
Declaration
string GetCloudProjectId()
Returns
Type | Description |
---|---|
String | cloud project id |