Documentation ¶
Index ¶
- func AddAttribute(attribute map[string][]string, key string, value string)
- func GetClientByCredentials() (*armresourcegraph.Client, error)
- func GetMapValue(properties map[string]interface{}, key string) map[string]interface{}
- func GetStringValue(val *string) string
- func GetVirtualMachineScaleSetVMsClient(subscriptionId string) (*armcompute.VirtualMachineScaleSetVMsClient, error)
- func GetVirtualMachinesClient(subscriptionId string) (*armcompute.VirtualMachinesClient, error)
- type ArmResourceGraphApi
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetClientByCredentials ¶
func GetClientByCredentials() (*armresourcegraph.Client, error)
func GetMapValue ¶
func GetStringValue ¶
Types ¶
type ArmResourceGraphApi ¶
type ArmResourceGraphApi interface {
Resources(ctx context.Context, query armresourcegraph.QueryRequest, options *armresourcegraph.ClientResourcesOptions) (armresourcegraph.ClientResourcesResponse, error)
}
Click to show internal directories.
Click to hide internal directories.