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 ValidateRoleID(input interface{}, key string) (warnings []string, errors []error) + type CreateOrUpdateOperationResponse struct + HttpResponse *http.Response + Model *MonitoringMetricConfiguration + OData *odata.OData + Poller pollers.Poller + type DeleteOperationResponse struct + HttpResponse *http.Response + OData *odata.OData + Poller pollers.Poller + type GetOperationResponse struct + HttpResponse *http.Response + Model *MonitoringMetricConfiguration + OData *odata.OData + type ListCompleteResult struct + Items []MonitoringMetricConfiguration + LatestHttpResponse *http.Response + type ListCustomPager struct + NextLink *odata.Link + func (p *ListCustomPager) NextPageLink() *odata.Link + type ListOperationResponse struct + HttpResponse *http.Response + Model *[]MonitoringMetricConfiguration + OData *odata.OData + type MetricConfiguration struct + CounterSets []MetricCounterSet + MdmAccount *string + MetricNameSpace *string + ResourceId string + type MetricCounter struct + AdditionalDimensions *[]MetricDimension + DimensionFilter *[]MetricDimension + Instance *string + Name string + type MetricCounterSet struct + Counters []MetricCounter + type MetricDimension struct + SourceName string + SourceType string + type MonitoringConfigClient struct + Client *resourcemanager.Client + func NewMonitoringConfigClientWithBaseURI(sdkApi sdkEnv.Api) (*MonitoringConfigClient, error) + func (c MonitoringConfigClient) CreateOrUpdate(ctx context.Context, id RoleId, input MonitoringMetricConfiguration) (result CreateOrUpdateOperationResponse, err error) + func (c MonitoringConfigClient) CreateOrUpdateThenPoll(ctx context.Context, id RoleId, input MonitoringMetricConfiguration) error + func (c MonitoringConfigClient) Delete(ctx context.Context, id RoleId) (result DeleteOperationResponse, err error) + func (c MonitoringConfigClient) DeleteThenPoll(ctx context.Context, id RoleId) error + func (c MonitoringConfigClient) Get(ctx context.Context, id RoleId) (result GetOperationResponse, err error) + func (c MonitoringConfigClient) List(ctx context.Context, id RoleId) (result ListOperationResponse, err error) + func (c MonitoringConfigClient) ListComplete(ctx context.Context, id RoleId) (ListCompleteResult, error) + func (c MonitoringConfigClient) ListCompleteMatchingPredicate(ctx context.Context, id RoleId, ...) (result ListCompleteResult, err error) + type MonitoringMetricConfiguration struct + Id *string + Name *string + Properties MonitoringMetricConfigurationProperties + SystemData *systemdata.SystemData + Type *string + type MonitoringMetricConfigurationOperationPredicate struct + Id *string + Name *string + Type *string + func (p MonitoringMetricConfigurationOperationPredicate) Matches(input MonitoringMetricConfiguration) bool + type MonitoringMetricConfigurationProperties struct + MetricConfigurations []MetricConfiguration + type RoleId struct + DataBoxEdgeDeviceName string + ResourceGroupName string + RoleName string + SubscriptionId string + func NewRoleID(subscriptionId string, resourceGroupName string, dataBoxEdgeDeviceName string, ...) RoleId + func ParseRoleID(input string) (*RoleId, error) + func ParseRoleIDInsensitively(input string) (*RoleId, error) + func (id *RoleId) FromParseResult(input resourceids.ParseResult) error + func (id RoleId) ID() string + func (id RoleId) Segments() []resourceids.Segment + func (id RoleId) String() string