Documentation ¶
Index ¶
- Constants
- func AppExists(t *testing.T, appName string, resourceGroupName string, subscriptionID string) bool
- func AppExistsE(appName string, resourceGroupName string, subscriptionID string) (bool, error)
- func AvailabilitySetExists(t testing.TestingT, avsName string, resGroupName string, subscriptionID string) bool
- func AvailabilitySetExistsE(t testing.TestingT, avsName string, resGroupName string, subscriptionID string) (bool, error)
- func BuildNamespaceIdsList(sbNamespace []servicebus.SBNamespace) []string
- func BuildNamespaceNamesList(sbNamespace []servicebus.SBNamespace) []string
- func CheckAvailabilitySetContainsVM(t testing.TestingT, vmName string, avsName string, resGroupName string, ...) bool
- func CheckAvailabilitySetContainsVME(t testing.TestingT, vmName string, avsName string, resGroupName string, ...) (bool, error)
- func CheckPublicDNSNameAvailability(t testing.TestingT, location string, domainNameLabel string, ...) bool
- func CheckPublicDNSNameAvailabilityE(location string, domainNameLabel string, subscriptionID string) (bool, error)
- func CheckSubnetContainsIP(t testing.TestingT, IP string, subnetName string, vnetName string, ...) bool
- func CheckSubnetContainsIPE(ipAddress string, subnetName string, vnetName string, resGroupName string, ...) (bool, error)
- func ContainerInstanceExists(t *testing.T, instanceName string, resourceGroupName string, ...) bool
- func ContainerInstanceExistsE(instanceName string, resourceGroupName string, subscriptionID string) (bool, error)
- func ContainerRegistryExists(t *testing.T, registryName string, resourceGroupName string, ...) bool
- func ContainerRegistryExistsE(registryName string, resourceGroupName string, subscriptionID string) (bool, error)
- func CreateActionGroupClient(subscriptionID string) (*insights.ActionGroupsClient, error)
- func CreateActivityLogAlertsClientE(subscriptionID string) (*insights.ActivityLogAlertsClient, error)
- func CreateAppServiceClientE(subscriptionID string) (*web.AppsClient, error)
- func CreateAvailabilitySetClientE(subscriptionID string) (*compute.AvailabilitySetsClient, error)
- func CreateContainerInstanceClientE(subscriptionID string) (*containerinstance.ContainerGroupsClient, error)
- func CreateContainerRegistryClientE(subscriptionID string) (*containerregistry.RegistriesClient, error)
- func CreateCosmosDBAccountClientE(subscriptionID string) (*documentdb.DatabaseAccountsClient, error)
- func CreateCosmosDBSQLClientE(subscriptionID string) (*documentdb.SQLResourcesClient, error)
- func CreateDatabaseClient(subscriptionID string) (*sql.DatabasesClient, error)
- func CreateDiagnosticsSettingsClientE(subscriptionID string) (*insights.DiagnosticSettingsClient, error)
- func CreateDisksClientE(subscriptionID string) (*compute.DisksClient, error)
- func CreateFrontDoorClientE(subscriptionID string) (*frontdoor.FrontDoorsClient, error)
- func CreateFrontDoorFrontendEndpointClientE(subscriptionID string) (*frontdoor.FrontendEndpointsClient, error)
- func CreateKeyVaultManagementClientE(subscriptionID string) (*kvmng.VaultsClient, error)
- func CreateLoadBalancerClientE(subscriptionID string) (*network.LoadBalancersClient, error)
- func CreateManagedClustersClientE(subscriptionID string) (containerservice.ManagedClustersClient, error)
- func CreateMySQLServerClientE(subscriptionID string) (*mysql.ServersClient, error)
- func CreateNewNetworkInterfaceIPConfigurationClientE(subscriptionID string) (*network.InterfaceIPConfigurationsClient, error)
- func CreateNewNetworkInterfacesClientE(subscriptionID string) (*network.InterfacesClient, error)
- func CreateNewSubnetClientE(subscriptionID string) (*network.SubnetsClient, error)
- func CreateNewVirtualNetworkClientE(subscriptionID string) (*network.VirtualNetworksClient, error)
- func CreateNsgCustomRulesClientE(subscriptionID string) (*network.SecurityRulesClient, error)
- func CreateNsgDefaultRulesClientE(subscriptionID string) (*network.DefaultSecurityRulesClient, error)
- func CreatePublicIPAddressesClientE(subscriptionID string) (*network.PublicIPAddressesClient, error)
- func CreateResourceGroupClientE(subscriptionID string) (*resources.GroupsClient, error)
- func CreateSQLServerClient(subscriptionID string) (*sql.ServersClient, error)
- func CreateStorageAccountClientE(subscriptionID string) (*storage.AccountsClient, error)
- func CreateStorageBlobContainerClientE(subscriptionID string) (*storage.BlobContainersClient, error)
- func CreateStorageFileSharesClientE(subscriptionID string) (*storage.FileSharesClient, error)
- func CreateSubscriptionsClientE() (subscriptions.Client, error)
- func CreateVMInsightsClientE(subscriptionID string) (*insights.VMInsightsClient, error)
- func CreateVirtualMachinesClientE(subscriptionID string) (*compute.VirtualMachinesClient, error)
- func DiagnosticSettingsResourceExists(t testing.TestingT, diagnosticSettingsResourceName string, resourceURI string, ...) bool
- func DiagnosticSettingsResourceExistsE(diagnosticSettingsResourceName string, resourceURI string, ...) (bool, error)
- func DiskExists(t testing.TestingT, diskName string, resGroupName string, ...) bool
- func DiskExistsE(diskName string, resGroupName string, subscriptionID string) (bool, error)
- func FrontDoorExists(t testing.TestingT, frontDoorName string, resourceGroupName string, ...) bool
- func FrontDoorExistsE(frontDoorName string, resourceGroupName string, subscriptionID string) (bool, error)
- func FrontDoorFrontendEndpointExists(t testing.TestingT, endpointName string, frontDoorName string, ...) bool
- func FrontDoorFrontendEndpointExistsE(endpointName string, frontDoorName string, resourceGroupName string, ...) (bool, error)
- func GetAResourceGroup(t *testing.T, resourceGroupName string, subscriptionID string) *resources.Group
- func GetAResourceGroupE(resourceGroupName, subscriptionID string) (*resources.Group, error)
- func GetActionGroupResource(t *testing.T, ruleName string, resGroupName string, subscriptionID string) *insights.ActionGroupResource
- func GetActionGroupResourceE(ruleName string, resGroupName string, subscriptionID string) (*insights.ActionGroupResource, error)
- func GetActivityLogAlertResource(t testing.TestingT, activityLogAlertName string, resGroupName string, ...) *insights.ActivityLogAlertResource
- func GetActivityLogAlertResourceE(activityLogAlertName string, resGroupName string, subscriptionID string) (*insights.ActivityLogAlertResource, error)
- func GetActivityLogAlertsClientE(subscriptionID string) (*insights.ActivityLogAlertsClient, error)
- func GetAllAzureRegions(t testing.TestingT, subscriptionID string) []string
- func GetAllAzureRegionsE(t testing.TestingT, subscriptionID string) ([]string, error)
- func GetAppService(t *testing.T, appName string, resGroupName string, subscriptionID string) *web.Site
- func GetAppServiceClientE(subscriptionID string) (*web.AppsClient, error)
- func GetAppServiceE(appName string, resGroupName string, subscriptionID string) (*web.Site, error)
- func GetAvailabilitySetClientE(subscriptionID string) (*compute.AvailabilitySetsClient, error)
- func GetAvailabilitySetE(t testing.TestingT, avsName string, resGroupName string, subscriptionID string) (*compute.AvailabilitySet, error)
- func GetAvailabilitySetFaultDomainCount(t testing.TestingT, avsName string, resGroupName string, subscriptionID string) int32
- func GetAvailabilitySetFaultDomainCountE(t testing.TestingT, avsName string, resGroupName string, subscriptionID string) (int32, error)
- func GetAvailabilitySetVMNamesInCaps(t testing.TestingT, avsName string, resGroupName string, subscriptionID string) []string
- func GetAvailabilitySetVMNamesInCapsE(t testing.TestingT, avsName string, resGroupName string, subscriptionID string) ([]string, error)
- func GetContainerInstance(t *testing.T, instanceName string, resGroupName string, subscriptionID string) *containerinstance.ContainerGroup
- func GetContainerInstanceClientE(subscriptionID string) (*containerinstance.ContainerGroupsClient, error)
- func GetContainerInstanceE(instanceName string, resGroupName string, subscriptionID string) (*containerinstance.ContainerGroup, error)
- func GetContainerRegistry(t *testing.T, registryName string, resGroupName string, subscriptionID string) *containerregistry.Registry
- func GetContainerRegistryClientE(subscriptionID string) (*containerregistry.RegistriesClient, error)
- func GetContainerRegistryE(registryName string, resGroupName string, subscriptionID string) (*containerregistry.Registry, error)
- func GetCosmosDBAccount(t testing.TestingT, subscriptionID string, resourceGroupName string, ...) *documentdb.DatabaseAccountGetResults
- func GetCosmosDBAccountClient(t testing.TestingT, subscriptionID string) *documentdb.DatabaseAccountsClient
- func GetCosmosDBAccountClientE(subscriptionID string) (*documentdb.DatabaseAccountsClient, error)
- func GetCosmosDBAccountE(t testing.TestingT, subscriptionID string, resourceGroupName string, ...) (*documentdb.DatabaseAccountGetResults, error)
- func GetCosmosDBSQLClient(t testing.TestingT, subscriptionID string) *documentdb.SQLResourcesClient
- func GetCosmosDBSQLClientE(subscriptionID string) (*documentdb.SQLResourcesClient, error)
- func GetCosmosDBSQLContainer(t testing.TestingT, subscriptionID string, resourceGroupName string, ...) *documentdb.SQLContainerGetResults
- func GetCosmosDBSQLContainerE(t testing.TestingT, subscriptionID string, resourceGroupName string, ...) (*documentdb.SQLContainerGetResults, error)
- func GetCosmosDBSQLContainerThroughput(t testing.TestingT, subscriptionID string, resourceGroupName string, ...) *documentdb.ThroughputSettingsGetResults
- func GetCosmosDBSQLContainerThroughputE(t testing.TestingT, subscriptionID string, resourceGroupName string, ...) (*documentdb.ThroughputSettingsGetResults, error)
- func GetCosmosDBSQLDatabase(t testing.TestingT, subscriptionID string, resourceGroupName string, ...) *documentdb.SQLDatabaseGetResults
- func GetCosmosDBSQLDatabaseE(t testing.TestingT, subscriptionID string, resourceGroupName string, ...) (*documentdb.SQLDatabaseGetResults, error)
- func GetCosmosDBSQLDatabaseThroughput(t testing.TestingT, subscriptionID string, resourceGroupName string, ...) *documentdb.ThroughputSettingsGetResults
- func GetCosmosDBSQLDatabaseThroughputE(t testing.TestingT, subscriptionID string, resourceGroupName string, ...) (*documentdb.ThroughputSettingsGetResults, error)
- func GetCustomNsgRulesClient(t *testing.T, subscriptionID string) network.SecurityRulesClient
- func GetCustomNsgRulesClientE(subscriptionID string) (network.SecurityRulesClient, error)
- func GetDatabaseClient(subscriptionID string) (*sql.DatabasesClient, error)
- func GetDefaultNsgRulesClient(t *testing.T, subscriptionID string) network.DefaultSecurityRulesClient
- func GetDefaultNsgRulesClientE(subscriptionID string) (network.DefaultSecurityRulesClient, error)
- func GetDiagnosticsSettingsClientE(subscriptionID string) (*insights.DiagnosticSettingsClient, error)
- func GetDiagnosticsSettingsResource(t testing.TestingT, name string, resourceURI string, subscriptionID string) *insights.DiagnosticSettingsResource
- func GetDiagnosticsSettingsResourceE(name string, resourceURI string, subscriptionID string) (*insights.DiagnosticSettingsResource, error)
- func GetDisk(t testing.TestingT, diskName string, resGroupName string, ...) *compute.Disk
- func GetDiskClientE(subscriptionID string) (*compute.DisksClient, error)
- func GetDiskE(diskName string, resGroupName string, subscriptionID string) (*compute.Disk, error)
- func GetFrontDoor(t testing.TestingT, frontDoorName string, resourceGroupName string, ...) *frontdoor.FrontDoor
- func GetFrontDoorClientE(subscriptionID string) (*frontdoor.FrontDoorsClient, error)
- func GetFrontDoorE(frontDoorName, resoureGroupName, subscriptionID string) (*frontdoor.FrontDoor, error)
- func GetFrontDoorFrontendEndpoint(t testing.TestingT, endpointName string, frontDoorName string, ...) *frontdoor.FrontendEndpoint
- func GetFrontDoorFrontendEndpointClientE(subscriptionID string) (*frontdoor.FrontendEndpointsClient, error)
- func GetFrontDoorFrontendEndpointE(endpointName, frontDoorName, resourceGroupName, subscriptionID string) (*frontdoor.FrontendEndpoint, error)
- func GetIPOfPublicIPAddressByName(t testing.TestingT, publicAddressName string, resGroupName string, ...) string
- func GetIPOfPublicIPAddressByNameE(publicAddressName string, resGroupName string, subscriptionID string) (string, error)
- func GetKeyVault(t *testing.T, resGroupName string, keyVaultName string, subscriptionID string) *kvmng.Vault
- func GetKeyVaultClientE() (*keyvault.BaseClient, error)
- func GetKeyVaultE(t *testing.T, resGroupName string, keyVaultName string, subscriptionID string) (*kvmng.Vault, error)
- func GetKeyVaultManagementClientE(subscriptionID string) (*kvmng.VaultsClient, error)
- func GetKeyVaultURISuffixE() (string, error)
- func GetLoadBalancer(t testing.TestingT, loadBalancerName string, resourceGroupName string, ...) *network.LoadBalancer
- func GetLoadBalancerClientE(subscriptionID string) (*network.LoadBalancersClient, error)
- func GetLoadBalancerE(loadBalancerName string, resourceGroupName string, subscriptionID string) (*network.LoadBalancer, error)
- func GetLoadBalancerFrontendIPConfig(t testing.TestingT, feConfigName string, loadBalancerName string, ...) *network.FrontendIPConfiguration
- func GetLoadBalancerFrontendIPConfigClientE(subscriptionID string) (*network.LoadBalancerFrontendIPConfigurationsClient, error)
- func GetLoadBalancerFrontendIPConfigE(feConfigName string, loadBalancerName string, resourceGroupName string, ...) (*network.FrontendIPConfiguration, error)
- func GetLoadBalancerFrontendIPConfigNames(t testing.TestingT, loadBalancerName string, resourceGroupName string, ...) []string
- func GetLoadBalancerFrontendIPConfigNamesE(loadBalancerName string, resourceGroupName string, subscriptionID string) ([]string, error)
- func GetLogAnalyticsWorkspace(t testing.TestingT, workspaceName string, resourceGroupName string, ...) *operationalinsights.Workspace
- func GetLogAnalyticsWorkspaceE(workspaceName, resoureGroupName, subscriptionID string) (*operationalinsights.Workspace, error)
- func GetLogAnalyticsWorkspacesClientE(subscriptionID string) (*operationalinsights.WorkspacesClient, error)
- func GetMYSQLDB(t testing.TestingT, resGroupName string, serverName string, dbName string, ...) *mysql.Database
- func GetMYSQLDBClientE(subscriptionID string) (*mysql.DatabasesClient, error)
- func GetMYSQLDBE(t testing.TestingT, subscriptionID string, resGroupName string, ...) (*mysql.Database, error)
- func GetMYSQLServer(t testing.TestingT, resGroupName string, serverName string, ...) *mysql.Server
- func GetMYSQLServerClientE(subscriptionID string) (*mysql.ServersClient, error)
- func GetMYSQLServerE(t testing.TestingT, subscriptionID string, resGroupName string, ...) (*mysql.Server, error)
- func GetManagedClusterE(t testing.TestingT, resourceGroupName, clusterName, subscriptionID string) (*containerservice.ManagedCluster, error)
- func GetManagedClustersClientE(subscriptionID string) (*containerservice.ManagedClustersClient, error)
- func GetNameFromResourceID(resourceID string) string
- func GetNameFromResourceIDE(resourceID string) (string, error)
- func GetNetworkInterfaceClientE(subscriptionID string) (*network.InterfacesClient, error)
- func GetNetworkInterfaceConfigurationClientE(subscriptionID string) (*network.InterfaceIPConfigurationsClient, error)
- func GetNetworkInterfaceConfigurationE(nicName string, nicConfigName string, resGroupName string, ...) (*network.InterfaceIPConfiguration, error)
- func GetNetworkInterfaceE(nicName string, resGroupName string, subscriptionID string) (*network.Interface, error)
- func GetNetworkInterfacePrivateIPs(t testing.TestingT, nicName string, resGroupName string, subscriptionID string) []string
- func GetNetworkInterfacePrivateIPsE(nicName string, resGroupName string, subscriptionID string) ([]string, error)
- func GetNetworkInterfacePublicIPs(t testing.TestingT, nicName string, resGroupName string, subscriptionID string) []string
- func GetNetworkInterfacePublicIPsE(nicName string, resGroupName string, subscriptionID string) ([]string, error)
- func GetPostgreSQLDB(t testing.TestingT, resGroupName string, serverName string, dbName string, ...) *postgresql.Database
- func GetPostgreSQLDBClientE(subscriptionID string) (*postgresql.DatabasesClient, error)
- func GetPostgreSQLDBE(t testing.TestingT, subscriptionID string, resGroupName string, ...) (*postgresql.Database, error)
- func GetPostgreSQLServer(t testing.TestingT, resGroupName string, serverName string, ...) *postgresql.Server
- func GetPostgreSQLServerClientE(subscriptionID string) (*postgresql.ServersClient, error)
- func GetPostgreSQLServerE(t testing.TestingT, subscriptionID string, resGroupName string, ...) (*postgresql.Server, error)
- func GetPublicIPAddressClientE(subscriptionID string) (*network.PublicIPAddressesClient, error)
- func GetPublicIPAddressE(publicIPAddressName string, resGroupName string, subscriptionID string) (*network.PublicIPAddress, error)
- func GetRandomRegion(t testing.TestingT, approvedRegions []string, forbiddenRegions []string, ...) string
- func GetRandomRegionE(t testing.TestingT, approvedRegions []string, forbiddenRegions []string, ...) (string, error)
- func GetRandomStableRegion(t testing.TestingT, approvedRegions []string, forbiddenRegions []string, ...) string
- func GetRecoveryServicesVaultBackupPolicyList(t *testing.T, vaultName, resourceGroupName, subscriptionID string) map[string]backup.ProtectionPolicyResource
- func GetRecoveryServicesVaultBackupPolicyListE(vaultName, resourceGroupName, subscriptionID string) (map[string]backup.ProtectionPolicyResource, error)
- func GetRecoveryServicesVaultBackupProtectedVMList(t *testing.T, policyName, vaultName, resourceGroupName, subscriptionID string) map[string]backup.AzureIaaSComputeVMProtectedItem
- func GetRecoveryServicesVaultBackupProtectedVMListE(policyName, vaultName, resourceGroupName, subscriptionID string) (map[string]backup.AzureIaaSComputeVMProtectedItem, error)
- func GetRecoveryServicesVaultE(vaultName, resourceGroupName, subscriptionID string) (*recoveryservices.Vault, error)
- func GetResourceGroupClientE(subscriptionID string) (*resources.GroupsClient, error)
- func GetResourceGroupE(resourceGroupName, subscriptionID string) (bool, error)
- func GetSQLDatabase(t testing.TestingT, resGroupName string, serverName string, dbName string, ...) *sql.Database
- func GetSQLDatabaseE(t testing.TestingT, subscriptionID string, resGroupName string, ...) (*sql.Database, error)
- func GetSQLServer(t testing.TestingT, resGroupName string, serverName string, ...) *sql.Server
- func GetSQLServerClient(subscriptionID string) (*sql.ServersClient, error)
- func GetSQLServerE(t testing.TestingT, subscriptionID string, resGroupName string, ...) (*sql.Server, error)
- func GetSizeOfVirtualMachine(t testing.TestingT, vmName string, resGroupName string, subscriptionID string) compute.VirtualMachineSizeTypes
- func GetSizeOfVirtualMachineE(vmName string, resGroupName string, subscriptionID string) (compute.VirtualMachineSizeTypes, error)
- func GetStorageAccountClientE(subscriptionID string) (*storage.AccountsClient, error)
- func GetStorageAccountE(storageAccountName, resourceGroupName, subscriptionID string) (*storage.Account, error)
- func GetStorageAccountKind(t *testing.T, storageAccountName string, resourceGroupName string, ...) string
- func GetStorageAccountKindE(storageAccountName, resourceGroupName, subscriptionID string) (string, error)
- func GetStorageAccountPrimaryBlobEndpointE(storageAccountName, resourceGroupName, subscriptionID string) (string, error)
- func GetStorageAccountPropertyE(storageAccountName, resourceGroupName, subscriptionID string) (*storage.Account, error)
- func GetStorageAccountSkuTier(t *testing.T, storageAccountName string, resourceGroupName string, ...) string
- func GetStorageAccountSkuTierE(storageAccountName, resourceGroupName, subscriptionID string) (string, error)
- func GetStorageBlobContainerClientE(subscriptionID string) (*storage.BlobContainersClient, error)
- func GetStorageBlobContainerE(containerName, storageAccountName, resourceGroupName, subscriptionID string) (*storage.BlobContainer, error)
- func GetStorageBlobContainerPublicAccess(t *testing.T, containerName string, storageAccountName string, ...) bool
- func GetStorageBlobContainerPublicAccessE(containerName, storageAccountName, resourceGroupName, subscriptionID string) (bool, error)
- func GetStorageDNSString(t *testing.T, storageAccountName string, resourceGroupName string, ...) string
- func GetStorageDNSStringE(storageAccountName, resourceGroupName, subscriptionID string) (string, error)
- func GetStorageFileShare(t *testing.T, ...) *storage.FileShare
- func GetStorageFileShareE(fileShareName, storageAccountName, resourceGroupName, subscriptionID string) (*storage.FileShare, error)
- func GetStorageURISuffixE() (string, error)
- func GetSubnetClientE(subscriptionID string) (*network.SubnetsClient, error)
- func GetSubnetE(subnetName string, vnetName string, resGroupName string, subscriptionID string) (*network.Subnet, error)
- func GetSubscriptionClientE() (*subscriptions.Client, error)
- func GetTargetAzureResourceGroupName(resourceGroupName string) (string, error)
- func GetTargetAzureSubscription(subscriptionID string) (string, error)
- func GetVMInsightsClientE(t testing.TestingT, subscriptionID string) (*insights.VMInsightsClient, error)
- func GetVMInsightsOnboardingStatus(t testing.TestingT, resourceURI string, subscriptionID string) *insights.VMInsightsOnboardingStatus
- func GetVMInsightsOnboardingStatusE(t testing.TestingT, resourceURI string, subscriptionID string) (*insights.VMInsightsOnboardingStatus, error)
- func GetVirtualMachine(t testing.TestingT, vmName string, resGroupName string, subscriptionID string) *compute.VirtualMachine
- func GetVirtualMachineAvailabilitySetID(t testing.TestingT, vmName string, resGroupName string, subscriptionID string) string
- func GetVirtualMachineAvailabilitySetIDE(vmName string, resGroupName string, subscriptionID string) (string, error)
- func GetVirtualMachineClient(t testing.TestingT, subscriptionID string) *compute.VirtualMachinesClient
- func GetVirtualMachineClientE(subscriptionID string) (*compute.VirtualMachinesClient, error)
- func GetVirtualMachineE(vmName string, resGroupName string, subscriptionID string) (*compute.VirtualMachine, error)
- func GetVirtualMachineManagedDisks(t testing.TestingT, vmName string, resGroupName string, subscriptionID string) []string
- func GetVirtualMachineManagedDisksE(vmName string, resGroupName string, subscriptionID string) ([]string, error)
- func GetVirtualMachineNics(t testing.TestingT, vmName string, resGroupName string, subscriptionID string) []string
- func GetVirtualMachineNicsE(vmName string, resGroupName string, subscriptionID string) ([]string, error)
- func GetVirtualMachineOSDiskName(t testing.TestingT, vmName string, resGroupName string, subscriptionID string) string
- func GetVirtualMachineOSDiskNameE(vmName string, resGroupName string, subscriptionID string) (string, error)
- func GetVirtualMachineTags(t testing.TestingT, vmName string, resGroupName string, subscriptionID string) map[string]string
- func GetVirtualMachineTagsE(vmName string, resGroupName string, subscriptionID string) (map[string]string, error)
- func GetVirtualMachinesForResourceGroup(t testing.TestingT, resGroupName string, subscriptionID string) map[string]compute.VirtualMachineProperties
- func GetVirtualMachinesForResourceGroupE(resourceGroupName string, subscriptionID string) (map[string]compute.VirtualMachineProperties, error)
- func GetVirtualNetworkDNSServerIPs(t testing.TestingT, vnetName string, resGroupName string, ...) []string
- func GetVirtualNetworkDNSServerIPsE(vnetName string, resGroupName string, subscriptionID string) ([]string, error)
- func GetVirtualNetworkE(vnetName string, resGroupName string, subscriptionID string) (*network.VirtualNetwork, error)
- func GetVirtualNetworkSubnets(t testing.TestingT, vnetName string, resGroupName string, ...) map[string]string
- func GetVirtualNetworkSubnetsE(vnetName string, resGroupName string, subscriptionID string) (map[string]string, error)
- func GetVirtualNetworksClientE(subscriptionID string) (*network.VirtualNetworksClient, error)
- func KeyVaultCertificateExists(t *testing.T, keyVaultName string, certificateName string) bool
- func KeyVaultCertificateExistsE(keyVaultName, certificateName string) (bool, error)
- func KeyVaultKeyExists(t *testing.T, keyVaultName string, keyName string) bool
- func KeyVaultKeyExistsE(keyVaultName, keyName string) (bool, error)
- func KeyVaultSecretExists(t *testing.T, keyVaultName string, secretName string) bool
- func KeyVaultSecretExistsE(keyVaultName, secretName string) (bool, error)
- func ListMySQLDB(t testing.TestingT, resGroupName string, serverName string, ...) []mysql.Database
- func ListMySQLDBE(t testing.TestingT, subscriptionID string, resGroupName string, ...) ([]mysql.Database, error)
- func ListNamespaceAuthRules(t *testing.T, subscriptionID string, namespace string, resourceGroup string) []string
- func ListNamespaceAuthRulesE(subscriptionID string, namespace string, resourceGroup string) ([]string, error)
- func ListNamespaceTopics(t *testing.T, subscriptionID string, namespace string, resourceGroup string) []servicebus.SBTopic
- func ListNamespaceTopicsE(subscriptionID string, namespace string, resourceGroup string) ([]servicebus.SBTopic, error)
- func ListPostgreSQLDB(t testing.TestingT, subscriptionID string, resGroupName string, ...) []postgresql.Database
- func ListPostgreSQLDBE(t testing.TestingT, subscriptionID string, resGroupName string, ...) ([]postgresql.Database, error)
- func ListResourceGroupsByTag(t *testing.T, tag, subscriptionID string) []resources.Group
- func ListResourceGroupsByTagE(tag string, subscriptionID string) ([]resources.Group, error)
- func ListSQLServerDatabases(t testing.TestingT, resGroupName string, serverName string, ...) *[]sql.Database
- func ListSQLServerDatabasesE(t testing.TestingT, resGroupName string, serverName string, ...) (*[]sql.Database, error)
- func ListServiceBusNamespace(t *testing.T, subscriptionID string) []servicebus.SBNamespace
- func ListServiceBusNamespaceByResourceGroup(t *testing.T, subscriptionID string, resourceGroup string) []servicebus.SBNamespace
- func ListServiceBusNamespaceByResourceGroupE(subscriptionID string, resourceGroup string) ([]servicebus.SBNamespace, error)
- func ListServiceBusNamespaceE(subscriptionID string) ([]servicebus.SBNamespace, error)
- func ListServiceBusNamespaceIDs(t *testing.T, subscriptionID string) []string
- func ListServiceBusNamespaceIDsByResourceGroup(t *testing.T, subscriptionID string, resourceGroup string) []string
- func ListServiceBusNamespaceIDsByResourceGroupE(subscriptionID string, resourceGroup string) ([]string, error)
- func ListServiceBusNamespaceIDsE(subscriptionID string) ([]string, error)
- func ListServiceBusNamespaceNames(t *testing.T, subscriptionID string) []string
- func ListServiceBusNamespaceNamesByResourceGroup(t *testing.T, subscriptionID string, resourceGroup string) []string
- func ListServiceBusNamespaceNamesByResourceGroupE(subscriptionID string, resourceGroup string) ([]string, error)
- func ListServiceBusNamespaceNamesE(subscriptionID string) ([]string, error)
- func ListTopicAuthRules(t *testing.T, subscriptionID string, namespace string, resourceGroup string, ...) []string
- func ListTopicAuthRulesE(subscriptionID string, namespace string, resourceGroup string, ...) ([]string, error)
- func ListTopicSubscriptions(t *testing.T, subscriptionID string, namespace string, resourceGroup string, ...) []servicebus.SBSubscription
- func ListTopicSubscriptionsE(subscriptionID string, namespace string, resourceGroup string, ...) ([]servicebus.SBSubscription, error)
- func ListTopicSubscriptionsName(t *testing.T, subscriptionID string, namespace string, resourceGroup string, ...) []string
- func ListTopicSubscriptionsNameE(subscriptionID string, namespace string, resourceGroup string, ...) ([]string, error)
- func ListVirtualMachinesForResourceGroup(t testing.TestingT, resGroupName string, subscriptionID string) []string
- func ListVirtualMachinesForResourceGroupE(resourceGroupName string, subscriptionID string) ([]string, error)
- func LoadBalancerExists(t testing.TestingT, loadBalancerName string, resourceGroupName string, ...) bool
- func LoadBalancerExistsE(loadBalancerName string, resourceGroupName string, subscriptionID string) (bool, error)
- func LogAnalyticsWorkspaceExists(t testing.TestingT, workspaceName string, resourceGroupName string, ...) bool
- func LogAnalyticsWorkspaceExistsE(workspaceName string, resourceGroupName string, subscriptionID string) (bool, error)
- func NetworkInterfaceExists(t testing.TestingT, nicName string, resGroupName string, subscriptionID string) bool
- func NetworkInterfaceExistsE(nicName string, resGroupName string, subscriptionID string) (bool, error)
- func NewAuthorizer() (*autorest.Authorizer, error)
- func NewKeyVaultAuthorizerE() (*autorest.Authorizer, error)
- func PublicAddressExists(t testing.TestingT, publicAddressName string, resGroupName string, ...) bool
- func PublicAddressExistsE(publicAddressName string, resGroupName string, subscriptionID string) (bool, error)
- func RecoveryServicesVaultExists(t *testing.T, vaultName, resourceGroupName, subscriptionID string) bool
- func RecoveryServicesVaultExistsE(vaultName, resourceGroupName, subscriptionID string) (bool, error)
- func ResourceGroupExists(t *testing.T, resourceGroupName string, subscriptionID string) bool
- func ResourceGroupExistsE(resourceGroupName, subscriptionID string) (bool, error)
- func ResourceNotFoundErrorExists(err error) bool
- func StorageAccountExists(t *testing.T, storageAccountName string, resourceGroupName string, ...) bool
- func StorageAccountExistsE(storageAccountName, resourceGroupName, subscriptionID string) (bool, error)
- func StorageBlobContainerExists(t *testing.T, containerName string, storageAccountName string, ...) bool
- func StorageBlobContainerExistsE(containerName, storageAccountName, resourceGroupName, subscriptionID string) (bool, error)
- func StorageFileShareExists(t *testing.T, fileSahreName string, storageAccountName string, ...) bool
- func StorageFileShareExistsE(t *testing.T, fileSahreName string, storageAccountName string, ...) (bool, error)
- func SubnetExists(t testing.TestingT, subnetName string, vnetName string, resGroupName string, ...) bool
- func SubnetExistsE(subnetName string, vnetName string, resGroupName string, subscriptionID string) (bool, error)
- func VirtualMachineExists(t testing.TestingT, vmName string, resGroupName string, subscriptionID string) bool
- func VirtualMachineExistsE(vmName string, resGroupName string, subscriptionID string) (bool, error)
- func VirtualNetworkExists(t testing.TestingT, vnetName string, resGroupName string, ...) bool
- func VirtualNetworkExistsE(vnetName string, resGroupName string, subscriptionID string) (bool, error)
- type ClientType
- type FailedToParseError
- type Instance
- type LoadBalancerIPType
- func GetIPOfLoadBalancerFrontendIPConfig(t testing.TestingT, feConfigName string, loadBalancerName string, ...) (ipAddress string, publicOrPrivate LoadBalancerIPType)
- func GetIPOfLoadBalancerFrontendIPConfigE(feConfigName string, loadBalancerName string, resourceGroupName string, ...) (ipAddress string, publicOrPrivate LoadBalancerIPType, err1 error)
- type NotFoundError
- type NsgRuleSummary
- type NsgRuleSummaryList
- type ResourceGroupNameNotFound
- type SubscriptionIDNotFound
- type VMImage
Constants ¶
const ( // AuthFromEnvClient is an env variable supported by the Azure SDK AuthFromEnvClient = "AZURE_CLIENT_ID" // AuthFromEnvTenant is an env variable supported by the Azure SDK AuthFromEnvTenant = "AZURE_TENANT_ID" // AuthFromFile is an env variable supported by the Azure SDK AuthFromFile = "AZURE_AUTH_LOCATION" )
const ( // AzureEnvironmentEnvName is the name of the Azure environment to use. Set to one of the following: // // "AzureChinaCloud": ChinaCloud // "AzureGermanCloud": GermanCloud // "AzurePublicCloud": PublicCloud // "AzureUSGovernmentCloud": USGovernmentCloud // "AzureStackCloud": Azure stack AzureEnvironmentEnvName = "AZURE_ENVIRONMENT" // ResourceManagerEndpointName is the name of the ResourceManagerEndpoint field in the Environment struct. ResourceManagerEndpointName = "ResourceManagerEndpoint" )
const ( // AzureSubscriptionID is an optional env variable supported by the `azurerm` Terraform provider to // designate a target Azure subscription ID AzureSubscriptionID = "ARM_SUBSCRIPTION_ID" // AzureResGroupName is an optional env variable custom to Terratest to designate a target Azure resource group AzureResGroupName = "AZURE_RES_GROUP_NAME" )
Variables ¶
This section is empty.
Functions ¶
func AppExists ¶
AppExists indicates whether the specified application exists. This function would fail the test if there is an error.
func AppExistsE ¶
AppExistsE indicates whether the specified application exists.
func AvailabilitySetExists ¶
func AvailabilitySetExists(t testing.TestingT, avsName string, resGroupName string, subscriptionID string) bool
AvailabilitySetExists indicates whether the specified Azure Availability Set exists. This function would fail the test if there is an error.
func AvailabilitySetExistsE ¶
func AvailabilitySetExistsE(t testing.TestingT, avsName string, resGroupName string, subscriptionID string) (bool, error)
AvailabilitySetExistsE indicates whether the specified Azure Availability Set exists
func BuildNamespaceIdsList ¶
func BuildNamespaceIdsList(sbNamespace []servicebus.SBNamespace) []string
BuildNamespaceIdsList helper method to build namespace id list
func BuildNamespaceNamesList ¶
func BuildNamespaceNamesList(sbNamespace []servicebus.SBNamespace) []string
BuildNamespaceNamesList helper method to build namespace name list
func CheckAvailabilitySetContainsVM ¶
func CheckAvailabilitySetContainsVM(t testing.TestingT, vmName string, avsName string, resGroupName string, subscriptionID string) bool
CheckAvailabilitySetContainsVM checks if the Virtual Machine is contained in the Availability Set VMs. This function would fail the test if there is an error.
func CheckAvailabilitySetContainsVME ¶
func CheckAvailabilitySetContainsVME(t testing.TestingT, vmName string, avsName string, resGroupName string, subscriptionID string) (bool, error)
CheckAvailabilitySetContainsVME checks if the Virtual Machine is contained in the Availability Set VMs
func CheckPublicDNSNameAvailability ¶
func CheckPublicDNSNameAvailability(t testing.TestingT, location string, domainNameLabel string, subscriptionID string) bool
CheckPublicDNSNameAvailability checks whether a Domain Name in the cloudapp.azure.com zone is available for use. This function would fail the test if there is an error.
func CheckPublicDNSNameAvailabilityE ¶
func CheckPublicDNSNameAvailabilityE(location string, domainNameLabel string, subscriptionID string) (bool, error)
CheckPublicDNSNameAvailabilityE checks whether a Domain Name in the cloudapp.azure.com zone is available for use.
func CheckSubnetContainsIP ¶
func CheckSubnetContainsIP(t testing.TestingT, IP string, subnetName string, vnetName string, resGroupName string, subscriptionID string) bool
CheckSubnetContainsIP checks if the Private IP is contined in the Subnet Address Range. This function would fail the test if there is an error.
func CheckSubnetContainsIPE ¶
func CheckSubnetContainsIPE(ipAddress string, subnetName string, vnetName string, resGroupName string, subscriptionID string) (bool, error)
CheckSubnetContainsIPE checks if the Private IP is contined in the Subnet Address Range.
func ContainerInstanceExists ¶
func ContainerInstanceExists(t *testing.T, instanceName string, resourceGroupName string, subscriptionID string) bool
ContainerInstanceExists indicates whether the specified container instance exists. This function would fail the test if there is an error.
func ContainerInstanceExistsE ¶
func ContainerInstanceExistsE(instanceName string, resourceGroupName string, subscriptionID string) (bool, error)
ContainerInstanceExistsE indicates whether the specified container instance exists.
func ContainerRegistryExists ¶
func ContainerRegistryExists(t *testing.T, registryName string, resourceGroupName string, subscriptionID string) bool
ContainerRegistryExists indicates whether the specified container registry exists. This function would fail the test if there is an error.
func ContainerRegistryExistsE ¶
func ContainerRegistryExistsE(registryName string, resourceGroupName string, subscriptionID string) (bool, error)
ContainerRegistryExistsE indicates whether the specified container registry exists.
func CreateActionGroupClient ¶
func CreateActionGroupClient(subscriptionID string) (*insights.ActionGroupsClient, error)
func CreateActivityLogAlertsClientE ¶
func CreateActivityLogAlertsClientE(subscriptionID string) (*insights.ActivityLogAlertsClient, error)
CreateActivityLogAlertsClientE gets an Action Groups client in the specified Azure Subscription
func CreateAppServiceClientE ¶
func CreateAppServiceClientE(subscriptionID string) (*web.AppsClient, error)
CreateAppServiceClientE returns an App service client instance configured with the correct BaseURI depending on the Azure environment that is currently setup (or "Public", if none is setup).
func CreateAvailabilitySetClientE ¶
func CreateAvailabilitySetClientE(subscriptionID string) (*compute.AvailabilitySetsClient, error)
CreateAvailabilitySetClientE creates a new Availability Set client in the specified Azure Subscription
func CreateContainerInstanceClientE ¶
func CreateContainerInstanceClientE(subscriptionID string) (*containerinstance.ContainerGroupsClient, error)
CreateContainerInstanceClientE returns an ACI client instance configured with the correct BaseURI depending on the Azure environment that is currently setup (or "Public", if none is setup).
func CreateContainerRegistryClientE ¶
func CreateContainerRegistryClientE(subscriptionID string) (*containerregistry.RegistriesClient, error)
CreateContainerRegistryClientE returns an ACR client instance configured with the correct BaseURI depending on the Azure environment that is currently setup (or "Public", if none is setup).
func CreateCosmosDBAccountClientE ¶
func CreateCosmosDBAccountClientE(subscriptionID string) (*documentdb.DatabaseAccountsClient, error)
CreateCosmosDBAccountClientE is a helper function that will setup a CosmosDB account client with the correct BaseURI depending on the Azure environment that is currently setup (or "Public", if none is setup).
func CreateCosmosDBSQLClientE ¶
func CreateCosmosDBSQLClientE(subscriptionID string) (*documentdb.SQLResourcesClient, error)
CreateCosmosDBSQLClientE is a helper function that will setup a CosmosDB SQL client with the correct BaseURI depending on the Azure environment that is currently setup (or "Public", if none is setup).
func CreateDatabaseClient ¶
func CreateDatabaseClient(subscriptionID string) (*sql.DatabasesClient, error)
CreateDatabaseClient is a helper function that will create and setup a SQL DB client
func CreateDiagnosticsSettingsClientE ¶
func CreateDiagnosticsSettingsClientE(subscriptionID string) (*insights.DiagnosticSettingsClient, error)
CreateDiagnosticsSettingsClientE returns a diagnostics settings client
func CreateDisksClientE ¶
func CreateDisksClientE(subscriptionID string) (*compute.DisksClient, error)
CreateDisksClientE returns a new Disks client in the specified Azure Subscription
func CreateFrontDoorClientE ¶
func CreateFrontDoorClientE(subscriptionID string) (*frontdoor.FrontDoorsClient, error)
CreateFrontDoorClientE returns an AFD client instance configured with the correct BaseURI depending on the Azure environment that is currently setup (or "Public", if none is setup).
func CreateFrontDoorFrontendEndpointClientE ¶
func CreateFrontDoorFrontendEndpointClientE(subscriptionID string) (*frontdoor.FrontendEndpointsClient, error)
CreateFrontDoorFrontendEndpointClientE returns an AFD Frontend Endpoints client instance configured with the correct BaseURI depending on the Azure environment that is currently setup (or "Public", if none is setup).
func CreateKeyVaultManagementClientE ¶
func CreateKeyVaultManagementClientE(subscriptionID string) (*kvmng.VaultsClient, error)
CreateKeyVaultManagementClientE is a helper function that will setup a key vault management client with the correct BaseURI depending on the Azure environment that is currently setup (or "Public", if none is setup).
func CreateLoadBalancerClientE ¶
func CreateLoadBalancerClientE(subscriptionID string) (*network.LoadBalancersClient, error)
CreateLoadBalancerClientE returns a load balancer client instance configured with the correct BaseURI depending on the Azure environment that is currently setup (or "Public", if none is setup).
func CreateManagedClustersClientE ¶
func CreateManagedClustersClientE(subscriptionID string) (containerservice.ManagedClustersClient, error)
CreateManagedClustersClientE returns a virtual machines client instance configured with the correct BaseURI depending on the Azure environment that is currently setup (or "Public", if none is setup).
func CreateMySQLServerClientE ¶
func CreateMySQLServerClientE(subscriptionID string) (*mysql.ServersClient, error)
CreateMySQLServerClientE is a helper function that will setup a mysql server client.
func CreateNewNetworkInterfaceIPConfigurationClientE ¶
func CreateNewNetworkInterfaceIPConfigurationClientE(subscriptionID string) (*network.InterfaceIPConfigurationsClient, error)
CreateNewNetworkInterfaceIPConfigurationClientE returns an NIC IP configuration client instance configured with the correct BaseURI depending on the Azure environment that is currently setup (or "Public", if none is setup).
func CreateNewNetworkInterfacesClientE ¶
func CreateNewNetworkInterfacesClientE(subscriptionID string) (*network.InterfacesClient, error)
CreateNewNetworkInterfacesClientE returns an NIC client instance configured with the correct BaseURI depending on the Azure environment that is currently setup (or "Public", if none is setup).
func CreateNewSubnetClientE ¶
func CreateNewSubnetClientE(subscriptionID string) (*network.SubnetsClient, error)
CreateNewSubnetClientE returns a Subnet client instance configured with the correct BaseURI depending on the Azure environment that is currently setup (or "Public", if none is setup).
func CreateNewVirtualNetworkClientE ¶
func CreateNewVirtualNetworkClientE(subscriptionID string) (*network.VirtualNetworksClient, error)
CreateNewVirtualNetworkClientE returns a Virtual Network client instance configured with the correct BaseURI depending on the Azure environment that is currently setup (or "Public", if none is setup).
func CreateNsgCustomRulesClientE ¶
func CreateNsgCustomRulesClientE(subscriptionID string) (*network.SecurityRulesClient, error)
CreateNsgCustomRulesClientE returns an NSG custom (user) rules client instance configured with the correct BaseURI depending on the Azure environment that is currently setup (or "Public", if none is setup).
func CreateNsgDefaultRulesClientE ¶
func CreateNsgDefaultRulesClientE(subscriptionID string) (*network.DefaultSecurityRulesClient, error)
CreateNsgDefaultRulesClientE returns an NSG default (platform) rules client instance configured with the correct BaseURI depending on the Azure environment that is currently setup (or "Public", if none is setup).
func CreatePublicIPAddressesClientE ¶
func CreatePublicIPAddressesClientE(subscriptionID string) (*network.PublicIPAddressesClient, error)
CreatePublicIPAddressesClientE returns a public IP address client instance configured with the correct BaseURI depending on the Azure environment that is currently setup (or "Public", if none is setup).
func CreateResourceGroupClientE ¶
func CreateResourceGroupClientE(subscriptionID string) (*resources.GroupsClient, error)
CreateResourceGroupClientE gets a resource group client in a subscription
func CreateSQLServerClient ¶
func CreateSQLServerClient(subscriptionID string) (*sql.ServersClient, error)
CreateSQLServerClient is a helper function that will create and setup a sql server client
func CreateStorageAccountClientE ¶
func CreateStorageAccountClientE(subscriptionID string) (*storage.AccountsClient, error)
CreateStorageAccountClientE creates a storage account client.
func CreateStorageBlobContainerClientE ¶
func CreateStorageBlobContainerClientE(subscriptionID string) (*storage.BlobContainersClient, error)
CreateStorageBlobContainerClientE creates a storage container client.
func CreateStorageFileSharesClientE ¶
func CreateStorageFileSharesClientE(subscriptionID string) (*storage.FileSharesClient, error)
CreateStorageFileSharesClientE creates a storage file share client.
func CreateSubscriptionsClientE ¶
func CreateSubscriptionsClientE() (subscriptions.Client, error)
CreateSubscriptionsClientE returns a virtual machines client instance configured with the correct BaseURI depending on the Azure environment that is currently setup (or "Public", if none is setup).
func CreateVMInsightsClientE ¶
func CreateVMInsightsClientE(subscriptionID string) (*insights.VMInsightsClient, error)
CreateVMInsightsClientE gets a VM Insights client
func CreateVirtualMachinesClientE ¶
func CreateVirtualMachinesClientE(subscriptionID string) (*compute.VirtualMachinesClient, error)
CreateVirtualMachinesClientE returns a virtual machines client instance configured with the correct BaseURI depending on the Azure environment that is currently setup (or "Public", if none is setup).
func DiagnosticSettingsResourceExists ¶
func DiagnosticSettingsResourceExists(t testing.TestingT, diagnosticSettingsResourceName string, resourceURI string, subscriptionID string) bool
DiagnosticSettingsResourceExists indicates whether the diagnostic settings resource exists This function would fail the test if there is an error.
func DiagnosticSettingsResourceExistsE ¶
func DiagnosticSettingsResourceExistsE(diagnosticSettingsResourceName string, resourceURI string, subscriptionID string) (bool, error)
DiagnosticSettingsResourceExistsE indicates whether the diagnostic settings resource exists
func DiskExists ¶
func DiskExists(t testing.TestingT, diskName string, resGroupName string, subscriptionID string) bool
DiskExists indicates whether the specified Azure Managed Disk exists This function would fail the test if there is an error.
func DiskExistsE ¶
DiskExistsE indicates whether the specified Azure Managed Disk exists in the specified Azure Resource Group
func FrontDoorExists ¶
func FrontDoorExists(t testing.TestingT, frontDoorName string, resourceGroupName string, subscriptionID string) bool
FrontDoorExists indicates whether the Front Door exists for the subscription. This function would fail the test if there is an error.
func FrontDoorExistsE ¶
func FrontDoorExistsE(frontDoorName string, resourceGroupName string, subscriptionID string) (bool, error)
FrontDoorExistsE indicates whether the specified Front Door exists and may return an error.
func FrontDoorFrontendEndpointExists ¶
func FrontDoorFrontendEndpointExists(t testing.TestingT, endpointName string, frontDoorName string, resourceGroupName string, subscriptionID string) bool
FrontDoorFrontendEndpointExists indicates whether the frontend endpoint exists for the provided Front Door. This function would fail the test if there is an error.
func FrontDoorFrontendEndpointExistsE ¶
func FrontDoorFrontendEndpointExistsE(endpointName string, frontDoorName string, resourceGroupName string, subscriptionID string) (bool, error)
FrontDoorFrontendEndpointExistsE indicates whether the specified endpoint exists for the provided Front Door and may return an error.
func GetAResourceGroup ¶
func GetAResourceGroup(t *testing.T, resourceGroupName string, subscriptionID string) *resources.Group
GetAResourceGroup returns a resource group within a subscription This function would fail the test if there is an error.
func GetAResourceGroupE ¶
GetAResourceGroupE gets a resource group within a subscription
func GetActionGroupResource ¶
func GetActionGroupResource(t *testing.T, ruleName string, resGroupName string, subscriptionID string) *insights.ActionGroupResource
GetActionGroupResource gets the ActionGroupResource. ruleName - required to find the ActionGroupResource. resGroupName - use an empty string if you have the AZURE_RES_GROUP_NAME environment variable set subscriptionId - use an empty string if you have the ARM_SUBSCRIPTION_ID environment variable set
func GetActionGroupResourceE ¶
func GetActionGroupResourceE(ruleName string, resGroupName string, subscriptionID string) (*insights.ActionGroupResource, error)
GetActionGroupResourceE gets the ActionGroupResource with Error details on error. ruleName - required to find the ActionGroupResource. resGroupName - use an empty string if you have the AZURE_RES_GROUP_NAME environment variable set subscriptionId - use an empty string if you have the ARM_SUBSCRIPTION_ID environment variable set
func GetActivityLogAlertResource ¶
func GetActivityLogAlertResource(t testing.TestingT, activityLogAlertName string, resGroupName string, subscriptionID string) *insights.ActivityLogAlertResource
GetActivityLogAlertResource gets a Action Group in the specified Azure Resource Group This function would fail the test if there is an error.
func GetActivityLogAlertResourceE ¶
func GetActivityLogAlertResourceE(activityLogAlertName string, resGroupName string, subscriptionID string) (*insights.ActivityLogAlertResource, error)
GetActivityLogAlertResourceE gets a Action Group in the specified Azure Resource Group
func GetActivityLogAlertsClientE ¶
func GetActivityLogAlertsClientE(subscriptionID string) (*insights.ActivityLogAlertsClient, error)
GetActivityLogAlertsClientE gets an Action Groups client in the specified Azure Subscription TODO: delete in next version
func GetAllAzureRegions ¶
GetAllAzureRegions gets the list of Azure regions available in this subscription.
func GetAllAzureRegionsE ¶
GetAllAzureRegionsE gets the list of Azure regions available in this subscription
func GetAppService ¶
func GetAppService(t *testing.T, appName string, resGroupName string, subscriptionID string) *web.Site
GetAppService gets the App service object This function would fail the test if there is an error.
func GetAppServiceClientE ¶
func GetAppServiceClientE(subscriptionID string) (*web.AppsClient, error)
func GetAppServiceE ¶
GetAppServiceE gets the App service object
func GetAvailabilitySetClientE ¶
func GetAvailabilitySetClientE(subscriptionID string) (*compute.AvailabilitySetsClient, error)
GetAvailabilitySetClientE gets a new Availability Set client in the specified Azure Subscription TODO: remove in next version
func GetAvailabilitySetE ¶
func GetAvailabilitySetE(t testing.TestingT, avsName string, resGroupName string, subscriptionID string) (*compute.AvailabilitySet, error)
GetAvailabilitySetE gets an Availability Set in the specified Azure Resource Group
func GetAvailabilitySetFaultDomainCount ¶
func GetAvailabilitySetFaultDomainCount(t testing.TestingT, avsName string, resGroupName string, subscriptionID string) int32
GetAvailabilitySetFaultDomainCount gets the Fault Domain Count for the specified Azure Availability Set. This function would fail the test if there is an error.
func GetAvailabilitySetFaultDomainCountE ¶
func GetAvailabilitySetFaultDomainCountE(t testing.TestingT, avsName string, resGroupName string, subscriptionID string) (int32, error)
GetAvailabilitySetFaultDomainCountE gets the Fault Domain Count for the specified Azure Availability Set
func GetAvailabilitySetVMNamesInCaps ¶
func GetAvailabilitySetVMNamesInCaps(t testing.TestingT, avsName string, resGroupName string, subscriptionID string) []string
GetAvailabilitySetVMNamesInCaps gets a list of VM names in the specified Azure Availability Set. This function would fail the test if there is an error.
func GetAvailabilitySetVMNamesInCapsE ¶
func GetAvailabilitySetVMNamesInCapsE(t testing.TestingT, avsName string, resGroupName string, subscriptionID string) ([]string, error)
GetAvailabilitySetVMNamesInCapsE gets a list of VM names in the specified Azure Availability Set
func GetContainerInstance ¶
func GetContainerInstance(t *testing.T, instanceName string, resGroupName string, subscriptionID string) *containerinstance.ContainerGroup
GetContainerInstance gets the container instance object This function would fail the test if there is an error.
func GetContainerInstanceClientE ¶
func GetContainerInstanceClientE(subscriptionID string) (*containerinstance.ContainerGroupsClient, error)
GetContainerInstanceClientE is a helper function that will setup an Azure Container Instance client on your behalf
func GetContainerInstanceE ¶
func GetContainerInstanceE(instanceName string, resGroupName string, subscriptionID string) (*containerinstance.ContainerGroup, error)
GetContainerInstanceE gets the container instance object
func GetContainerRegistry ¶
func GetContainerRegistry(t *testing.T, registryName string, resGroupName string, subscriptionID string) *containerregistry.Registry
GetContainerRegistry gets the container registry object This function would fail the test if there is an error.
func GetContainerRegistryClientE ¶
func GetContainerRegistryClientE(subscriptionID string) (*containerregistry.RegistriesClient, error)
GetContainerRegistryClientE is a helper function that will setup an Azure Container Registry client on your behalf
func GetContainerRegistryE ¶
func GetContainerRegistryE(registryName string, resGroupName string, subscriptionID string) (*containerregistry.Registry, error)
GetContainerRegistryE gets the container registry object
func GetCosmosDBAccount ¶
func GetCosmosDBAccount(t testing.TestingT, subscriptionID string, resourceGroupName string, accountName string) *documentdb.DatabaseAccountGetResults
GetCosmosDBAccount is a helper function that gets the database account. This function would fail the test if there is an error.
func GetCosmosDBAccountClient ¶
func GetCosmosDBAccountClient(t testing.TestingT, subscriptionID string) *documentdb.DatabaseAccountsClient
GetCosmosDBAccountClient is a helper function that will setup a CosmosDB account client. This function would fail the test if there is an error.
func GetCosmosDBAccountClientE ¶
func GetCosmosDBAccountClientE(subscriptionID string) (*documentdb.DatabaseAccountsClient, error)
GetCosmosDBAccountClientE is a helper function that will setup a CosmosDB account client.
func GetCosmosDBAccountE ¶
func GetCosmosDBAccountE(t testing.TestingT, subscriptionID string, resourceGroupName string, accountName string) (*documentdb.DatabaseAccountGetResults, error)
GetCosmosDBAccountE is a helper function that gets the database account.
func GetCosmosDBSQLClient ¶
func GetCosmosDBSQLClient(t testing.TestingT, subscriptionID string) *documentdb.SQLResourcesClient
GetCosmosDBSQLClient is a helper function that will setup a CosmosDB SQL client. This function would fail the test if there is an error.
func GetCosmosDBSQLClientE ¶
func GetCosmosDBSQLClientE(subscriptionID string) (*documentdb.SQLResourcesClient, error)
GetCosmosDBSQLClientE is a helper function that will setup a CosmosDB SQL client.
func GetCosmosDBSQLContainer ¶
func GetCosmosDBSQLContainer(t testing.TestingT, subscriptionID string, resourceGroupName string, accountName string, databaseName string, containerName string) *documentdb.SQLContainerGetResults
GetCosmosDBSQLContainer is a helper function that gets a SQL container. This function would fail the test if there is an error.
func GetCosmosDBSQLContainerE ¶
func GetCosmosDBSQLContainerE(t testing.TestingT, subscriptionID string, resourceGroupName string, accountName string, databaseName string, containerName string) (*documentdb.SQLContainerGetResults, error)
GetCosmosDBSQLContainerE is a helper function that gets a SQL container.
func GetCosmosDBSQLContainerThroughput ¶
func GetCosmosDBSQLContainerThroughput(t testing.TestingT, subscriptionID string, resourceGroupName string, accountName string, databaseName string, containerName string) *documentdb.ThroughputSettingsGetResults
GetCosmosDBSQLContainerThroughput is a helper function that gets a SQL container throughput configuration. This function would fail the test if there is an error.
func GetCosmosDBSQLContainerThroughputE ¶
func GetCosmosDBSQLContainerThroughputE(t testing.TestingT, subscriptionID string, resourceGroupName string, accountName string, databaseName string, containerName string) (*documentdb.ThroughputSettingsGetResults, error)
GetCosmosDBSQLContainerThroughputE is a helper function that gets a SQL container throughput configuration.
func GetCosmosDBSQLDatabase ¶
func GetCosmosDBSQLDatabase(t testing.TestingT, subscriptionID string, resourceGroupName string, accountName string, databaseName string) *documentdb.SQLDatabaseGetResults
GetCosmosDBSQLDatabase is a helper function that gets a SQL database. This function would fail the test if there is an error.
func GetCosmosDBSQLDatabaseE ¶
func GetCosmosDBSQLDatabaseE(t testing.TestingT, subscriptionID string, resourceGroupName string, accountName string, databaseName string) (*documentdb.SQLDatabaseGetResults, error)
GetCosmosDBSQLDatabaseE is a helper function that gets a SQL database.
func GetCosmosDBSQLDatabaseThroughput ¶
func GetCosmosDBSQLDatabaseThroughput(t testing.TestingT, subscriptionID string, resourceGroupName string, accountName string, databaseName string) *documentdb.ThroughputSettingsGetResults
GetCosmosDBSQLDatabaseThroughput is a helper function that gets a SQL database throughput configuration. This function would fail the test if there is an error.
func GetCosmosDBSQLDatabaseThroughputE ¶
func GetCosmosDBSQLDatabaseThroughputE(t testing.TestingT, subscriptionID string, resourceGroupName string, accountName string, databaseName string) (*documentdb.ThroughputSettingsGetResults, error)
GetCosmosDBSQLDatabaseThroughputE is a helper function that gets a SQL database throughput configuration.
func GetCustomNsgRulesClient ¶
func GetCustomNsgRulesClient(t *testing.T, subscriptionID string) network.SecurityRulesClient
GetCustomNsgRulesClient returns a rules client which can be used to read the list of *custom* security rules defined on an network security group. Note that the "custom" rules are those defined by end users. This function would fail the test if there is an error.
func GetCustomNsgRulesClientE ¶
func GetCustomNsgRulesClientE(subscriptionID string) (network.SecurityRulesClient, error)
GetCustomNsgRulesClientE returns a rules client which can be used to read the list of *custom* security rules defined on an network security group. Note that the "custom" rules are those defined by end users.
func GetDatabaseClient ¶
func GetDatabaseClient(subscriptionID string) (*sql.DatabasesClient, error)
GetDatabaseClient is a helper function that will setup a sql DB client TODO: remove in next version
func GetDefaultNsgRulesClient ¶
func GetDefaultNsgRulesClient(t *testing.T, subscriptionID string) network.DefaultSecurityRulesClient
GetDefaultNsgRulesClient returns a rules client which can be used to read the list of *default* security rules defined on an network security group. Note that the "default" rules are those provided implicitly by the Azure platform. This function would fail the test if there is an error.
func GetDefaultNsgRulesClientE ¶
func GetDefaultNsgRulesClientE(subscriptionID string) (network.DefaultSecurityRulesClient, error)
GetDefaultNsgRulesClientE returns a rules client which can be used to read the list of *default* security rules defined on an network security group. Note that the "default" rules are those provided implicitly by the Azure platform.
func GetDiagnosticsSettingsClientE ¶
func GetDiagnosticsSettingsClientE(subscriptionID string) (*insights.DiagnosticSettingsClient, error)
GetDiagnosticsSettingsClientE returns a diagnostics settings client TODO: delete in next version
func GetDiagnosticsSettingsResource ¶
func GetDiagnosticsSettingsResource(t testing.TestingT, name string, resourceURI string, subscriptionID string) *insights.DiagnosticSettingsResource
GetDiagnosticsSettingsResource gets the diagnostics settings for a specified resource This function would fail the test if there is an error.
func GetDiagnosticsSettingsResourceE ¶
func GetDiagnosticsSettingsResourceE(name string, resourceURI string, subscriptionID string) (*insights.DiagnosticSettingsResource, error)
GetDiagnosticsSettingsResourceE gets the diagnostics settings for a specified resource
func GetDisk ¶
func GetDisk(t testing.TestingT, diskName string, resGroupName string, subscriptionID string) *compute.Disk
GetDisk returns a Disk in the specified Azure Resource Group This function would fail the test if there is an error.
func GetDiskClientE ¶
func GetDiskClientE(subscriptionID string) (*compute.DisksClient, error)
GetDiskClientE returns a new Disk client in the specified Azure Subscription TODO: remove in next major/minor version
func GetFrontDoor ¶
func GetFrontDoor(t testing.TestingT, frontDoorName string, resourceGroupName string, subscriptionID string) *frontdoor.FrontDoor
GetFrontDoor gets a Front Door by name if it exists for the subscription. This function would fail the test if there is an error.
func GetFrontDoorClientE ¶
func GetFrontDoorClientE(subscriptionID string) (*frontdoor.FrontDoorsClient, error)
GetFrontDoorClientE return a front door client; otherwise error.
func GetFrontDoorE ¶
func GetFrontDoorE(frontDoorName, resoureGroupName, subscriptionID string) (*frontdoor.FrontDoor, error)
GetFrontDoorE gets the specified Front Door if it exists and may return an error.
func GetFrontDoorFrontendEndpoint ¶
func GetFrontDoorFrontendEndpoint(t testing.TestingT, endpointName string, frontDoorName string, resourceGroupName string, subscriptionID string) *frontdoor.FrontendEndpoint
GetFrontDoorFrontendEndpoint gets a frontend endpoint by name for the provided Front Door if it exists for the subscription. This function would fail the test if there is an error.
func GetFrontDoorFrontendEndpointClientE ¶
func GetFrontDoorFrontendEndpointClientE(subscriptionID string) (*frontdoor.FrontendEndpointsClient, error)
GetFrontDoorFrontendEndpointClientE returns a front door frontend endpoints client; otherwise error.
func GetFrontDoorFrontendEndpointE ¶
func GetFrontDoorFrontendEndpointE(endpointName, frontDoorName, resourceGroupName, subscriptionID string) (*frontdoor.FrontendEndpoint, error)
GetFrontDoorFrontendEndpointE gets the specified Frontend Endpoint for the provided Front Door if it exists and may return an error.
func GetIPOfPublicIPAddressByName ¶
func GetIPOfPublicIPAddressByName(t testing.TestingT, publicAddressName string, resGroupName string, subscriptionID string) string
GetIPOfPublicIPAddressByName gets the Public IP of the Public IP Address specified. This function would fail the test if there is an error.
func GetIPOfPublicIPAddressByNameE ¶
func GetIPOfPublicIPAddressByNameE(publicAddressName string, resGroupName string, subscriptionID string) (string, error)
GetIPOfPublicIPAddressByNameE gets the Public IP of the Public IP Address specified.
func GetKeyVault ¶
func GetKeyVault(t *testing.T, resGroupName string, keyVaultName string, subscriptionID string) *kvmng.Vault
GetKeyVault is a helper function that gets the keyvault management object. This function would fail the test if there is an error.
func GetKeyVaultClientE ¶
func GetKeyVaultClientE() (*keyvault.BaseClient, error)
GetKeyVaultClientE creates a KeyVault client.
func GetKeyVaultE ¶
func GetKeyVaultE(t *testing.T, resGroupName string, keyVaultName string, subscriptionID string) (*kvmng.Vault, error)
GetKeyVaultE is a helper function that gets the keyvault management object.
func GetKeyVaultManagementClientE ¶
func GetKeyVaultManagementClientE(subscriptionID string) (*kvmng.VaultsClient, error)
GetKeyVaultManagementClientE is a helper function that will setup a key vault management client
func GetKeyVaultURISuffixE ¶
GetKeyVaultURISuffixE returns the proper KeyVault URI suffix for the configured Azure environment. This function would fail the test if there is an error.
func GetLoadBalancer ¶
func GetLoadBalancer(t testing.TestingT, loadBalancerName string, resourceGroupName string, subscriptionID string) *network.LoadBalancer
GetLoadBalancer gets a Load Balancer network resource in the specified Azure Resource Group. This function would fail the test if there is an error.
func GetLoadBalancerClientE ¶
func GetLoadBalancerClientE(subscriptionID string) (*network.LoadBalancersClient, error)
GetLoadBalancerClientE gets a new Load Balancer client in the specified Azure Subscription.
func GetLoadBalancerE ¶
func GetLoadBalancerE(loadBalancerName string, resourceGroupName string, subscriptionID string) (*network.LoadBalancer, error)
GetLoadBalancerE gets a Load Balancer network resource in the specified Azure Resource Group.
func GetLoadBalancerFrontendIPConfig ¶
func GetLoadBalancerFrontendIPConfig(t testing.TestingT, feConfigName string, loadBalancerName string, resourceGroupName string, subscriptionID string) *network.FrontendIPConfiguration
GetLoadBalancerFrontendIPConfig gets the specified Load Balancer Frontend IP Configuration network resource. This function would fail the test if there is an error.
func GetLoadBalancerFrontendIPConfigClientE ¶
func GetLoadBalancerFrontendIPConfigClientE(subscriptionID string) (*network.LoadBalancerFrontendIPConfigurationsClient, error)
GetLoadBalancerFrontendIPConfigClientE gets a new Load Balancer Frontend IP Configuration client in the specified Azure Subscription.
func GetLoadBalancerFrontendIPConfigE ¶
func GetLoadBalancerFrontendIPConfigE(feConfigName string, loadBalancerName string, resourceGroupName string, subscriptionID string) (*network.FrontendIPConfiguration, error)
GetLoadBalancerFrontendIPConfigE gets the specified Load Balancer Frontend IP Configuration network resource.
func GetLoadBalancerFrontendIPConfigNames ¶
func GetLoadBalancerFrontendIPConfigNames(t testing.TestingT, loadBalancerName string, resourceGroupName string, subscriptionID string) []string
GetLoadBalancerFrontendIPConfigNames gets a list of the Frontend IP Configuration Names for the Load Balancer. This function would fail the test if there is an error.
func GetLoadBalancerFrontendIPConfigNamesE ¶
func GetLoadBalancerFrontendIPConfigNamesE(loadBalancerName string, resourceGroupName string, subscriptionID string) ([]string, error)
GetLoadBalancerFrontendIPConfigNamesE ConfigNamesE gets a list of the Frontend IP Configuration Names for the Load Balancer.
func GetLogAnalyticsWorkspace ¶
func GetLogAnalyticsWorkspace(t testing.TestingT, workspaceName string, resourceGroupName string, subscriptionID string) *operationalinsights.Workspace
GetLogAnalyticsWorkspace gets an operational insights workspace if it exists in a subscription. This function would fail the test if there is an error.
func GetLogAnalyticsWorkspaceE ¶
func GetLogAnalyticsWorkspaceE(workspaceName, resoureGroupName, subscriptionID string) (*operationalinsights.Workspace, error)
GetLogAnalyticsWorkspaceE gets an operational insights workspace if it exists in a subscription.
func GetLogAnalyticsWorkspacesClientE ¶
func GetLogAnalyticsWorkspacesClientE(subscriptionID string) (*operationalinsights.WorkspacesClient, error)
GetLogAnalyticsWorkspacesClientE return workspaces client; otherwise error.
func GetMYSQLDB ¶
func GetMYSQLDB(t testing.TestingT, resGroupName string, serverName string, dbName string, subscriptionID string) *mysql.Database
GetMYSQLDB is a helper function that gets the database. This function would fail the test if there is an error.
func GetMYSQLDBClientE ¶
func GetMYSQLDBClientE(subscriptionID string) (*mysql.DatabasesClient, error)
GetMYSQLDBClientE is a helper function that will setup a mysql DB client.
func GetMYSQLDBE ¶
func GetMYSQLDBE(t testing.TestingT, subscriptionID string, resGroupName string, serverName string, dbName string) (*mysql.Database, error)
GetMYSQLDBE is a helper function that gets the database.
func GetMYSQLServer ¶
func GetMYSQLServer(t testing.TestingT, resGroupName string, serverName string, subscriptionID string) *mysql.Server
GetMYSQLServer is a helper function that gets the server. This function would fail the test if there is an error.
func GetMYSQLServerClientE ¶
func GetMYSQLServerClientE(subscriptionID string) (*mysql.ServersClient, error)
GetMYSQLServerClientE is a helper function that will setup a mysql server client. TODO: remove in next version
func GetMYSQLServerE ¶
func GetMYSQLServerE(t testing.TestingT, subscriptionID string, resGroupName string, serverName string) (*mysql.Server, error)
GetMYSQLServerE is a helper function that gets the server.
func GetManagedClusterE ¶
func GetManagedClusterE(t testing.TestingT, resourceGroupName, clusterName, subscriptionID string) (*containerservice.ManagedCluster, error)
GetManagedClusterE will return ManagedCluster
func GetManagedClustersClientE ¶
func GetManagedClustersClientE(subscriptionID string) (*containerservice.ManagedClustersClient, error)
GetManagedClustersClientE is a helper function that will setup an Azure ManagedClusters client on your behalf
func GetNameFromResourceID ¶
GetNameFromResourceID gets the Name from an Azure Resource ID.
func GetNameFromResourceIDE ¶
GetNameFromResourceIDE gets the Name from an Azure Resource ID. This function would fail the test if there is an error.
func GetNetworkInterfaceClientE ¶
func GetNetworkInterfaceClientE(subscriptionID string) (*network.InterfacesClient, error)
GetNetworkInterfaceClientE creates a new Network Interface client in the specified Azure Subscription.
func GetNetworkInterfaceConfigurationClientE ¶
func GetNetworkInterfaceConfigurationClientE(subscriptionID string) (*network.InterfaceIPConfigurationsClient, error)
GetNetworkInterfaceConfigurationClientE creates a new Network Interface Configuration client in the specified Azure Subscription.
func GetNetworkInterfaceConfigurationE ¶
func GetNetworkInterfaceConfigurationE(nicName string, nicConfigName string, resGroupName string, subscriptionID string) (*network.InterfaceIPConfiguration, error)
GetNetworkInterfaceConfigurationE gets a Network Interface Configuration in the specified Azure Resource Group.
func GetNetworkInterfaceE ¶
func GetNetworkInterfaceE(nicName string, resGroupName string, subscriptionID string) (*network.Interface, error)
GetNetworkInterfaceE gets a Network Interface in the specified Azure Resource Group.
func GetNetworkInterfacePrivateIPs ¶
func GetNetworkInterfacePrivateIPs(t testing.TestingT, nicName string, resGroupName string, subscriptionID string) []string
GetNetworkInterfacePrivateIPs gets a list of the Private IPs of a Network Interface configs. This function would fail the test if there is an error.
func GetNetworkInterfacePrivateIPsE ¶
func GetNetworkInterfacePrivateIPsE(nicName string, resGroupName string, subscriptionID string) ([]string, error)
GetNetworkInterfacePrivateIPsE gets a list of the Private IPs of a Network Interface configs.
func GetNetworkInterfacePublicIPs ¶
func GetNetworkInterfacePublicIPs(t testing.TestingT, nicName string, resGroupName string, subscriptionID string) []string
GetNetworkInterfacePublicIPs returns a list of all the Public IPs found in the Network Interface configurations. This function would fail the test if there is an error.
func GetNetworkInterfacePublicIPsE ¶
func GetNetworkInterfacePublicIPsE(nicName string, resGroupName string, subscriptionID string) ([]string, error)
GetNetworkInterfacePublicIPsE returns a list of all the Public IPs found in the Network Interface configurations.
func GetPostgreSQLDB ¶
func GetPostgreSQLDB(t testing.TestingT, resGroupName string, serverName string, dbName string, subscriptionID string) *postgresql.Database
GetPostgreSQLDB is a helper function that gets the database. This function would fail the test if there is an error.
func GetPostgreSQLDBClientE ¶
func GetPostgreSQLDBClientE(subscriptionID string) (*postgresql.DatabasesClient, error)
GetPostgreSQLDBClientE is a helper function that will setup a postgresql DB client.
func GetPostgreSQLDBE ¶
func GetPostgreSQLDBE(t testing.TestingT, subscriptionID string, resGroupName string, serverName string, dbName string) (*postgresql.Database, error)
GetPostgreSQLDBE is a helper function that gets the database.
func GetPostgreSQLServer ¶
func GetPostgreSQLServer(t testing.TestingT, resGroupName string, serverName string, subscriptionID string) *postgresql.Server
GetPostgreSQLServer is a helper function that gets the server. This function would fail the test if there is an error.
func GetPostgreSQLServerClientE ¶
func GetPostgreSQLServerClientE(subscriptionID string) (*postgresql.ServersClient, error)
GetPostgreSQLServerClientE is a helper function that will setup a postgresql server client.
func GetPostgreSQLServerE ¶
func GetPostgreSQLServerE(t testing.TestingT, subscriptionID string, resGroupName string, serverName string) (*postgresql.Server, error)
GetPostgreSQLServerE is a helper function that gets the server.
func GetPublicIPAddressClientE ¶
func GetPublicIPAddressClientE(subscriptionID string) (*network.PublicIPAddressesClient, error)
GetPublicIPAddressClientE creates a Public IP Addresses client in the specified Azure Subscription.
func GetPublicIPAddressE ¶
func GetPublicIPAddressE(publicIPAddressName string, resGroupName string, subscriptionID string) (*network.PublicIPAddress, error)
GetPublicIPAddressE gets a Public IP Addresses in the specified Azure Resource Group.
func GetRandomRegion ¶
func GetRandomRegion(t testing.TestingT, approvedRegions []string, forbiddenRegions []string, subscriptionID string) string
GetRandomRegion gets a randomly chosen Azure region. If approvedRegions is not empty, this will be a region from the approvedRegions list; otherwise, this method will fetch the latest list of regions from the Azure APIs and pick one of those. If forbiddenRegions is not empty, this method will make sure the returned region is not in the forbiddenRegions list.
func GetRandomRegionE ¶
func GetRandomRegionE(t testing.TestingT, approvedRegions []string, forbiddenRegions []string, subscriptionID string) (string, error)
GetRandomRegionE gets a randomly chosen Azure region. If approvedRegions is not empty, this will be a region from the approvedRegions list; otherwise, this method will fetch the latest list of regions from the Azure APIs and pick one of those. If forbiddenRegions is not empty, this method will make sure the returned region is not in the forbiddenRegions list
func GetRandomStableRegion ¶
func GetRandomStableRegion(t testing.TestingT, approvedRegions []string, forbiddenRegions []string, subscriptionID string) string
GetRandomStableRegion gets a randomly chosen Azure region that is considered stable. Like GetRandomRegion, you can further restrict the stable region list using approvedRegions and forbiddenRegions. We consider stable regions to be those that have been around for at least 1 year. Note that regions in the approvedRegions list that are not considered stable are ignored.
func GetRecoveryServicesVaultBackupPolicyList ¶
func GetRecoveryServicesVaultBackupPolicyList(t *testing.T, vaultName, resourceGroupName, subscriptionID string) map[string]backup.ProtectionPolicyResource
GetRecoveryServicesVaultBackupPolicyList returns a list of backup policies for the given vault. This function would fail the test if there is an error.
func GetRecoveryServicesVaultBackupPolicyListE ¶
func GetRecoveryServicesVaultBackupPolicyListE(vaultName, resourceGroupName, subscriptionID string) (map[string]backup.ProtectionPolicyResource, error)
GetRecoveryServicesVaultBackupPolicyListE returns a list of backup policies for the given vault.
func GetRecoveryServicesVaultBackupProtectedVMList ¶
func GetRecoveryServicesVaultBackupProtectedVMList(t *testing.T, policyName, vaultName, resourceGroupName, subscriptionID string) map[string]backup.AzureIaaSComputeVMProtectedItem
GetRecoveryServicesVaultBackupProtectedVMList returns a list of protected VM's on the given vault/policy. This function would fail the test if there is an error.
func GetRecoveryServicesVaultBackupProtectedVMListE ¶
func GetRecoveryServicesVaultBackupProtectedVMListE(policyName, vaultName, resourceGroupName, subscriptionID string) (map[string]backup.AzureIaaSComputeVMProtectedItem, error)
GetRecoveryServicesVaultBackupProtectedVMListE returns a list of protected VM's on the given vault/policy.
func GetRecoveryServicesVaultE ¶
func GetRecoveryServicesVaultE(vaultName, resourceGroupName, subscriptionID string) (*recoveryservices.Vault, error)
GetRecoveryServicesVaultE returns a vault instance.
func GetResourceGroupClientE ¶
func GetResourceGroupClientE(subscriptionID string) (*resources.GroupsClient, error)
GetResourceGroupClientE gets a resource group client in a subscription TODO: remove in next version
func GetResourceGroupE ¶
GetResourceGroupE gets a resource group within a subscription
func GetSQLDatabase ¶
func GetSQLDatabase(t testing.TestingT, resGroupName string, serverName string, dbName string, subscriptionID string) *sql.Database
GetSQLDatabase is a helper function that gets the sql db. This function would fail the test if there is an error.
func GetSQLDatabaseE ¶
func GetSQLDatabaseE(t testing.TestingT, subscriptionID string, resGroupName string, serverName string, dbName string) (*sql.Database, error)
GetSQLDatabaseE is a helper function that gets the sql db.
func GetSQLServer ¶
func GetSQLServer(t testing.TestingT, resGroupName string, serverName string, subscriptionID string) *sql.Server
GetSQLServer is a helper function that gets the sql server object. This function would fail the test if there is an error.
func GetSQLServerClient ¶
func GetSQLServerClient(subscriptionID string) (*sql.ServersClient, error)
GetSQLServerClient is a helper function that will setup a sql server client TODO: remove in next version
func GetSQLServerE ¶
func GetSQLServerE(t testing.TestingT, subscriptionID string, resGroupName string, serverName string) (*sql.Server, error)
GetSQLServerE is a helper function that gets the sql server object.
func GetSizeOfVirtualMachine ¶
func GetSizeOfVirtualMachine(t testing.TestingT, vmName string, resGroupName string, subscriptionID string) compute.VirtualMachineSizeTypes
GetSizeOfVirtualMachine gets the Size Type of the specified Azure Virtual Machine. This function would fail the test if there is an error.
func GetSizeOfVirtualMachineE ¶
func GetSizeOfVirtualMachineE(vmName string, resGroupName string, subscriptionID string) (compute.VirtualMachineSizeTypes, error)
GetSizeOfVirtualMachineE gets the Size Type of the specified Azure Virtual Machine.
func GetStorageAccountClientE ¶
func GetStorageAccountClientE(subscriptionID string) (*storage.AccountsClient, error)
GetStorageAccountClientE creates a storage account client. TODO: remove in next version
func GetStorageAccountE ¶
func GetStorageAccountE(storageAccountName, resourceGroupName, subscriptionID string) (*storage.Account, error)
GetStorageAccountE gets a storage account; otherwise error. See https://docs.microsoft.com/rest/api/storagerp/storageaccounts/getproperties for more information.
func GetStorageAccountKind ¶
func GetStorageAccountKind(t *testing.T, storageAccountName string, resourceGroupName string, subscriptionID string) string
GetStorageAccountKind returns one of Storage, StorageV2, BlobStorage, FileStorage, or BlockBlobStorage. This function would fail the test if there is an error.
func GetStorageAccountKindE ¶
func GetStorageAccountKindE(storageAccountName, resourceGroupName, subscriptionID string) (string, error)
GetStorageAccountKindE returns one of Storage, StorageV2, BlobStorage, FileStorage, or BlockBlobStorage.
func GetStorageAccountPrimaryBlobEndpointE ¶
func GetStorageAccountPrimaryBlobEndpointE(storageAccountName, resourceGroupName, subscriptionID string) (string, error)
GetStorageAccountPrimaryBlobEndpointE gets the storage account blob endpoint as URI string.
func GetStorageAccountPropertyE ¶
func GetStorageAccountPropertyE(storageAccountName, resourceGroupName, subscriptionID string) (*storage.Account, error)
GetStorageAccountPropertyE returns StorageAccount properties.
func GetStorageAccountSkuTier ¶
func GetStorageAccountSkuTier(t *testing.T, storageAccountName string, resourceGroupName string, subscriptionID string) string
GetStorageAccountSkuTier returns the storage account sku tier as Standard or Premium. This function would fail the test if there is an error.
func GetStorageAccountSkuTierE ¶
func GetStorageAccountSkuTierE(storageAccountName, resourceGroupName, subscriptionID string) (string, error)
GetStorageAccountSkuTierE returns the storage account sku tier as Standard or Premium.
func GetStorageBlobContainerClientE ¶
func GetStorageBlobContainerClientE(subscriptionID string) (*storage.BlobContainersClient, error)
GetStorageBlobContainerClientE creates a storage container client. TODO: remove in next version
func GetStorageBlobContainerE ¶
func GetStorageBlobContainerE(containerName, storageAccountName, resourceGroupName, subscriptionID string) (*storage.BlobContainer, error)
GetStorageBlobContainerE returns Blob container client.
func GetStorageBlobContainerPublicAccess ¶
func GetStorageBlobContainerPublicAccess(t *testing.T, containerName string, storageAccountName string, resourceGroupName string, subscriptionID string) bool
GetStorageBlobContainerPublicAccess indicates whether a storage container has public access; otherwise false. This function would fail the test if there is an error.
func GetStorageBlobContainerPublicAccessE ¶
func GetStorageBlobContainerPublicAccessE(containerName, storageAccountName, resourceGroupName, subscriptionID string) (bool, error)
GetStorageBlobContainerPublicAccessE indicates whether a storage container has public access; otherwise false.
func GetStorageDNSString ¶
func GetStorageDNSString(t *testing.T, storageAccountName string, resourceGroupName string, subscriptionID string) string
GetStorageDNSString builds and returns the storage account dns string if the storage account exists. This function would fail the test if there is an error.
func GetStorageDNSStringE ¶
func GetStorageDNSStringE(storageAccountName, resourceGroupName, subscriptionID string) (string, error)
GetStorageDNSStringE builds and returns the storage account dns string if the storage account exists.
func GetStorageFileShare ¶
func GetStorageFileShare(t *testing.T, fileShareName, storageAccountName, resourceGroupName, subscriptionID string) *storage.FileShare
GetStorageFileShare returns specified file share. This function would fail the test if there is an error.
func GetStorageFileShareE ¶
func GetStorageFileShareE(fileShareName, storageAccountName, resourceGroupName, subscriptionID string) (*storage.FileShare, error)
GetStorageFileSharesE returns specified file share.
func GetStorageURISuffixE ¶
GetStorageURISuffixE returns the proper storage URI suffix for the configured Azure environment.
func GetSubnetClientE ¶
func GetSubnetClientE(subscriptionID string) (*network.SubnetsClient, error)
GetSubnetClientE creates a subnet client.
func GetSubnetE ¶
func GetSubnetE(subnetName string, vnetName string, resGroupName string, subscriptionID string) (*network.Subnet, error)
GetSubnetE gets a subnet.
func GetSubscriptionClientE ¶
func GetSubscriptionClientE() (*subscriptions.Client, error)
GetSubscriptionClientE is a helper function that will setup an Azure Subscription client on your behalf
func GetTargetAzureResourceGroupName ¶
GetTargetAzureResourceGroupName is a helper function to find the correct target Azure Resource Group name, with provided arguments taking precedence over environment variables
func GetTargetAzureSubscription ¶
GetTargetAzureSubscription is a helper function to find the correct target Azure Subscription ID, with provided arguments taking precedence over environment variables
func GetVMInsightsClientE ¶
func GetVMInsightsClientE(t testing.TestingT, subscriptionID string) (*insights.VMInsightsClient, error)
GetVMInsightsClientE gets a VM Insights client TODO: delete in next version
func GetVMInsightsOnboardingStatus ¶
func GetVMInsightsOnboardingStatus(t testing.TestingT, resourceURI string, subscriptionID string) *insights.VMInsightsOnboardingStatus
GetVMInsightsOnboardingStatus get diagnostics VM onboarding status This function would fail the test if there is an error.
func GetVMInsightsOnboardingStatusE ¶
func GetVMInsightsOnboardingStatusE(t testing.TestingT, resourceURI string, subscriptionID string) (*insights.VMInsightsOnboardingStatus, error)
GetVMInsightsOnboardingStatusE get diagnostics VM onboarding status
func GetVirtualMachine ¶
func GetVirtualMachine(t testing.TestingT, vmName string, resGroupName string, subscriptionID string) *compute.VirtualMachine
GetVirtualMachine gets a Virtual Machine in the specified Azure Resource Group. This function would fail the test if there is an error.
func GetVirtualMachineAvailabilitySetID ¶
func GetVirtualMachineAvailabilitySetID(t testing.TestingT, vmName string, resGroupName string, subscriptionID string) string
GetVirtualMachineAvailabilitySetID gets the Availability Set ID of the specified Azure Virtual Machine. This function would fail the test if there is an error.
func GetVirtualMachineAvailabilitySetIDE ¶
func GetVirtualMachineAvailabilitySetIDE(vmName string, resGroupName string, subscriptionID string) (string, error)
GetVirtualMachineAvailabilitySetIDE gets the Availability Set ID of the specified Azure Virtual Machine.
func GetVirtualMachineClient ¶
func GetVirtualMachineClient(t testing.TestingT, subscriptionID string) *compute.VirtualMachinesClient
GetVirtualMachineClient is a helper function that will setup an Azure Virtual Machine client on your behalf.
func GetVirtualMachineClientE ¶
func GetVirtualMachineClientE(subscriptionID string) (*compute.VirtualMachinesClient, error)
GetVirtualMachineClientE is a helper function that will setup an Azure Virtual Machine client on your behalf.
func GetVirtualMachineE ¶
func GetVirtualMachineE(vmName string, resGroupName string, subscriptionID string) (*compute.VirtualMachine, error)
GetVirtualMachineE gets a Virtual Machine in the specified Azure Resource Group.
func GetVirtualMachineManagedDisks ¶
func GetVirtualMachineManagedDisks(t testing.TestingT, vmName string, resGroupName string, subscriptionID string) []string
GetVirtualMachineManagedDisks gets the list of Managed Disk names of the specified Azure Virtual Machine. This function would fail the test if there is an error.
func GetVirtualMachineManagedDisksE ¶
func GetVirtualMachineManagedDisksE(vmName string, resGroupName string, subscriptionID string) ([]string, error)
GetVirtualMachineManagedDisksE gets the list of Managed Disk names of the specified Azure Virtual Machine.
func GetVirtualMachineNics ¶
func GetVirtualMachineNics(t testing.TestingT, vmName string, resGroupName string, subscriptionID string) []string
GetVirtualMachineNics gets a list of Network Interface names for a specifcied Azure Virtual Machine. This function would fail the test if there is an error.
func GetVirtualMachineNicsE ¶
func GetVirtualMachineNicsE(vmName string, resGroupName string, subscriptionID string) ([]string, error)
GetVirtualMachineNicsE gets a list of Network Interface names for a specified Azure Virtual Machine.
func GetVirtualMachineOSDiskName ¶
func GetVirtualMachineOSDiskName(t testing.TestingT, vmName string, resGroupName string, subscriptionID string) string
GetVirtualMachineOSDiskName gets the OS Disk name of the specified Azure Virtual Machine. This function would fail the test if there is an error.
func GetVirtualMachineOSDiskNameE ¶
func GetVirtualMachineOSDiskNameE(vmName string, resGroupName string, subscriptionID string) (string, error)
GetVirtualMachineOSDiskNameE gets the OS Disk name of the specified Azure Virtual Machine.
func GetVirtualMachineTags ¶
func GetVirtualMachineTags(t testing.TestingT, vmName string, resGroupName string, subscriptionID string) map[string]string
GetVirtualMachineTags gets the Tags of the specified Virtual Machine as a map. This function would fail the test if there is an error.
func GetVirtualMachineTagsE ¶
func GetVirtualMachineTagsE(vmName string, resGroupName string, subscriptionID string) (map[string]string, error)
GetVirtualMachineTagsE gets the Tags of the specified Virtual Machine as a map.
func GetVirtualMachinesForResourceGroup ¶
func GetVirtualMachinesForResourceGroup(t testing.TestingT, resGroupName string, subscriptionID string) map[string]compute.VirtualMachineProperties
GetVirtualMachinesForResourceGroup gets all Virtual Machine objects in the specified Resource Group. Each VM Object represents the entire set of VM compute properties accessible by using the VM name as the map key. This function would fail the test if there is an error.
func GetVirtualMachinesForResourceGroupE ¶
func GetVirtualMachinesForResourceGroupE(resourceGroupName string, subscriptionID string) (map[string]compute.VirtualMachineProperties, error)
GetVirtualMachinesForResourceGroupE gets all Virtual Machine objects in the specified Resource Group. Each VM Object represents the entire set of VM compute properties accessible by using the VM name as the map key.
func GetVirtualNetworkDNSServerIPs ¶
func GetVirtualNetworkDNSServerIPs(t testing.TestingT, vnetName string, resGroupName string, subscriptionID string) []string
GetVirtualNetworkDNSServerIPs gets a list of all Virtual Network DNS server IPs. This function would fail the test if there is an error.
func GetVirtualNetworkDNSServerIPsE ¶
func GetVirtualNetworkDNSServerIPsE(vnetName string, resGroupName string, subscriptionID string) ([]string, error)
GetVirtualNetworkDNSServerIPsE gets a list of all Virtual Network DNS server IPs with Error.
func GetVirtualNetworkE ¶
func GetVirtualNetworkE(vnetName string, resGroupName string, subscriptionID string) (*network.VirtualNetwork, error)
GetVirtualNetworkE gets Virtual Network in the specified Azure Resource Group.
func GetVirtualNetworkSubnets ¶
func GetVirtualNetworkSubnets(t testing.TestingT, vnetName string, resGroupName string, subscriptionID string) map[string]string
GetVirtualNetworkSubnets gets all Subnet names and their respective address prefixes in the specified Virtual Network. This function would fail the test if there is an error.
func GetVirtualNetworkSubnetsE ¶
func GetVirtualNetworkSubnetsE(vnetName string, resGroupName string, subscriptionID string) (map[string]string, error)
GetVirtualNetworkSubnetsE gets all Subnet names and their respective address prefixes in the specified Virtual Network. Returning both the name and prefix together helps reduce calls for these frequently accessed properties.
func GetVirtualNetworksClientE ¶
func GetVirtualNetworksClientE(subscriptionID string) (*network.VirtualNetworksClient, error)
GetVirtualNetworksClientE creates a virtual network client in the specified Azure Subscription.
func KeyVaultCertificateExists ¶
KeyVaultCertificateExists indicates whether a key vault certificate exists; otherwise false. This function would fail the test if there is an error.
func KeyVaultCertificateExistsE ¶
KeyVaultCertificateExistsE indicates whether a certificate exists in key vault; otherwise false.
func KeyVaultKeyExists ¶
KeyVaultKeyExists indicates whether a key vault key exists; otherwise false. This function would fail the test if there is an error.
func KeyVaultKeyExistsE ¶
KeyVaultKeyExistsE indicates whether a key exists in the key vault; otherwise false.
func KeyVaultSecretExists ¶
KeyVaultSecretExists indicates whether a key vault secret exists; otherwise false This function would fail the test if there is an error.
func KeyVaultSecretExistsE ¶
KeyVaultSecretExistsE indicates whether a secret exists in the key vault; otherwise false.
func ListMySQLDB ¶
func ListMySQLDB(t testing.TestingT, resGroupName string, serverName string, subscriptionID string) []mysql.Database
ListMySQLDB is a helper function that gets all databases per server.
func ListMySQLDBE ¶
func ListMySQLDBE(t testing.TestingT, subscriptionID string, resGroupName string, serverName string) ([]mysql.Database, error)
ListMySQLDBE is a helper function that gets all databases per server.
func ListNamespaceAuthRules ¶
func ListNamespaceAuthRules(t *testing.T, subscriptionID string, namespace string, resourceGroup string) []string
ListNamespaceAuthRules - authenticate namespace client and enumerates all values to get list of authorization rules for the given namespace name, automatically crossing page boundaries as required. This function would fail the test if there is an error.
func ListNamespaceAuthRulesE ¶
func ListNamespaceAuthRulesE(subscriptionID string, namespace string, resourceGroup string) ([]string, error)
ListNamespaceAuthRulesE - authenticate namespace client and enumerates all values to get list of authorization rules for the given namespace name, automatically crossing page boundaries as required.
func ListNamespaceTopics ¶
func ListNamespaceTopics(t *testing.T, subscriptionID string, namespace string, resourceGroup string) []servicebus.SBTopic
ListNamespaceTopics - authenticate topic client and enumerates all values, automatically crossing page boundaries as required. This function would fail the test if there is an error.
func ListNamespaceTopicsE ¶
func ListNamespaceTopicsE(subscriptionID string, namespace string, resourceGroup string) ([]servicebus.SBTopic, error)
ListNamespaceTopicsE - authenticate topic client and enumerates all values, automatically crossing page boundaries as required.
func ListPostgreSQLDB ¶
func ListPostgreSQLDB(t testing.TestingT, subscriptionID string, resGroupName string, serverName string) []postgresql.Database
ListPostgreSQLDB is a helper function that gets all databases per server.
func ListPostgreSQLDBE ¶
func ListPostgreSQLDBE(t testing.TestingT, subscriptionID string, resGroupName string, serverName string) ([]postgresql.Database, error)
ListPostgreSQLDBE is a helper function that gets all databases per server.
func ListResourceGroupsByTag ¶
ListResourceGroupsByTag returns a resource group list within a subscription based on a tag key This function would fail the test if there is an error.
func ListResourceGroupsByTagE ¶
ListResourceGroupsByTagE returns a resource group list within a subscription based on a tag key
func ListSQLServerDatabases ¶
func ListSQLServerDatabases(t testing.TestingT, resGroupName string, serverName string, subscriptionID string) *[]sql.Database
ListSQLServerDatabases is a helper function that gets a list of databases on a sql server
func ListSQLServerDatabasesE ¶
func ListSQLServerDatabasesE(t testing.TestingT, resGroupName string, serverName string, subscriptionID string) (*[]sql.Database, error)
ListSQLServerDatabasesE is a helper function that gets a list of databases on a sql server
func ListServiceBusNamespace ¶
func ListServiceBusNamespace(t *testing.T, subscriptionID string) []servicebus.SBNamespace
ListServiceBusNamespace - list all SB namespaces in all resource groups in the given subscription ID. This function would fail the test if there is an error.
func ListServiceBusNamespaceByResourceGroup ¶
func ListServiceBusNamespaceByResourceGroup(t *testing.T, subscriptionID string, resourceGroup string) []servicebus.SBNamespace
ListServiceBusNamespaceByResourceGroup list all SB namespaces in the given resource group. This function would fail the test if there is an error.
func ListServiceBusNamespaceByResourceGroupE ¶
func ListServiceBusNamespaceByResourceGroupE(subscriptionID string, resourceGroup string) ([]servicebus.SBNamespace, error)
ListServiceBusNamespaceByResourceGroupE list all SB namespaces in the given resource group.
func ListServiceBusNamespaceE ¶
func ListServiceBusNamespaceE(subscriptionID string) ([]servicebus.SBNamespace, error)
ListServiceBusNamespaceE list all SB namespaces in all resource groups in the given subscription ID.
func ListServiceBusNamespaceIDs ¶
ListServiceBusNamespaceIDs list IDs of all SB namespaces in all resource groups in the given subscription ID. This function would fail the test if there is an error.
func ListServiceBusNamespaceIDsByResourceGroup ¶
func ListServiceBusNamespaceIDsByResourceGroup(t *testing.T, subscriptionID string, resourceGroup string) []string
ListServiceBusNamespaceIDsByResourceGroup list IDs of all SB namespaces in the given resource group. This function would fail the test if there is an error.
func ListServiceBusNamespaceIDsByResourceGroupE ¶
func ListServiceBusNamespaceIDsByResourceGroupE(subscriptionID string, resourceGroup string) ([]string, error)
ListServiceBusNamespaceIDsByResourceGroupE list IDs of all SB namespaces in the given resource group.
func ListServiceBusNamespaceIDsE ¶
ListServiceBusNamespaceIDsE list IDs of all SB namespaces in all resource groups in the given subscription ID.
func ListServiceBusNamespaceNames ¶
ListServiceBusNamespaceNames list names of all SB namespaces in all resource groups in the given subscription ID. This function would fail the test if there is an error.
func ListServiceBusNamespaceNamesByResourceGroup ¶
func ListServiceBusNamespaceNamesByResourceGroup(t *testing.T, subscriptionID string, resourceGroup string) []string
ListServiceBusNamespaceNamesByResourceGroup list names of all SB namespaces in the given resource group.
func ListServiceBusNamespaceNamesByResourceGroupE ¶
func ListServiceBusNamespaceNamesByResourceGroupE(subscriptionID string, resourceGroup string) ([]string, error)
ListServiceBusNamespaceNamesByResourceGroupE list names of all SB namespaces in the given resource group. This function would fail the test if there is an error.
func ListServiceBusNamespaceNamesE ¶
ListServiceBusNamespaceNamesE list names of all SB namespaces in all resource groups in the given subscription ID.
func ListTopicAuthRules ¶
func ListTopicAuthRules(t *testing.T, subscriptionID string, namespace string, resourceGroup string, topicName string) []string
ListTopicAuthRules - authenticate topic client and enumerates all values to get list of authorization rules for the given topic name, automatically crossing page boundaries as required. This function would fail the test if there is an error.
func ListTopicAuthRulesE ¶
func ListTopicAuthRulesE(subscriptionID string, namespace string, resourceGroup string, topicName string) ([]string, error)
ListTopicAuthRulesE - authenticate topic client and enumerates all values to get list of authorization rules for the given topic name, automatically crossing page boundaries as required.
func ListTopicSubscriptions ¶
func ListTopicSubscriptions(t *testing.T, subscriptionID string, namespace string, resourceGroup string, topicName string) []servicebus.SBSubscription
ListTopicSubscriptions - authenticate subscriptions client and enumerates all values, automatically crossing page boundaries as required. This function would fail the test if there is an error.
func ListTopicSubscriptionsE ¶
func ListTopicSubscriptionsE(subscriptionID string, namespace string, resourceGroup string, topicName string) ([]servicebus.SBSubscription, error)
ListTopicSubscriptionsE - authenticate subscriptions client and enumerates all values, automatically crossing page boundaries as required.
func ListTopicSubscriptionsName ¶
func ListTopicSubscriptionsName(t *testing.T, subscriptionID string, namespace string, resourceGroup string, topicName string) []string
ListTopicSubscriptionsName - authenticate subscriptions client and enumerates all values to get list of subscriptions for the given topic name, automatically crossing page boundaries as required. This function would fail the test if there is an error.
func ListTopicSubscriptionsNameE ¶
func ListTopicSubscriptionsNameE(subscriptionID string, namespace string, resourceGroup string, topicName string) ([]string, error)
ListTopicSubscriptionsNameE - authenticate subscriptions client and enumerates all values to get list of subscriptions for the given topic name, automatically crossing page boundaries as required.
func ListVirtualMachinesForResourceGroup ¶
func ListVirtualMachinesForResourceGroup(t testing.TestingT, resGroupName string, subscriptionID string) []string
ListVirtualMachinesForResourceGroup gets a list of all Virtual Machine names in the specified Resource Group. This function would fail the test if there is an error.
func ListVirtualMachinesForResourceGroupE ¶
func ListVirtualMachinesForResourceGroupE(resourceGroupName string, subscriptionID string) ([]string, error)
ListVirtualMachinesForResourceGroupE gets a list of all Virtual Machine names in the specified Resource Group.
func LoadBalancerExists ¶
func LoadBalancerExists(t testing.TestingT, loadBalancerName string, resourceGroupName string, subscriptionID string) bool
LoadBalancerExists indicates whether the specified Load Balancer exists. This function would fail the test if there is an error.
func LoadBalancerExistsE ¶
func LoadBalancerExistsE(loadBalancerName string, resourceGroupName string, subscriptionID string) (bool, error)
LoadBalancerExistsE indicates whether the specified Load Balancer exists.
func LogAnalyticsWorkspaceExists ¶
func LogAnalyticsWorkspaceExists(t testing.TestingT, workspaceName string, resourceGroupName string, subscriptionID string) bool
LogAnalyticsWorkspaceExists indicates whether the operatonal insights workspaces exists. This function would fail the test if there is an error.
func LogAnalyticsWorkspaceExistsE ¶
func LogAnalyticsWorkspaceExistsE(workspaceName string, resourceGroupName string, subscriptionID string) (bool, error)
LogAnalyticsWorkspaceExistsE indicates whether the operatonal insights workspaces exists and may return an error.
func NetworkInterfaceExists ¶
func NetworkInterfaceExists(t testing.TestingT, nicName string, resGroupName string, subscriptionID string) bool
NetworkInterfaceExists indicates whether the specified Azure Network Interface exists. This function would fail the test if there is an error.
func NetworkInterfaceExistsE ¶
func NetworkInterfaceExistsE(nicName string, resGroupName string, subscriptionID string) (bool, error)
NetworkInterfaceExistsE indicates whether the specified Azure Network Interface exists.
func NewAuthorizer ¶
func NewAuthorizer() (*autorest.Authorizer, error)
NewAuthorizer creates an Azure authorizer adhering to standard auth mechanisms provided by the Azure Go SDK See Azure Go Auth docs here: https://docs.microsoft.com/en-us/go/azure/azure-sdk-go-authorization
func NewKeyVaultAuthorizerE ¶
func NewKeyVaultAuthorizerE() (*autorest.Authorizer, error)
NewKeyVaultAuthorizerE will return dataplane Authorizer for KeyVault.
func PublicAddressExists ¶
func PublicAddressExists(t testing.TestingT, publicAddressName string, resGroupName string, subscriptionID string) bool
PublicAddressExists indicates whether the specified AzurePublic Address exists. This function would fail the test if there is an error.
func PublicAddressExistsE ¶
func PublicAddressExistsE(publicAddressName string, resGroupName string, subscriptionID string) (bool, error)
PublicAddressExistsE indicates whether the specified AzurePublic Address exists.
func RecoveryServicesVaultExists ¶
func RecoveryServicesVaultExists(t *testing.T, vaultName, resourceGroupName, subscriptionID string) bool
RecoveryServicesVaultExists indicates whether a recovery services vault exists; otherwise false. This function would fail the test if there is an error.
func RecoveryServicesVaultExistsE ¶
func RecoveryServicesVaultExistsE(vaultName, resourceGroupName, subscriptionID string) (bool, error)
RecoveryServicesVaultExists indicates whether a recovery services vault exists; otherwise false or error.
func ResourceGroupExists ¶
ResourceGroupExists indicates whether a resource group exists within a subscription; otherwise false This function would fail the test if there is an error.
func ResourceGroupExistsE ¶
ResourceGroupExistsE indicates whether a resource group exists within a subscription
func ResourceNotFoundErrorExists ¶
ResourceNotFoundErrorExists checks the Service Error Code for the 'Resource Not Found' error
func StorageAccountExists ¶
func StorageAccountExists(t *testing.T, storageAccountName string, resourceGroupName string, subscriptionID string) bool
StorageAccountExists indicates whether the storage account name exactly matches; otherwise false. This function would fail the test if there is an error.
func StorageAccountExistsE ¶
func StorageAccountExistsE(storageAccountName, resourceGroupName, subscriptionID string) (bool, error)
StorageAccountExistsE indicates whether the storage account name exists; otherwise false.
func StorageBlobContainerExists ¶
func StorageBlobContainerExists(t *testing.T, containerName string, storageAccountName string, resourceGroupName string, subscriptionID string) bool
StorageBlobContainerExists returns true if the container name exactly matches; otherwise false This function would fail the test if there is an error.
func StorageBlobContainerExistsE ¶
func StorageBlobContainerExistsE(containerName, storageAccountName, resourceGroupName, subscriptionID string) (bool, error)
StorageBlobContainerExistsE returns true if the container name exists; otherwise false.
func StorageFileShareExists ¶
func StorageFileShareExists(t *testing.T, fileSahreName string, storageAccountName string, resourceGroupName string, subscriptionID string) bool
StorageFileShareExists returns true if the file share name exactly matches; otherwise false This function would fail the test if there is an error.
func StorageFileShareExistsE ¶
func StorageFileShareExistsE(t *testing.T, fileSahreName string, storageAccountName string, resourceGroupName string, subscriptionID string) (bool, error)
StorageFileShareExists returns true if the file share name exactly matches; otherwise false
func SubnetExists ¶
func SubnetExists(t testing.TestingT, subnetName string, vnetName string, resGroupName string, subscriptionID string) bool
SubnetExists indicates whether the specified Azure Virtual Network Subnet exists. This function would fail the test if there is an error.
func SubnetExistsE ¶
func SubnetExistsE(subnetName string, vnetName string, resGroupName string, subscriptionID string) (bool, error)
SubnetExistsE indicates whether the specified Azure Virtual Network Subnet exists.
func VirtualMachineExists ¶
func VirtualMachineExists(t testing.TestingT, vmName string, resGroupName string, subscriptionID string) bool
VirtualMachineExists indicates whether the specifcied Azure Virtual Machine exists. This function would fail the test if there is an error.
func VirtualMachineExistsE ¶
VirtualMachineExistsE indicates whether the specifcied Azure Virtual Machine exists.
Types ¶
type FailedToParseError ¶
type FailedToParseError struct {
// contains filtered or unexported fields
}
FailedToParseError is returned when an object cannot be parsed
func NewFailedToParseError ¶
func NewFailedToParseError(objectType string, objectID string) FailedToParseError
NewFailedToParseError creates a new not found error when an expected object is not found in the search space
func (FailedToParseError) Error ¶
func (err FailedToParseError) Error() string
type Instance ¶
type Instance struct {
*compute.VirtualMachine
}
Instance of the VM
func (*Instance) GetVirtualMachineInstanceSize ¶
func (vm *Instance) GetVirtualMachineInstanceSize() compute.VirtualMachineSizeTypes
GetVirtualMachineInstanceSize gets the size of the Virtual Machine.
type LoadBalancerIPType ¶
type LoadBalancerIPType string
LoadBalancerIPType enumerator for types Public, Private or No IP.
const ( PublicIP LoadBalancerIPType = "PublicIP" PrivateIP LoadBalancerIPType = "PrivateIP" NoIP LoadBalancerIPType = "NoIP" )
LoadBalancerIPType values
func GetIPOfLoadBalancerFrontendIPConfig ¶
func GetIPOfLoadBalancerFrontendIPConfig(t testing.TestingT, feConfigName string, loadBalancerName string, resourceGroupName string, subscriptionID string) (ipAddress string, publicOrPrivate LoadBalancerIPType)
GetIPOfLoadBalancerFrontendIPConfig gets the IP and LoadBalancerIPType for the specified Load Balancer Frontend IP Configuration. This function would fail the test if there is an error.
func GetIPOfLoadBalancerFrontendIPConfigE ¶
func GetIPOfLoadBalancerFrontendIPConfigE(feConfigName string, loadBalancerName string, resourceGroupName string, subscriptionID string) (ipAddress string, publicOrPrivate LoadBalancerIPType, err1 error)
GetIPOfLoadBalancerFrontendIPConfigE gets the IP and LoadBalancerIPType for the specified Load Balancer Frontend IP Configuration.
type NotFoundError ¶
type NotFoundError struct {
// contains filtered or unexported fields
}
NotFoundError is returned when an expected object is not found in the search spa
func NewNotFoundError ¶
func NewNotFoundError(objectType string, objectID string, region string) NotFoundError
NewNotFoundError creates a new not found error when an expected object is not found in the search space
func (NotFoundError) Error ¶
func (err NotFoundError) Error() string
type NsgRuleSummary ¶
type NsgRuleSummary struct { Name string Description string Protocol string SourcePortRange string DestinationPortRange string SourceAddressPrefix string DestinationAddressPrefix string Access string Priority int32 Direction string }
NsgRuleSummary is a string-based (non-pointer) summary of an NSG rule with several helper methods attached to help with verification of rule configuratoin.
func (*NsgRuleSummary) AllowsDestinationPort ¶
func (summarizedRule *NsgRuleSummary) AllowsDestinationPort(t *testing.T, port string) bool
AllowsDestinationPort checks to see if the rule allows a specific destination port. This is helpful when verifying that a given rule is configured properly for a given port.
func (*NsgRuleSummary) AllowsSourcePort ¶
func (summarizedRule *NsgRuleSummary) AllowsSourcePort(t *testing.T, port string) bool
AllowsSourcePort checks to see if the rule allows a specific source port. This is helpful when verifying that a given rule is configured properly for a given port.
type NsgRuleSummaryList ¶
type NsgRuleSummaryList struct {
SummarizedRules []NsgRuleSummary
}
NsgRuleSummaryList holds a colleciton of NsgRuleSummary rules
func GetAllNSGRules ¶
func GetAllNSGRules(t *testing.T, resourceGroupName, nsgName, subscriptionID string) NsgRuleSummaryList
GetAllNSGRules returns an NsgRuleSummaryList instance containing the combined "default" and "custom" rules from a network security group. This function would fail the test if there is an error.
func GetAllNSGRulesE ¶
func GetAllNSGRulesE(resourceGroupName, nsgName, subscriptionID string) (NsgRuleSummaryList, error)
GetAllNSGRulesE returns an NsgRuleSummaryList instance containing the combined "default" and "custom" rules from a network security group.
func (*NsgRuleSummaryList) FindRuleByName ¶
func (summarizedRules *NsgRuleSummaryList) FindRuleByName(name string) NsgRuleSummary
FindRuleByName looks for a matching rule by name within the current collection of rules.
type ResourceGroupNameNotFound ¶
type ResourceGroupNameNotFound struct{}
ResourceGroupNameNotFound is an error that occurs when the target Azure Resource Group name could not be found or was not provided
func (ResourceGroupNameNotFound) Error ¶
func (err ResourceGroupNameNotFound) Error() string
type SubscriptionIDNotFound ¶
type SubscriptionIDNotFound struct{}
SubscriptionIDNotFound is an error that occurs when the Azure Subscription ID could not be found or was not provided
func (SubscriptionIDNotFound) Error ¶
func (err SubscriptionIDNotFound) Error() string
type VMImage ¶
VMImage represents the storage image for the specified Azure Virtual Machine.
Source Files ¶
- actiongroup.go
- aks.go
- appService.go
- authorizer.go
- availabilityset.go
- azure.go
- client_factory.go
- common.go
- compute.go
- containers.go
- cosmosdb.go
- disk.go
- enums.go
- errors.go
- frontdoor.go
- keyvault.go
- loadbalancer.go
- loganalytics.go
- monitor.go
- mysql.go
- networkinterface.go
- nsg.go
- postgresql.go
- publicaddress.go
- recoveryservices.go
- region.go
- resourcegroup.go
- resourceid.go
- servicebus.go
- sql.go
- storage.go
- subscription.go
- virtualnetwork.go