Versions in this module Expand all Collapse all v26 v26.7.0 Mar 25, 2019 v26.6.0 Mar 22, 2019 v26.5.0 Mar 19, 2019 v26.4.0 Mar 14, 2019 v26.3.1 Mar 12, 2019 v26.3.0 Mar 11, 2019 v26.2.0 Mar 1, 2019 v26.1.0 Feb 27, 2019 v26.0.0 Feb 25, 2019 Changes in this version + const DefaultBaseURI + func UserAgent() string + func Version() string + type Alert struct + ID *string + Location *string + Name *string + Tags map[string]*string + Type *string + func (a *Alert) UnmarshalJSON(body []byte) error + func (a Alert) MarshalJSON() ([]byte, error) + type AlertList struct + NextLink *string + Value *[]Alert + func (al AlertList) IsEmpty() bool + type AlertListIterator struct + func (iter *AlertListIterator) Next() error + func (iter AlertListIterator) NotDone() bool + func (iter AlertListIterator) Response() AlertList + func (iter AlertListIterator) Value() Alert + type AlertListPage struct + func (page *AlertListPage) Next() error + func (page AlertListPage) NotDone() bool + func (page AlertListPage) Response() AlertList + func (page AlertListPage) Values() []Alert + type AlertModel struct + AlertID *string + AlertProperties map[string]*string + ClosedByUserAlias *string + ClosedTimestamp *string + CreatedTimestamp *string + Description *[]map[string]*string + FaultID *string + FaultTypeID *string + ImpactedResourceDisplayName *string + ImpactedResourceID *string + LastUpdatedTimestamp *string + Remediation *[]map[string]*string + ResourceProviderRegistrationID *string + ResourceRegistrationID *string + Severity *string + State *string + Title *string + func (am AlertModel) MarshalJSON() ([]byte, error) + type AlertSummary struct + CriticalAlertCount *int32 + WarningAlertCount *int32 + type AlertsClient struct + func NewAlertsClient(subscriptionID string) AlertsClient + func NewAlertsClientWithBaseURI(baseURI string, subscriptionID string) AlertsClient + func (client AlertsClient) Close(ctx context.Context, location string, alertName string, userParameter string, ...) (result Alert, err error) + func (client AlertsClient) ClosePreparer(ctx context.Context, location string, alertName string, userParameter string, ...) (*http.Request, error) + func (client AlertsClient) CloseResponder(resp *http.Response) (result Alert, err error) + func (client AlertsClient) CloseSender(req *http.Request) (*http.Response, error) + func (client AlertsClient) Get(ctx context.Context, location string, alertName string) (result Alert, err error) + func (client AlertsClient) GetPreparer(ctx context.Context, location string, alertName string) (*http.Request, error) + func (client AlertsClient) GetResponder(resp *http.Response) (result Alert, err error) + func (client AlertsClient) GetSender(req *http.Request) (*http.Response, error) + func (client AlertsClient) List(ctx context.Context, location string, filter string) (result AlertListPage, err error) + func (client AlertsClient) ListComplete(ctx context.Context, location string, filter string) (result AlertListIterator, err error) + func (client AlertsClient) ListPreparer(ctx context.Context, location string, filter string) (*http.Request, error) + func (client AlertsClient) ListResponder(resp *http.Response) (result AlertList, err error) + func (client AlertsClient) ListSender(req *http.Request) (*http.Response, error) + type BaseClient struct + BaseURI string + SubscriptionID string + func New(subscriptionID string) BaseClient + func NewWithBaseURI(baseURI string, subscriptionID string) BaseClient + type BaseHealth struct + AlertSummary *AlertSummary + HealthState *string + Namespace *string + RegistrationID *string + RoutePrefix *string + type Metrics struct + MaCounterName *string + Name *string + ObservedTimestamp *date.Time + SourceName MetricsSourceType + SourceType *string + Unit MetricsUnit + Value *float64 + type MetricsSourceType string + const PhysicalNode + const ResourceProvider + const VirtualMachine + func PossibleMetricsSourceTypeValues() []MetricsSourceType + type MetricsUnit string + const B + const GB + const KB + const MB + const One + const Percentage + const TB + func PossibleMetricsUnitValues() []MetricsUnit + type RegionHealth struct + ID *string + Location *string + Name *string + Tags map[string]*string + Type *string + func (rh *RegionHealth) UnmarshalJSON(body []byte) error + func (rh RegionHealth) MarshalJSON() ([]byte, error) + type RegionHealthList struct + NextLink *string + Value *[]RegionHealth + func (rhl RegionHealthList) IsEmpty() bool + type RegionHealthListIterator struct + func (iter *RegionHealthListIterator) Next() error + func (iter RegionHealthListIterator) NotDone() bool + func (iter RegionHealthListIterator) Response() RegionHealthList + func (iter RegionHealthListIterator) Value() RegionHealth + type RegionHealthListPage struct + func (page *RegionHealthListPage) Next() error + func (page RegionHealthListPage) NotDone() bool + func (page RegionHealthListPage) Response() RegionHealthList + func (page RegionHealthListPage) Values() []RegionHealth + type RegionHealthModel struct + AlertSummary *AlertSummary + UsageMetrics *[]UsageMetrics + type RegionHealthsClient struct + func NewRegionHealthsClient(subscriptionID string) RegionHealthsClient + func NewRegionHealthsClientWithBaseURI(baseURI string, subscriptionID string) RegionHealthsClient + func (client RegionHealthsClient) Get(ctx context.Context, location string, region string) (result RegionHealth, err error) + func (client RegionHealthsClient) GetPreparer(ctx context.Context, location string, region string) (*http.Request, error) + func (client RegionHealthsClient) GetResponder(resp *http.Response) (result RegionHealth, err error) + func (client RegionHealthsClient) GetSender(req *http.Request) (*http.Response, error) + func (client RegionHealthsClient) List(ctx context.Context, location string, filter string) (result RegionHealthListPage, err error) + func (client RegionHealthsClient) ListComplete(ctx context.Context, location string, filter string) (result RegionHealthListIterator, err error) + func (client RegionHealthsClient) ListPreparer(ctx context.Context, location string, filter string) (*http.Request, error) + func (client RegionHealthsClient) ListResponder(resp *http.Response) (result RegionHealthList, err error) + func (client RegionHealthsClient) ListSender(req *http.Request) (*http.Response, error) + type Resource struct + ID *string + Location *string + Name *string + Tags map[string]*string + Type *string + func (r Resource) MarshalJSON() ([]byte, error) + type ResourceHealth struct + ID *string + Location *string + Name *string + Tags map[string]*string + Type *string + func (rh *ResourceHealth) UnmarshalJSON(body []byte) error + func (rh ResourceHealth) MarshalJSON() ([]byte, error) + type ResourceHealthList struct + NextLink *string + Value *[]ResourceHealth + func (rhl ResourceHealthList) IsEmpty() bool + type ResourceHealthListIterator struct + func (iter *ResourceHealthListIterator) Next() error + func (iter ResourceHealthListIterator) NotDone() bool + func (iter ResourceHealthListIterator) Response() ResourceHealthList + func (iter ResourceHealthListIterator) Value() ResourceHealth + type ResourceHealthListPage struct + func (page *ResourceHealthListPage) Next() error + func (page ResourceHealthListPage) NotDone() bool + func (page ResourceHealthListPage) Response() ResourceHealthList + func (page ResourceHealthListPage) Values() []ResourceHealth + type ResourceHealthModel struct + AlertSummary *AlertSummary + HealthState *string + Namespace *string + RegistrationID *string + ResourceDisplayName *string + ResourceLocation *string + ResourceName *string + ResourceType *string + ResourceURI *string + RoutePrefix *string + RpRegistrationID *string + UsageMetrics *[]UsageMetrics + type ResourceHealthsClient struct + func NewResourceHealthsClient(subscriptionID string) ResourceHealthsClient + func NewResourceHealthsClientWithBaseURI(baseURI string, subscriptionID string) ResourceHealthsClient + func (client ResourceHealthsClient) Get(ctx context.Context, location string, serviceRegistrationID string, ...) (result ResourceHealth, err error) + func (client ResourceHealthsClient) GetPreparer(ctx context.Context, location string, serviceRegistrationID string, ...) (*http.Request, error) + func (client ResourceHealthsClient) GetResponder(resp *http.Response) (result ResourceHealth, err error) + func (client ResourceHealthsClient) GetSender(req *http.Request) (*http.Response, error) + func (client ResourceHealthsClient) List(ctx context.Context, location string, serviceRegistrationID string, ...) (result ResourceHealthListPage, err error) + func (client ResourceHealthsClient) ListComplete(ctx context.Context, location string, serviceRegistrationID string, ...) (result ResourceHealthListIterator, err error) + func (client ResourceHealthsClient) ListPreparer(ctx context.Context, location string, serviceRegistrationID string, ...) (*http.Request, error) + func (client ResourceHealthsClient) ListResponder(resp *http.Response) (result ResourceHealthList, err error) + func (client ResourceHealthsClient) ListSender(req *http.Request) (*http.Response, error) + type ServiceHealth struct + ID *string + Location *string + Name *string + Tags map[string]*string + Type *string + func (sh *ServiceHealth) UnmarshalJSON(body []byte) error + func (sh ServiceHealth) MarshalJSON() ([]byte, error) + type ServiceHealthList struct + NextLink *string + Value *[]ServiceHealth + func (shl ServiceHealthList) IsEmpty() bool + type ServiceHealthListIterator struct + func (iter *ServiceHealthListIterator) Next() error + func (iter ServiceHealthListIterator) NotDone() bool + func (iter ServiceHealthListIterator) Response() ServiceHealthList + func (iter ServiceHealthListIterator) Value() ServiceHealth + type ServiceHealthListPage struct + func (page *ServiceHealthListPage) Next() error + func (page ServiceHealthListPage) NotDone() bool + func (page ServiceHealthListPage) Response() ServiceHealthList + func (page ServiceHealthListPage) Values() []ServiceHealth + type ServiceHealthModel struct + AlertSummary *AlertSummary + DisplayName *string + HealthState *string + InfraURI *string + Namespace *string + RegistrationID *string + RoutePrefix *string + ServiceLocation *string + type ServiceHealthsClient struct + func NewServiceHealthsClient(subscriptionID string) ServiceHealthsClient + func NewServiceHealthsClientWithBaseURI(baseURI string, subscriptionID string) ServiceHealthsClient + func (client ServiceHealthsClient) Get(ctx context.Context, location string, serviceHealth string) (result ServiceHealth, err error) + func (client ServiceHealthsClient) GetPreparer(ctx context.Context, location string, serviceHealth string) (*http.Request, error) + func (client ServiceHealthsClient) GetResponder(resp *http.Response) (result ServiceHealth, err error) + func (client ServiceHealthsClient) GetSender(req *http.Request) (*http.Response, error) + func (client ServiceHealthsClient) List(ctx context.Context, location string, filter string) (result ServiceHealthListPage, err error) + func (client ServiceHealthsClient) ListComplete(ctx context.Context, location string, filter string) (result ServiceHealthListIterator, err error) + func (client ServiceHealthsClient) ListPreparer(ctx context.Context, location string, filter string) (*http.Request, error) + func (client ServiceHealthsClient) ListResponder(resp *http.Response) (result ServiceHealthList, err error) + func (client ServiceHealthsClient) ListSender(req *http.Request) (*http.Response, error) + type UsageMetrics struct + MetricsValue *[]Metrics + Name *string Other modules containing this package gopkg.in/Azure/azure-sdk-for-go.v15 gopkg.in/Azure/azure-sdk-for-go.v16 gopkg.in/Azure/azure-sdk-for-go.v17 gopkg.in/Azure/azure-sdk-for-go.v18 gopkg.in/Azure/azure-sdk-for-go.v19 gopkg.in/Azure/azure-sdk-for-go.v20 gopkg.in/Azure/azure-sdk-for-go.v21 gopkg.in/Azure/azure-sdk-for-go.v22 gopkg.in/Azure/azure-sdk-for-go.v23 gopkg.in/Azure/azure-sdk-for-go.v24 gopkg.in/Azure/azure-sdk-for-go.v25 gopkg.in/Azure/azure-sdk-for-go.v27