Documentation ¶
Index ¶
Constants ¶
View Source
const AZURE_RESOURCE_GROUP = "AZURE_RESOURCE_GROUP"
AZURE_RESOURCE_GROUP_NAME - The name of this instances Azure resource group
View Source
const AZURE_STORAGE_BLOB_ENDPOINT = "AZURE_STORAGE_ACCOUNT_BLOB_ENDPOINT"
AZURE_STORAGE_BLOB_ENDPOINT - Endpoint for azblob storage plugin
View Source
const AZURE_STORAGE_QUEUE_ENDPOINT = "AZURE_STORAGE_ACCOUNT_QUEUE_ENDPOINT"
AZURE_STORAGE_BLOB_ENDPOINT - Endpoint for azqueue queue plugin
View Source
const AZURE_SUBSCRIPTION_ID = "AZURE_SUBSCRIPTION_ID"
AZURE_SUBSCRIPTION_ID - The subscription this azure resource belongs to
Variables ¶
This section is empty.
Functions ¶
Types ¶
type AzGenericResource ¶
type AzProvider ¶
type AzProvider interface { GetResources(AzResource) (map[string]AzGenericResource, error) SubscriptionId() string ResourceGroupName() string ServicePrincipalToken(resource string) (*adal.ServicePrincipalToken, error) }
type AzResource ¶
type AzResource = string
const ( AzResource_Topic AzResource = "Microsoft.Eventgrid/topics" // Collections are handled by mongodb in azure // AzResource_Collection AzResource = "TODO" AzResource_Queue AzResource = "Microsoft.Storage/storageAccounts/queueServices" AzResource_Bucket AzResource = "Microsoft.Storage/storageAccounts/blobServices" AzResource_Secret AzResource = "Microsoft.KeyVault/vaults/secrets" )
Click to show internal directories.
Click to hide internal directories.