Documentation ¶
Overview ¶
Contains constant values related to azure resources
Index ¶
Constants ¶
View Source
const ( // SubscriptionIDKey is the route parameter key for the subscription ID segment of the URL. SubscriptionIDKey = "subscriptionId" // ResourceGroupKey is the route parameter key for the resource group segment of the URL. ResourceGroupKey = "resourceGroup" // ResourceProviderKey is the route parameter key for the resource provider name segment of the URL. ResourceProviderKey = "resourceProvider" // ResourceNameKey is the route parameter key for the resource name segment of the URL. ResourceNameKey = "resourceName" // ApplicationNameKey is the route parameter key for the application name segment of the URL. ApplicationNameKey = "applicationName" // ResourceTypeKey is the route parameter key for the resource type (child resource of application) segment of the URL. ResourceTypeKey = "resourceType" // OperationIDKey is the route parameter key for the operation id segment of the URL. OperationIDKey = "operationId" )
View Source
const ( ContainerServiceManagedClusters = "Microsoft.ContainerService/managedClusters" DocumentDBDatabaseAccounts = "Microsoft.DocumentDB/databaseAccounts" CacheRedis = "Microsoft.Cache/redis" DocumentDBDatabaseAccountsMongoDBDatabases = "mongodbDatabases" DocumentDBDatabaseAccountsSQLDatabases = "sqlDatabases" KeyVaultVaults = "Microsoft.KeyVault/vaults" KeyVaultVaultsSecrets = "secrets" ManagedIdentityUserAssignedIdentities = "Microsoft.ManagedIdentity/userAssignedIdentities" ServiceBusNamespaces = "Microsoft.ServiceBus/namespaces" ServiceBusNamespacesQueues = "queues" StorageStorageAccounts = "Microsoft.Storage/storageAccounts" StorageStorageAccountsTables = "tables" StorageStorageTableServices = "tableServices" SqlServers = "Microsoft.Sql/servers" SqlServersDatabases = "databases" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.