Versions in this module Expand all Collapse all v0 v0.0.1 Nov 7, 2022 Changes in this version + const DefaultBaseURI + func UserAgent() string + func Version() string + type APIKey struct + Created *string + CreatedBy *string + Key *string + Name *string + type APIKeyListResponse struct + NextLink *string + Value *[]APIKey + func (aklr APIKeyListResponse) IsEmpty() bool + type APIKeyListResponseIterator struct + func NewAPIKeyListResponseIterator(page APIKeyListResponsePage) APIKeyListResponseIterator + func (iter *APIKeyListResponseIterator) Next() error + func (iter *APIKeyListResponseIterator) NextWithContext(ctx context.Context) (err error) + func (iter APIKeyListResponseIterator) NotDone() bool + func (iter APIKeyListResponseIterator) Response() APIKeyListResponse + func (iter APIKeyListResponseIterator) Value() APIKey + type APIKeyListResponsePage struct + func NewAPIKeyListResponsePage(cur APIKeyListResponse, ...) APIKeyListResponsePage + func (page *APIKeyListResponsePage) Next() error + func (page *APIKeyListResponsePage) NextWithContext(ctx context.Context) (err error) + func (page APIKeyListResponsePage) NotDone() bool + func (page APIKeyListResponsePage) Response() APIKeyListResponse + func (page APIKeyListResponsePage) Values() []APIKey + type AgreementProperties struct + Accepted *bool + LicenseTextLink *string + Plan *string + PrivacyPolicyLink *string + Product *string + Publisher *string + RetrieveDatetime *date.Time + Signature *string + type AgreementResource struct + ID *string + Name *string + Properties *AgreementProperties + Type *string + func (ar AgreementResource) MarshalJSON() ([]byte, error) + type AgreementResourceListResponse struct + NextLink *string + Value *[]AgreementResource + func (arlr AgreementResourceListResponse) IsEmpty() bool + type AgreementResourceListResponseIterator struct + func NewAgreementResourceListResponseIterator(page AgreementResourceListResponsePage) AgreementResourceListResponseIterator + func (iter *AgreementResourceListResponseIterator) Next() error + func (iter *AgreementResourceListResponseIterator) NextWithContext(ctx context.Context) (err error) + func (iter AgreementResourceListResponseIterator) NotDone() bool + func (iter AgreementResourceListResponseIterator) Response() AgreementResourceListResponse + func (iter AgreementResourceListResponseIterator) Value() AgreementResource + type AgreementResourceListResponsePage struct + func NewAgreementResourceListResponsePage(cur AgreementResourceListResponse, ...) AgreementResourceListResponsePage + func (page *AgreementResourceListResponsePage) Next() error + func (page *AgreementResourceListResponsePage) NextWithContext(ctx context.Context) (err error) + func (page AgreementResourceListResponsePage) NotDone() bool + func (page AgreementResourceListResponsePage) Response() AgreementResourceListResponse + func (page AgreementResourceListResponsePage) Values() []AgreementResource + type BaseClient struct + BaseURI string + SubscriptionID string + func New(subscriptionID string) BaseClient + func NewWithBaseURI(baseURI string, subscriptionID string) BaseClient + type ErrorResponseBody struct + Code *string + Details *[]ErrorResponseBody + Message *string + Target *string + type FilteringTag struct + Action TagAction + Name *string + Value *string + type Host struct + Aliases *[]string + Apps *[]string + Meta *HostMetadata + Name *string + type HostListResponse struct + NextLink *string + Value *[]Host + func (hlr HostListResponse) IsEmpty() bool + type HostListResponseIterator struct + func NewHostListResponseIterator(page HostListResponsePage) HostListResponseIterator + func (iter *HostListResponseIterator) Next() error + func (iter *HostListResponseIterator) NextWithContext(ctx context.Context) (err error) + func (iter HostListResponseIterator) NotDone() bool + func (iter HostListResponseIterator) Response() HostListResponse + func (iter HostListResponseIterator) Value() Host + type HostListResponsePage struct + func NewHostListResponsePage(cur HostListResponse, ...) HostListResponsePage + func (page *HostListResponsePage) Next() error + func (page *HostListResponsePage) NextWithContext(ctx context.Context) (err error) + func (page HostListResponsePage) NotDone() bool + func (page HostListResponsePage) Response() HostListResponse + func (page HostListResponsePage) Values() []Host + type HostMetadata struct + AgentVersion *string + InstallMethod *InstallMethod + LogsAgent *LogsAgent + type IdentityProperties struct + PrincipalID *string + TenantID *string + Type ManagedIdentityTypes + func (IP IdentityProperties) MarshalJSON() ([]byte, error) + type InstallMethod struct + InstallerVersion *string + Tool *string + ToolVersion *string + type LiftrResourceCategories string + const MonitorLogs + const Unknown + func PossibleLiftrResourceCategoriesValues() []LiftrResourceCategories + type LinkedResource struct + ID *string + type LinkedResourceListResponse struct + NextLink *string + Value *[]LinkedResource + func (lrlr LinkedResourceListResponse) IsEmpty() bool + type LinkedResourceListResponseIterator struct + func NewLinkedResourceListResponseIterator(page LinkedResourceListResponsePage) LinkedResourceListResponseIterator + func (iter *LinkedResourceListResponseIterator) Next() error + func (iter *LinkedResourceListResponseIterator) NextWithContext(ctx context.Context) (err error) + func (iter LinkedResourceListResponseIterator) NotDone() bool + func (iter LinkedResourceListResponseIterator) Response() LinkedResourceListResponse + func (iter LinkedResourceListResponseIterator) Value() LinkedResource + type LinkedResourceListResponsePage struct + func NewLinkedResourceListResponsePage(cur LinkedResourceListResponse, ...) LinkedResourceListResponsePage + func (page *LinkedResourceListResponsePage) Next() error + func (page *LinkedResourceListResponsePage) NextWithContext(ctx context.Context) (err error) + func (page LinkedResourceListResponsePage) NotDone() bool + func (page LinkedResourceListResponsePage) Response() LinkedResourceListResponse + func (page LinkedResourceListResponsePage) Values() []LinkedResource + type LogRules struct + FilteringTags *[]FilteringTag + SendAadLogs *bool + SendResourceLogs *bool + SendSubscriptionLogs *bool + type LogsAgent struct + Transport *string + type ManagedIdentityTypes string + const SystemAssigned + const UserAssigned + func PossibleManagedIdentityTypesValues() []ManagedIdentityTypes + type MarketplaceAgreementsClient struct + func NewMarketplaceAgreementsClient(subscriptionID string) MarketplaceAgreementsClient + func NewMarketplaceAgreementsClientWithBaseURI(baseURI string, subscriptionID string) MarketplaceAgreementsClient + func (client MarketplaceAgreementsClient) CreateOrUpdate(ctx context.Context, body *AgreementResource) (result AgreementResource, err error) + func (client MarketplaceAgreementsClient) CreateOrUpdatePreparer(ctx context.Context, body *AgreementResource) (*http.Request, error) + func (client MarketplaceAgreementsClient) CreateOrUpdateResponder(resp *http.Response) (result AgreementResource, err error) + func (client MarketplaceAgreementsClient) CreateOrUpdateSender(req *http.Request) (*http.Response, error) + func (client MarketplaceAgreementsClient) List(ctx context.Context) (result AgreementResourceListResponsePage, err error) + func (client MarketplaceAgreementsClient) ListComplete(ctx context.Context) (result AgreementResourceListResponseIterator, err error) + func (client MarketplaceAgreementsClient) ListPreparer(ctx context.Context) (*http.Request, error) + func (client MarketplaceAgreementsClient) ListResponder(resp *http.Response) (result AgreementResourceListResponse, err error) + func (client MarketplaceAgreementsClient) ListSender(req *http.Request) (*http.Response, error) + type MarketplaceSubscriptionStatus string + const Active + const Provisioning + const Suspended + const Unsubscribed + func PossibleMarketplaceSubscriptionStatusValues() []MarketplaceSubscriptionStatus + type MetricRules struct + FilteringTags *[]FilteringTag + type MonitorProperties struct + DatadogOrganizationProperties *OrganizationProperties + LiftrResourceCategory LiftrResourceCategories + LiftrResourcePreference *int32 + MarketplaceSubscriptionStatus MarketplaceSubscriptionStatus + MonitoringStatus MonitoringStatus + ProvisioningState ProvisioningState + UserInfo *UserInfo + func (mp MonitorProperties) MarshalJSON() ([]byte, error) + type MonitorResource struct + ID *string + Identity *IdentityProperties + Location *string + Name *string + Properties *MonitorProperties + Sku *ResourceSku + Tags map[string]*string + Type *string + func (mr MonitorResource) MarshalJSON() ([]byte, error) + type MonitorResourceListResponse struct + NextLink *string + Value *[]MonitorResource + func (mrlr MonitorResourceListResponse) IsEmpty() bool + type MonitorResourceListResponseIterator struct + func NewMonitorResourceListResponseIterator(page MonitorResourceListResponsePage) MonitorResourceListResponseIterator + func (iter *MonitorResourceListResponseIterator) Next() error + func (iter *MonitorResourceListResponseIterator) NextWithContext(ctx context.Context) (err error) + func (iter MonitorResourceListResponseIterator) NotDone() bool + func (iter MonitorResourceListResponseIterator) Response() MonitorResourceListResponse + func (iter MonitorResourceListResponseIterator) Value() MonitorResource + type MonitorResourceListResponsePage struct + func NewMonitorResourceListResponsePage(cur MonitorResourceListResponse, ...) MonitorResourceListResponsePage + func (page *MonitorResourceListResponsePage) Next() error + func (page *MonitorResourceListResponsePage) NextWithContext(ctx context.Context) (err error) + func (page MonitorResourceListResponsePage) NotDone() bool + func (page MonitorResourceListResponsePage) Response() MonitorResourceListResponse + func (page MonitorResourceListResponsePage) Values() []MonitorResource + type MonitorResourceUpdateParameters struct + Properties *MonitorUpdateProperties + Tags map[string]*string + func (mrup MonitorResourceUpdateParameters) MarshalJSON() ([]byte, error) + type MonitorUpdateProperties struct + MonitoringStatus MonitoringStatus + type MonitoredResource struct + ID *string + ReasonForLogsStatus *string + ReasonForMetricsStatus *string + SendingLogs *bool + SendingMetrics *bool + type MonitoredResourceListResponse struct + NextLink *string + Value *[]MonitoredResource + func (mrlr MonitoredResourceListResponse) IsEmpty() bool + type MonitoredResourceListResponseIterator struct + func NewMonitoredResourceListResponseIterator(page MonitoredResourceListResponsePage) MonitoredResourceListResponseIterator + func (iter *MonitoredResourceListResponseIterator) Next() error + func (iter *MonitoredResourceListResponseIterator) NextWithContext(ctx context.Context) (err error) + func (iter MonitoredResourceListResponseIterator) NotDone() bool + func (iter MonitoredResourceListResponseIterator) Response() MonitoredResourceListResponse + func (iter MonitoredResourceListResponseIterator) Value() MonitoredResource + type MonitoredResourceListResponsePage struct + func NewMonitoredResourceListResponsePage(cur MonitoredResourceListResponse, ...) MonitoredResourceListResponsePage + func (page *MonitoredResourceListResponsePage) Next() error + func (page *MonitoredResourceListResponsePage) NextWithContext(ctx context.Context) (err error) + func (page MonitoredResourceListResponsePage) NotDone() bool + func (page MonitoredResourceListResponsePage) Response() MonitoredResourceListResponse + func (page MonitoredResourceListResponsePage) Values() []MonitoredResource + type MonitoringStatus string + const Disabled + const Enabled + func PossibleMonitoringStatusValues() []MonitoringStatus + type MonitoringTagRules struct + ID *string + Name *string + Properties *MonitoringTagRulesProperties + Type *string + func (mtr MonitoringTagRules) MarshalJSON() ([]byte, error) + type MonitoringTagRulesListResponse struct + NextLink *string + Value *[]MonitoringTagRules + func (mtrlr MonitoringTagRulesListResponse) IsEmpty() bool + type MonitoringTagRulesListResponseIterator struct + func NewMonitoringTagRulesListResponseIterator(page MonitoringTagRulesListResponsePage) MonitoringTagRulesListResponseIterator + func (iter *MonitoringTagRulesListResponseIterator) Next() error + func (iter *MonitoringTagRulesListResponseIterator) NextWithContext(ctx context.Context) (err error) + func (iter MonitoringTagRulesListResponseIterator) NotDone() bool + func (iter MonitoringTagRulesListResponseIterator) Response() MonitoringTagRulesListResponse + func (iter MonitoringTagRulesListResponseIterator) Value() MonitoringTagRules + type MonitoringTagRulesListResponsePage struct + func NewMonitoringTagRulesListResponsePage(cur MonitoringTagRulesListResponse, ...) MonitoringTagRulesListResponsePage + func (page *MonitoringTagRulesListResponsePage) Next() error + func (page *MonitoringTagRulesListResponsePage) NextWithContext(ctx context.Context) (err error) + func (page MonitoringTagRulesListResponsePage) NotDone() bool + func (page MonitoringTagRulesListResponsePage) Response() MonitoringTagRulesListResponse + func (page MonitoringTagRulesListResponsePage) Values() []MonitoringTagRules + type MonitoringTagRulesProperties struct + LogRules *LogRules + MetricRules *MetricRules + ProvisioningState ProvisioningState + type MonitorsClient struct + func NewMonitorsClient(subscriptionID string) MonitorsClient + func NewMonitorsClientWithBaseURI(baseURI string, subscriptionID string) MonitorsClient + func (client MonitorsClient) Create(ctx context.Context, resourceGroupName string, monitorName string, ...) (result MonitorsCreateFuture, err error) + func (client MonitorsClient) CreatePreparer(ctx context.Context, resourceGroupName string, monitorName string, ...) (*http.Request, error) + func (client MonitorsClient) CreateResponder(resp *http.Response) (result MonitorResource, err error) + func (client MonitorsClient) CreateSender(req *http.Request) (future MonitorsCreateFuture, err error) + func (client MonitorsClient) Delete(ctx context.Context, resourceGroupName string, monitorName string) (result MonitorsDeleteFuture, err error) + func (client MonitorsClient) DeletePreparer(ctx context.Context, resourceGroupName string, monitorName string) (*http.Request, error) + func (client MonitorsClient) DeleteResponder(resp *http.Response) (result autorest.Response, err error) + func (client MonitorsClient) DeleteSender(req *http.Request) (future MonitorsDeleteFuture, err error) + func (client MonitorsClient) Get(ctx context.Context, resourceGroupName string, monitorName string) (result MonitorResource, err error) + func (client MonitorsClient) GetDefaultKey(ctx context.Context, resourceGroupName string, monitorName string) (result APIKey, err error) + func (client MonitorsClient) GetDefaultKeyPreparer(ctx context.Context, resourceGroupName string, monitorName string) (*http.Request, error) + func (client MonitorsClient) GetDefaultKeyResponder(resp *http.Response) (result APIKey, err error) + func (client MonitorsClient) GetDefaultKeySender(req *http.Request) (*http.Response, error) + func (client MonitorsClient) GetPreparer(ctx context.Context, resourceGroupName string, monitorName string) (*http.Request, error) + func (client MonitorsClient) GetResponder(resp *http.Response) (result MonitorResource, err error) + func (client MonitorsClient) GetSender(req *http.Request) (*http.Response, error) + func (client MonitorsClient) List(ctx context.Context) (result MonitorResourceListResponsePage, err error) + func (client MonitorsClient) ListAPIKeys(ctx context.Context, resourceGroupName string, monitorName string) (result APIKeyListResponsePage, err error) + func (client MonitorsClient) ListAPIKeysComplete(ctx context.Context, resourceGroupName string, monitorName string) (result APIKeyListResponseIterator, err error) + func (client MonitorsClient) ListAPIKeysPreparer(ctx context.Context, resourceGroupName string, monitorName string) (*http.Request, error) + func (client MonitorsClient) ListAPIKeysResponder(resp *http.Response) (result APIKeyListResponse, err error) + func (client MonitorsClient) ListAPIKeysSender(req *http.Request) (*http.Response, error) + func (client MonitorsClient) ListByResourceGroup(ctx context.Context, resourceGroupName string) (result MonitorResourceListResponsePage, err error) + func (client MonitorsClient) ListByResourceGroupComplete(ctx context.Context, resourceGroupName string) (result MonitorResourceListResponseIterator, err error) + func (client MonitorsClient) ListByResourceGroupPreparer(ctx context.Context, resourceGroupName string) (*http.Request, error) + func (client MonitorsClient) ListByResourceGroupResponder(resp *http.Response) (result MonitorResourceListResponse, err error) + func (client MonitorsClient) ListByResourceGroupSender(req *http.Request) (*http.Response, error) + func (client MonitorsClient) ListComplete(ctx context.Context) (result MonitorResourceListResponseIterator, err error) + func (client MonitorsClient) ListHosts(ctx context.Context, resourceGroupName string, monitorName string) (result HostListResponsePage, err error) + func (client MonitorsClient) ListHostsComplete(ctx context.Context, resourceGroupName string, monitorName string) (result HostListResponseIterator, err error) + func (client MonitorsClient) ListHostsPreparer(ctx context.Context, resourceGroupName string, monitorName string) (*http.Request, error) + func (client MonitorsClient) ListHostsResponder(resp *http.Response) (result HostListResponse, err error) + func (client MonitorsClient) ListHostsSender(req *http.Request) (*http.Response, error) + func (client MonitorsClient) ListLinkedResources(ctx context.Context, resourceGroupName string, monitorName string) (result LinkedResourceListResponsePage, err error) + func (client MonitorsClient) ListLinkedResourcesComplete(ctx context.Context, resourceGroupName string, monitorName string) (result LinkedResourceListResponseIterator, err error) + func (client MonitorsClient) ListLinkedResourcesPreparer(ctx context.Context, resourceGroupName string, monitorName string) (*http.Request, error) + func (client MonitorsClient) ListLinkedResourcesResponder(resp *http.Response) (result LinkedResourceListResponse, err error) + func (client MonitorsClient) ListLinkedResourcesSender(req *http.Request) (*http.Response, error) + func (client MonitorsClient) ListMonitoredResources(ctx context.Context, resourceGroupName string, monitorName string) (result MonitoredResourceListResponsePage, err error) + func (client MonitorsClient) ListMonitoredResourcesComplete(ctx context.Context, resourceGroupName string, monitorName string) (result MonitoredResourceListResponseIterator, err error) + func (client MonitorsClient) ListMonitoredResourcesPreparer(ctx context.Context, resourceGroupName string, monitorName string) (*http.Request, error) + func (client MonitorsClient) ListMonitoredResourcesResponder(resp *http.Response) (result MonitoredResourceListResponse, err error) + func (client MonitorsClient) ListMonitoredResourcesSender(req *http.Request) (*http.Response, error) + func (client MonitorsClient) ListPreparer(ctx context.Context) (*http.Request, error) + func (client MonitorsClient) ListResponder(resp *http.Response) (result MonitorResourceListResponse, err error) + func (client MonitorsClient) ListSender(req *http.Request) (*http.Response, error) + func (client MonitorsClient) RefreshSetPasswordLink(ctx context.Context, resourceGroupName string, monitorName string) (result SetPasswordLink, err error) + func (client MonitorsClient) RefreshSetPasswordLinkPreparer(ctx context.Context, resourceGroupName string, monitorName string) (*http.Request, error) + func (client MonitorsClient) RefreshSetPasswordLinkResponder(resp *http.Response) (result SetPasswordLink, err error) + func (client MonitorsClient) RefreshSetPasswordLinkSender(req *http.Request) (*http.Response, error) + func (client MonitorsClient) SetDefaultKey(ctx context.Context, resourceGroupName string, monitorName string, ...) (result autorest.Response, err error) + func (client MonitorsClient) SetDefaultKeyPreparer(ctx context.Context, resourceGroupName string, monitorName string, ...) (*http.Request, error) + func (client MonitorsClient) SetDefaultKeyResponder(resp *http.Response) (result autorest.Response, err error) + func (client MonitorsClient) SetDefaultKeySender(req *http.Request) (*http.Response, error) + func (client MonitorsClient) Update(ctx context.Context, resourceGroupName string, monitorName string, ...) (result MonitorResource, err error) + func (client MonitorsClient) UpdatePreparer(ctx context.Context, resourceGroupName string, monitorName string, ...) (*http.Request, error) + func (client MonitorsClient) UpdateResponder(resp *http.Response) (result MonitorResource, err error) + func (client MonitorsClient) UpdateSender(req *http.Request) (*http.Response, error) + type MonitorsCreateFuture struct + Result func(MonitorsClient) (MonitorResource, error) + func (future *MonitorsCreateFuture) UnmarshalJSON(body []byte) error + type MonitorsDeleteFuture struct + Result func(MonitorsClient) (autorest.Response, error) + func (future *MonitorsDeleteFuture) UnmarshalJSON(body []byte) error + type OperationDisplay struct + Description *string + Operation *string + Provider *string + Resource *string + type OperationListResult struct + NextLink *string + Value *[]OperationResult + func (olr OperationListResult) IsEmpty() bool + type OperationListResultIterator struct + func NewOperationListResultIterator(page OperationListResultPage) OperationListResultIterator + func (iter *OperationListResultIterator) Next() error + func (iter *OperationListResultIterator) NextWithContext(ctx context.Context) (err error) + func (iter OperationListResultIterator) NotDone() bool + func (iter OperationListResultIterator) Response() OperationListResult + func (iter OperationListResultIterator) Value() OperationResult + type OperationListResultPage struct + func NewOperationListResultPage(cur OperationListResult, ...) OperationListResultPage + func (page *OperationListResultPage) Next() error + func (page *OperationListResultPage) NextWithContext(ctx context.Context) (err error) + func (page OperationListResultPage) NotDone() bool + func (page OperationListResultPage) Response() OperationListResult + func (page OperationListResultPage) Values() []OperationResult + type OperationResult struct + Display *OperationDisplay + IsDataAction *bool + Name *string + type OperationsClient struct + func NewOperationsClient(subscriptionID string) OperationsClient + func NewOperationsClientWithBaseURI(baseURI string, subscriptionID string) OperationsClient + func (client OperationsClient) List(ctx context.Context) (result OperationListResultPage, err error) + func (client OperationsClient) ListComplete(ctx context.Context) (result OperationListResultIterator, err error) + func (client OperationsClient) ListPreparer(ctx context.Context) (*http.Request, error) + func (client OperationsClient) ListResponder(resp *http.Response) (result OperationListResult, err error) + func (client OperationsClient) ListSender(req *http.Request) (*http.Response, error) + type OrganizationProperties struct + APIKey *string + ApplicationKey *string + EnterpriseAppID *string + ID *string + LinkingAuthCode *string + LinkingClientID *string + Name *string + RedirectURI *string + func (op OrganizationProperties) MarshalJSON() ([]byte, error) + type ProvisioningState string + const Accepted + const Canceled + const Creating + const Deleted + const Deleting + const Failed + const NotSpecified + const Succeeded + const Updating + func PossibleProvisioningStateValues() []ProvisioningState + type ResourceProviderDefaultErrorResponse struct + Error *ErrorResponseBody + type ResourceSku struct + Name *string + type SetPasswordLink struct + SetPasswordLink *string + type SingleSignOnConfigurationsClient struct + func NewSingleSignOnConfigurationsClient(subscriptionID string) SingleSignOnConfigurationsClient + func NewSingleSignOnConfigurationsClientWithBaseURI(baseURI string, subscriptionID string) SingleSignOnConfigurationsClient + func (client SingleSignOnConfigurationsClient) CreateOrUpdate(ctx context.Context, resourceGroupName string, monitorName string, ...) (result SingleSignOnConfigurationsCreateOrUpdateFuture, err error) + func (client SingleSignOnConfigurationsClient) CreateOrUpdatePreparer(ctx context.Context, resourceGroupName string, monitorName string, ...) (*http.Request, error) + func (client SingleSignOnConfigurationsClient) CreateOrUpdateResponder(resp *http.Response) (result SingleSignOnResource, err error) + func (client SingleSignOnConfigurationsClient) CreateOrUpdateSender(req *http.Request) (future SingleSignOnConfigurationsCreateOrUpdateFuture, err error) + func (client SingleSignOnConfigurationsClient) Get(ctx context.Context, resourceGroupName string, monitorName string, ...) (result SingleSignOnResource, err error) + func (client SingleSignOnConfigurationsClient) GetPreparer(ctx context.Context, resourceGroupName string, monitorName string, ...) (*http.Request, error) + func (client SingleSignOnConfigurationsClient) GetResponder(resp *http.Response) (result SingleSignOnResource, err error) + func (client SingleSignOnConfigurationsClient) GetSender(req *http.Request) (*http.Response, error) + func (client SingleSignOnConfigurationsClient) List(ctx context.Context, resourceGroupName string, monitorName string) (result SingleSignOnResourceListResponsePage, err error) + func (client SingleSignOnConfigurationsClient) ListComplete(ctx context.Context, resourceGroupName string, monitorName string) (result SingleSignOnResourceListResponseIterator, err error) + func (client SingleSignOnConfigurationsClient) ListPreparer(ctx context.Context, resourceGroupName string, monitorName string) (*http.Request, error) + func (client SingleSignOnConfigurationsClient) ListResponder(resp *http.Response) (result SingleSignOnResourceListResponse, err error) + func (client SingleSignOnConfigurationsClient) ListSender(req *http.Request) (*http.Response, error) + type SingleSignOnConfigurationsCreateOrUpdateFuture struct + Result func(SingleSignOnConfigurationsClient) (SingleSignOnResource, error) + func (future *SingleSignOnConfigurationsCreateOrUpdateFuture) UnmarshalJSON(body []byte) error + type SingleSignOnProperties struct + EnterpriseAppID *string + ProvisioningState ProvisioningState + SingleSignOnState SingleSignOnStates + SingleSignOnURL *string + func (ssop SingleSignOnProperties) MarshalJSON() ([]byte, error) + type SingleSignOnResource struct + ID *string + Name *string + Properties *SingleSignOnProperties + Type *string + func (ssor SingleSignOnResource) MarshalJSON() ([]byte, error) + type SingleSignOnResourceListResponse struct + NextLink *string + Value *[]SingleSignOnResource + func (ssorlr SingleSignOnResourceListResponse) IsEmpty() bool + type SingleSignOnResourceListResponseIterator struct + func NewSingleSignOnResourceListResponseIterator(page SingleSignOnResourceListResponsePage) SingleSignOnResourceListResponseIterator + func (iter *SingleSignOnResourceListResponseIterator) Next() error + func (iter *SingleSignOnResourceListResponseIterator) NextWithContext(ctx context.Context) (err error) + func (iter SingleSignOnResourceListResponseIterator) NotDone() bool + func (iter SingleSignOnResourceListResponseIterator) Response() SingleSignOnResourceListResponse + func (iter SingleSignOnResourceListResponseIterator) Value() SingleSignOnResource + type SingleSignOnResourceListResponsePage struct + func NewSingleSignOnResourceListResponsePage(cur SingleSignOnResourceListResponse, ...) SingleSignOnResourceListResponsePage + func (page *SingleSignOnResourceListResponsePage) Next() error + func (page *SingleSignOnResourceListResponsePage) NextWithContext(ctx context.Context) (err error) + func (page SingleSignOnResourceListResponsePage) NotDone() bool + func (page SingleSignOnResourceListResponsePage) Response() SingleSignOnResourceListResponse + func (page SingleSignOnResourceListResponsePage) Values() []SingleSignOnResource + type SingleSignOnStates string + const Disable + const Enable + const Existing + const Initial + func PossibleSingleSignOnStatesValues() []SingleSignOnStates + type TagAction string + const Exclude + const Include + func PossibleTagActionValues() []TagAction + type TagRulesClient struct + func NewTagRulesClient(subscriptionID string) TagRulesClient + func NewTagRulesClientWithBaseURI(baseURI string, subscriptionID string) TagRulesClient + func (client TagRulesClient) CreateOrUpdate(ctx context.Context, resourceGroupName string, monitorName string, ...) (result MonitoringTagRules, err error) + func (client TagRulesClient) CreateOrUpdatePreparer(ctx context.Context, resourceGroupName string, monitorName string, ...) (*http.Request, error) + func (client TagRulesClient) CreateOrUpdateResponder(resp *http.Response) (result MonitoringTagRules, err error) + func (client TagRulesClient) CreateOrUpdateSender(req *http.Request) (*http.Response, error) + func (client TagRulesClient) Get(ctx context.Context, resourceGroupName string, monitorName string, ...) (result MonitoringTagRules, err error) + func (client TagRulesClient) GetPreparer(ctx context.Context, resourceGroupName string, monitorName string, ...) (*http.Request, error) + func (client TagRulesClient) GetResponder(resp *http.Response) (result MonitoringTagRules, err error) + func (client TagRulesClient) GetSender(req *http.Request) (*http.Response, error) + func (client TagRulesClient) List(ctx context.Context, resourceGroupName string, monitorName string) (result MonitoringTagRulesListResponsePage, err error) + func (client TagRulesClient) ListComplete(ctx context.Context, resourceGroupName string, monitorName string) (result MonitoringTagRulesListResponseIterator, err error) + func (client TagRulesClient) ListPreparer(ctx context.Context, resourceGroupName string, monitorName string) (*http.Request, error) + func (client TagRulesClient) ListResponder(resp *http.Response) (result MonitoringTagRulesListResponse, err error) + func (client TagRulesClient) ListSender(req *http.Request) (*http.Response, error) + type UserInfo struct + EmailAddress *string + Name *string + PhoneNumber *string