Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // PublicCloud contains additional ARO information for the public Azure cloud environment. PublicCloud = AROEnvironment{ Environment: azure.PublicCloud, ActualCloudName: "AzureCloud", GenevaMonitoringEndpoint: "https://gcs.prod.monitoring.core.windows.net/", AppSuffix: "aro.azure.com", } // USGovernmentCloud contains additional ARO information for the US Gov cloud environment. USGovernmentCloud = AROEnvironment{ Environment: azure.USGovernmentCloud, ActualCloudName: "AzureUSGovernment", GenevaMonitoringEndpoint: "https://gcs.monitoring.core.usgovcloudapi.net/", AppSuffix: "aro.azure.us", } )
Functions ¶
func APIVersion ¶
APIVersion gets the APIVersion from a full resource type
Types ¶
type AROEnvironment ¶
type AROEnvironment struct { azure.Environment ActualCloudName string GenevaMonitoringEndpoint string AppSuffix string }
AROEnvironment contains additional, cloud-specific information needed by ARO.
func EnvironmentFromName ¶
func EnvironmentFromName(name string) (AROEnvironment, error)
EnvironmentFromName returns the AROEnvironment corresponding to the common name specified.
Directories ¶
Path | Synopsis |
---|---|
mgmt
|
|
insights/insights
Package insights implements the Azure ARM Insights service API version .
|
Package insights implements the Azure ARM Insights service API version . |
Click to show internal directories.
Click to hide internal directories.