Documentation
¶
Index ¶
Constants ¶
View Source
const ( // Environment names AzurePublicCloud = CloudName("AzurePublicCloud") AzureChinaCloud = CloudName("AzureChinaCloud") AzureGovernmentCloud = CloudName("AzureGovernmentCloud") AzureSecretCloud = CloudName("AzureSecretCloud") AzurePrivateCloud = CloudName("AzurePrivateCloud") // Service name ServiceNameMicrosoftGraph cloud.ServiceName = "microsoftGraph" ServiceNameLogAnalyticsWorkspace cloud.ServiceName = "logAnalytics" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CloudEnvironment ¶
type CloudEnvironment struct {
cloud.Configuration
Name CloudName
}
func NewCloudConfig ¶
func NewCloudConfig(cloudName string) (config CloudEnvironment, err error)
NewCloudConfig creates a new cloud configuration object based on cloud name (eg. AzurePublicCloud)
Click to show internal directories.
Click to hide internal directories.