Versions in this module Expand all Collapse all v49 v49.2.1 Dec 31, 2020 v49.2.0 Dec 28, 2020 v49.1.1 Dec 21, 2020 v49.1.0 Dec 17, 2020 v49.0.0 Dec 1, 2020 Changes in this version + const DefaultBaseURI + func UserAgent() string + func Version() string + type AzureEntityResource struct + Etag *string + ID *string + Name *string + Type *string + type BaseClient struct + BaseURI string + SubscriptionID string + func New(subscriptionID string) BaseClient + func NewWithBaseURI(baseURI string, subscriptionID string) BaseClient + type Configuration struct + ID *string + Name *string + Type *string + func (c *Configuration) UnmarshalJSON(body []byte) error + func (c Configuration) MarshalJSON() ([]byte, error) + type ConfigurationList struct + NextLink *string + Value *[]Configuration + type ConfigurationProperties struct + EnforcePrivateMarkdownStorage *bool + type Dashboard struct + ID *string + Location *string + Name *string + Tags map[string]*string + Type *string + func (d *Dashboard) UnmarshalJSON(body []byte) error + func (d Dashboard) MarshalJSON() ([]byte, error) + type DashboardLens struct + Metadata map[string]interface{} + Order *int32 + Parts map[string]*DashboardParts + func (dl DashboardLens) MarshalJSON() ([]byte, error) + type DashboardListResult struct + NextLink *string + Value *[]Dashboard + func (dlr DashboardListResult) IsEmpty() bool + type DashboardListResultIterator struct + func NewDashboardListResultIterator(page DashboardListResultPage) DashboardListResultIterator + func (iter *DashboardListResultIterator) Next() error + func (iter *DashboardListResultIterator) NextWithContext(ctx context.Context) (err error) + func (iter DashboardListResultIterator) NotDone() bool + func (iter DashboardListResultIterator) Response() DashboardListResult + func (iter DashboardListResultIterator) Value() Dashboard + type DashboardListResultPage struct + func NewDashboardListResultPage(cur DashboardListResult, ...) DashboardListResultPage + func (page *DashboardListResultPage) Next() error + func (page *DashboardListResultPage) NextWithContext(ctx context.Context) (err error) + func (page DashboardListResultPage) NotDone() bool + func (page DashboardListResultPage) Response() DashboardListResult + func (page DashboardListResultPage) Values() []Dashboard + type DashboardParts struct + Metadata map[string]interface{} + Position *DashboardPartsPosition + func (dp DashboardParts) MarshalJSON() ([]byte, error) + type DashboardPartsPosition struct + ColSpan *int32 + Metadata map[string]interface{} + RowSpan *int32 + X *int32 + Y *int32 + func (dp DashboardPartsPosition) MarshalJSON() ([]byte, error) + type DashboardProperties struct + Lenses map[string]*DashboardLens + Metadata map[string]interface{} + func (dp DashboardProperties) MarshalJSON() ([]byte, error) + type DashboardsClient struct + func NewDashboardsClient(subscriptionID string) DashboardsClient + func NewDashboardsClientWithBaseURI(baseURI string, subscriptionID string) DashboardsClient + func (client DashboardsClient) CreateOrUpdate(ctx context.Context, resourceGroupName string, dashboardName string, ...) (result Dashboard, err error) + func (client DashboardsClient) CreateOrUpdatePreparer(ctx context.Context, resourceGroupName string, dashboardName string, ...) (*http.Request, error) + func (client DashboardsClient) CreateOrUpdateResponder(resp *http.Response) (result Dashboard, err error) + func (client DashboardsClient) CreateOrUpdateSender(req *http.Request) (*http.Response, error) + func (client DashboardsClient) Delete(ctx context.Context, resourceGroupName string, dashboardName string) (result autorest.Response, err error) + func (client DashboardsClient) DeletePreparer(ctx context.Context, resourceGroupName string, dashboardName string) (*http.Request, error) + func (client DashboardsClient) DeleteResponder(resp *http.Response) (result autorest.Response, err error) + func (client DashboardsClient) DeleteSender(req *http.Request) (*http.Response, error) + func (client DashboardsClient) Get(ctx context.Context, resourceGroupName string, dashboardName string) (result Dashboard, err error) + func (client DashboardsClient) GetPreparer(ctx context.Context, resourceGroupName string, dashboardName string) (*http.Request, error) + func (client DashboardsClient) GetResponder(resp *http.Response) (result Dashboard, err error) + func (client DashboardsClient) GetSender(req *http.Request) (*http.Response, error) + func (client DashboardsClient) ListByResourceGroup(ctx context.Context, resourceGroupName string) (result DashboardListResultPage, err error) + func (client DashboardsClient) ListByResourceGroupComplete(ctx context.Context, resourceGroupName string) (result DashboardListResultIterator, err error) + func (client DashboardsClient) ListByResourceGroupPreparer(ctx context.Context, resourceGroupName string) (*http.Request, error) + func (client DashboardsClient) ListByResourceGroupResponder(resp *http.Response) (result DashboardListResult, err error) + func (client DashboardsClient) ListByResourceGroupSender(req *http.Request) (*http.Response, error) + func (client DashboardsClient) ListBySubscription(ctx context.Context) (result DashboardListResultPage, err error) + func (client DashboardsClient) ListBySubscriptionComplete(ctx context.Context) (result DashboardListResultIterator, err error) + func (client DashboardsClient) ListBySubscriptionPreparer(ctx context.Context) (*http.Request, error) + func (client DashboardsClient) ListBySubscriptionResponder(resp *http.Response) (result DashboardListResult, err error) + func (client DashboardsClient) ListBySubscriptionSender(req *http.Request) (*http.Response, error) + func (client DashboardsClient) Update(ctx context.Context, resourceGroupName string, dashboardName string, ...) (result Dashboard, err error) + func (client DashboardsClient) UpdatePreparer(ctx context.Context, resourceGroupName string, dashboardName string, ...) (*http.Request, error) + func (client DashboardsClient) UpdateResponder(resp *http.Response) (result Dashboard, err error) + func (client DashboardsClient) UpdateSender(req *http.Request) (*http.Response, error) + type ErrorDefinition struct + Code *int32 + Details *[]ErrorDefinition + Message *string + type ErrorResponse struct + Error *ErrorDefinition + type OperationsClient struct + func NewOperationsClient(subscriptionID string) OperationsClient + func NewOperationsClientWithBaseURI(baseURI string, subscriptionID string) OperationsClient + func (client OperationsClient) List(ctx context.Context) (result ResourceProviderOperationListPage, err error) + func (client OperationsClient) ListComplete(ctx context.Context) (result ResourceProviderOperationListIterator, err error) + func (client OperationsClient) ListPreparer(ctx context.Context) (*http.Request, error) + func (client OperationsClient) ListResponder(resp *http.Response) (result ResourceProviderOperationList, err error) + func (client OperationsClient) ListSender(req *http.Request) (*http.Response, error) + type PatchableDashboard struct + Tags map[string]*string + func (pd *PatchableDashboard) UnmarshalJSON(body []byte) error + func (pd PatchableDashboard) MarshalJSON() ([]byte, error) + type ProxyResource struct + ID *string + Name *string + Type *string + type Resource struct + ID *string + Name *string + Type *string + type ResourceProviderOperation struct + Display *ResourceProviderOperationDisplay + IsDataAction *string + Name *string + type ResourceProviderOperationDisplay struct + Description *string + Operation *string + Provider *string + Resource *string + type ResourceProviderOperationList struct + NextLink *string + Value *[]ResourceProviderOperation + func (rpol ResourceProviderOperationList) IsEmpty() bool + type ResourceProviderOperationListIterator struct + func NewResourceProviderOperationListIterator(page ResourceProviderOperationListPage) ResourceProviderOperationListIterator + func (iter *ResourceProviderOperationListIterator) Next() error + func (iter *ResourceProviderOperationListIterator) NextWithContext(ctx context.Context) (err error) + func (iter ResourceProviderOperationListIterator) NotDone() bool + func (iter ResourceProviderOperationListIterator) Response() ResourceProviderOperationList + func (iter ResourceProviderOperationListIterator) Value() ResourceProviderOperation + type ResourceProviderOperationListPage struct + func NewResourceProviderOperationListPage(cur ResourceProviderOperationList, ...) ResourceProviderOperationListPage + func (page *ResourceProviderOperationListPage) Next() error + func (page *ResourceProviderOperationListPage) NextWithContext(ctx context.Context) (err error) + func (page ResourceProviderOperationListPage) NotDone() bool + func (page ResourceProviderOperationListPage) Response() ResourceProviderOperationList + func (page ResourceProviderOperationListPage) Values() []ResourceProviderOperation + type TenantConfigurationsClient struct + func NewTenantConfigurationsClient(subscriptionID string) TenantConfigurationsClient + func NewTenantConfigurationsClientWithBaseURI(baseURI string, subscriptionID string) TenantConfigurationsClient + func (client TenantConfigurationsClient) Create(ctx context.Context, tenantConfiguration Configuration) (result Configuration, err error) + func (client TenantConfigurationsClient) CreatePreparer(ctx context.Context, tenantConfiguration Configuration) (*http.Request, error) + func (client TenantConfigurationsClient) CreateResponder(resp *http.Response) (result Configuration, err error) + func (client TenantConfigurationsClient) CreateSender(req *http.Request) (*http.Response, error) + func (client TenantConfigurationsClient) Delete(ctx context.Context) (result autorest.Response, err error) + func (client TenantConfigurationsClient) DeletePreparer(ctx context.Context) (*http.Request, error) + func (client TenantConfigurationsClient) DeleteResponder(resp *http.Response) (result autorest.Response, err error) + func (client TenantConfigurationsClient) DeleteSender(req *http.Request) (*http.Response, error) + func (client TenantConfigurationsClient) Get(ctx context.Context) (result Configuration, err error) + func (client TenantConfigurationsClient) GetPreparer(ctx context.Context) (*http.Request, error) + func (client TenantConfigurationsClient) GetResponder(resp *http.Response) (result Configuration, err error) + func (client TenantConfigurationsClient) GetSender(req *http.Request) (*http.Response, error) + func (client TenantConfigurationsClient) List(ctx context.Context) (result ConfigurationList, err error) + func (client TenantConfigurationsClient) ListPreparer(ctx context.Context) (*http.Request, error) + func (client TenantConfigurationsClient) ListResponder(resp *http.Response) (result ConfigurationList, err error) + func (client TenantConfigurationsClient) ListSender(req *http.Request) (*http.Response, error) + type TrackedResource struct + ID *string + Location *string + Name *string + Tags map[string]*string + Type *string + func (tr TrackedResource) MarshalJSON() ([]byte, error) Other modules containing this package gopkg.in/azure/azure-sdk-for-go.v32 gopkg.in/azure/azure-sdk-for-go.v33 gopkg.in/azure/azure-sdk-for-go.v34 gopkg.in/azure/azure-sdk-for-go.v35 gopkg.in/azure/azure-sdk-for-go.v36 gopkg.in/azure/azure-sdk-for-go.v37 gopkg.in/azure/azure-sdk-for-go.v38 gopkg.in/azure/azure-sdk-for-go.v39 gopkg.in/azure/azure-sdk-for-go.v40 gopkg.in/azure/azure-sdk-for-go.v41 gopkg.in/azure/azure-sdk-for-go.v42 gopkg.in/azure/azure-sdk-for-go.v43 gopkg.in/azure/azure-sdk-for-go.v44 gopkg.in/azure/azure-sdk-for-go.v45 gopkg.in/azure/azure-sdk-for-go.v46 gopkg.in/azure/azure-sdk-for-go.v47 gopkg.in/azure/azure-sdk-for-go.v48