cases

package
v0.14.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 12, 2024 License: MPL-2.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Case

type Case interface {
	Tpl(test.Data) string
	Total() int
	ResourceMapping(test.Data) (resmap.ResourceMapping, error)
	SingleResourceContext(test.Data) ([]SingleResourceContext, error)
}

type CaseApplicationInsightWebTest

type CaseApplicationInsightWebTest struct{}

func (CaseApplicationInsightWebTest) ResourceMapping

func (CaseApplicationInsightWebTest) SingleResourceContext

func (CaseApplicationInsightWebTest) SingleResourceContext(d test.Data) ([]SingleResourceContext, error)

func (CaseApplicationInsightWebTest) Total

func (CaseApplicationInsightWebTest) Tpl

type CaseComputeVMDisk

type CaseComputeVMDisk struct{}

func (CaseComputeVMDisk) ResourceMapping

func (CaseComputeVMDisk) ResourceMapping(d test.Data) (resmap.ResourceMapping, error)

func (CaseComputeVMDisk) SingleResourceContext

func (CaseComputeVMDisk) SingleResourceContext(d test.Data) ([]SingleResourceContext, error)

func (CaseComputeVMDisk) Total

func (CaseComputeVMDisk) Total() int

func (CaseComputeVMDisk) Tpl

type CaseFunctionAppSlot

type CaseFunctionAppSlot struct{}

func (CaseFunctionAppSlot) ResourceMapping

func (CaseFunctionAppSlot) ResourceMapping(d test.Data) (resmap.ResourceMapping, error)

func (CaseFunctionAppSlot) SingleResourceContext

func (CaseFunctionAppSlot) SingleResourceContext(d test.Data) ([]SingleResourceContext, error)

func (CaseFunctionAppSlot) Total

func (CaseFunctionAppSlot) Total() int

func (CaseFunctionAppSlot) Tpl

type CaseKeyVaultNestedItems

type CaseKeyVaultNestedItems struct {
	B client.ClientBuilder
}

func (CaseKeyVaultNestedItems) ResourceMapping

func (c CaseKeyVaultNestedItems) ResourceMapping(d test.Data) (resmap.ResourceMapping, error)

func (CaseKeyVaultNestedItems) SingleResourceContext

func (c CaseKeyVaultNestedItems) SingleResourceContext(d test.Data) ([]SingleResourceContext, error)

func (CaseKeyVaultNestedItems) Total

func (CaseKeyVaultNestedItems) Total() int

func (CaseKeyVaultNestedItems) Tpl

type CaseSignalRService

type CaseSignalRService struct{}

func (CaseSignalRService) ResourceMapping

func (CaseSignalRService) ResourceMapping(d test.Data) (resmap.ResourceMapping, error)

func (CaseSignalRService) SingleResourceContext

func (CaseSignalRService) SingleResourceContext(d test.Data) ([]SingleResourceContext, error)

func (CaseSignalRService) Total

func (CaseSignalRService) Total() int

func (CaseSignalRService) Tpl

type CaseStorageFileShare

type CaseStorageFileShare struct{}

func (CaseStorageFileShare) ResourceMapping

func (CaseStorageFileShare) ResourceMapping(d test.Data) (resmap.ResourceMapping, error)

func (CaseStorageFileShare) SingleResourceContext

func (CaseStorageFileShare) SingleResourceContext(d test.Data) ([]SingleResourceContext, error)

func (CaseStorageFileShare) Total

func (CaseStorageFileShare) Total() int

func (CaseStorageFileShare) Tpl

type SingleResourceContext

type SingleResourceContext struct {
	AzureId             string
	ExpectResourceCount int
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL