Documentation
¶
Index ¶
- type Resource
- func AllResources() []Resource
- func Authorization() []Resource
- func Batch() []Resource
- func CDN() []Resource
- func Compute() []Resource
- func Container() []Resource
- func CosmosDB() []Resource
- func Datalake() []Resource
- func EventHub() []Resource
- func FrontDoor() []Resource
- func IotHub() []Resource
- func KeyValue() []Resource
- func Logic() []Resource
- func MariaDB() []Resource
- func Monitor() []Resource
- func MySQL() []Resource
- func Network() []Resource
- func PostgresSQL() []Resource
- func Redis() []Resource
- func Resources() []Resource
- func SQL() []Resource
- func Search() []Resource
- func Security() []Resource
- func ServiceBus() []Resource
- func Storage() []Resource
- func StreamAnalytics() []Resource
- func Subscriptions() []Resource
- func Web() []Resource
- type Template
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Resource ¶
type Resource struct { // Table is the table definition that will be used to generate the CloudQuery table Table *codegen.TableDefinition AzureStructName string AzurePackageName string AzureService string AzureSubService string Imports []string Template Template ListFunction string ListFunctionArgs []string ListFunctionArgsInit []string ListHandler string GetFunction string GetFunctionArgs []string GetFunctionArgsInit []string Helpers []string MockHelpers []string MockListResult string MockListFunctionArgs []string MockListFunctionArgsInit []string MockFieldsToIgnore []string MockValueType string MockDefinitionType string MockGetFunctionArgs []string MockRelations []string IsRelation bool }
func AllResources ¶
func AllResources() []Resource
func Authorization ¶
func Authorization() []Resource
func PostgresSQL ¶
func PostgresSQL() []Resource
func ServiceBus ¶
func ServiceBus() []Resource
func StreamAnalytics ¶
func StreamAnalytics() []Resource
func Subscriptions ¶
func Subscriptions() []Resource
Source Files
¶
Click to show internal directories.
Click to hide internal directories.