Versions in this module Expand all Collapse all v0 v0.20241126.2320 Nov 26, 2024 v0.20241126.1723 Nov 26, 2024 Changes in this version + func ValidateMonitorID(input interface{}, key string) (warnings []string, errors []error) + type BillingInfoGetOperationResponse struct + HttpResponse *http.Response + Model *BillingInfoResponse + OData *odata.OData + type BillingInfoResponse struct + MarketplaceSaasInfo *MarketplaceSaaSInfo + PartnerBillingEntity *PartnerBillingEntity + type ConnectedPartnerResourceProperties struct + AccountId *string + AccountName *string + AzureResourceId *string + Location *string + type ConnectedPartnerResourcesListCompleteResult struct + Items []ConnectedPartnerResourcesListFormat + LatestHttpResponse *http.Response + type ConnectedPartnerResourcesListCustomPager struct + NextLink *odata.Link + func (p *ConnectedPartnerResourcesListCustomPager) NextPageLink() *odata.Link + type ConnectedPartnerResourcesListFormat struct + Properties *ConnectedPartnerResourceProperties + type ConnectedPartnerResourcesListFormatOperationPredicate struct + func (p ConnectedPartnerResourcesListFormatOperationPredicate) Matches(input ConnectedPartnerResourcesListFormat) bool + type ConnectedPartnerResourcesListOperationResponse struct + HttpResponse *http.Response + Model *[]ConnectedPartnerResourcesListFormat + OData *odata.OData + type ConnectedResourcesClient struct + Client *resourcemanager.Client + func NewConnectedResourcesClientWithBaseURI(sdkApi sdkEnv.Api) (*ConnectedResourcesClient, error) + func (c ConnectedResourcesClient) BillingInfoGet(ctx context.Context, id MonitorId) (result BillingInfoGetOperationResponse, err error) + func (c ConnectedResourcesClient) ConnectedPartnerResourcesList(ctx context.Context, id MonitorId, input string) (result ConnectedPartnerResourcesListOperationResponse, err error) + func (c ConnectedResourcesClient) ConnectedPartnerResourcesListComplete(ctx context.Context, id MonitorId, input string) (ConnectedPartnerResourcesListCompleteResult, error) + func (c ConnectedResourcesClient) ConnectedPartnerResourcesListCompleteMatchingPredicate(ctx context.Context, id MonitorId, input string, ...) (result ConnectedPartnerResourcesListCompleteResult, err error) + type MarketplaceSaaSInfo struct + BilledAzureSubscriptionId *string + MarketplaceResourceId *string + MarketplaceStatus *string + MarketplaceSubscriptionId *string + MarketplaceSubscriptionName *string + type MonitorId struct + MonitorName string + ResourceGroupName string + SubscriptionId string + func NewMonitorID(subscriptionId string, resourceGroupName string, monitorName string) MonitorId + func ParseMonitorID(input string) (*MonitorId, error) + func ParseMonitorIDInsensitively(input string) (*MonitorId, error) + func (id *MonitorId) FromParseResult(input resourceids.ParseResult) error + func (id MonitorId) ID() string + func (id MonitorId) Segments() []resourceids.Segment + func (id MonitorId) String() string + type PartnerBillingEntity struct + OrganizationId *string + OrganizationName *string