Documentation ¶
Index ¶
- func PossibleValuesForElasticDeploymentStatus() []string
- func ValidateMonitorID(input interface{}, key string) (warnings []string, errors []error)
- type DeploymentInfoClient
- type DeploymentInfoResponse
- type ElasticDeploymentStatus
- type ExternalUserCreateOrUpdateOperationResponse
- type ExternalUserCreationResponse
- type ExternalUserInfo
- type ListOperationResponse
- type MarketplaceSaaSInfo
- type MarketplaceSaaSInfoMarketplaceSubscription
- type MonitorId
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func PossibleValuesForElasticDeploymentStatus ¶
func PossibleValuesForElasticDeploymentStatus() []string
func ValidateMonitorID ¶
ValidateMonitorID checks that 'input' can be parsed as a Monitor ID
Types ¶
type DeploymentInfoClient ¶
type DeploymentInfoClient struct {
Client *resourcemanager.Client
}
func NewDeploymentInfoClientWithBaseURI ¶
func NewDeploymentInfoClientWithBaseURI(api environments.Api) (*DeploymentInfoClient, error)
func (DeploymentInfoClient) ExternalUserCreateOrUpdate ¶
func (c DeploymentInfoClient) ExternalUserCreateOrUpdate(ctx context.Context, id MonitorId, input ExternalUserInfo) (result ExternalUserCreateOrUpdateOperationResponse, err error)
ExternalUserCreateOrUpdate ...
func (DeploymentInfoClient) List ¶
func (c DeploymentInfoClient) List(ctx context.Context, id MonitorId) (result ListOperationResponse, err error)
List ...
type DeploymentInfoResponse ¶
type DeploymentInfoResponse struct { DeploymentUrl *string `json:"deploymentUrl,omitempty"` DiskCapacity *string `json:"diskCapacity,omitempty"` MarketplaceSaasInfo *MarketplaceSaaSInfo `json:"marketplaceSaasInfo,omitempty"` MemoryCapacity *string `json:"memoryCapacity,omitempty"` Status *ElasticDeploymentStatus `json:"status,omitempty"` Version *string `json:"version,omitempty"` }
type ElasticDeploymentStatus ¶
type ElasticDeploymentStatus string
const ( ElasticDeploymentStatusHealthy ElasticDeploymentStatus = "Healthy" ElasticDeploymentStatusUnhealthy ElasticDeploymentStatus = "Unhealthy" )
func (*ElasticDeploymentStatus) UnmarshalJSON ¶
func (s *ElasticDeploymentStatus) UnmarshalJSON(bytes []byte) error
type ExternalUserCreateOrUpdateOperationResponse ¶
type ExternalUserCreateOrUpdateOperationResponse struct { HttpResponse *http.Response OData *odata.OData Model *ExternalUserCreationResponse }
type ExternalUserCreationResponse ¶
type ExternalUserCreationResponse struct {
Created *bool `json:"created,omitempty"`
}
type ExternalUserInfo ¶
type ListOperationResponse ¶
type ListOperationResponse struct { HttpResponse *http.Response OData *odata.OData Model *DeploymentInfoResponse }
type MarketplaceSaaSInfo ¶
type MarketplaceSaaSInfo struct { MarketplaceName *string `json:"marketplaceName,omitempty"` MarketplaceResourceId *string `json:"marketplaceResourceId,omitempty"` MarketplaceStatus *string `json:"marketplaceStatus,omitempty"` MarketplaceSubscription *MarketplaceSaaSInfoMarketplaceSubscription `json:"marketplaceSubscription,omitempty"` }
type MarketplaceSaaSInfoMarketplaceSubscription ¶
type MarketplaceSaaSInfoMarketplaceSubscription struct {
Id *string `json:"id,omitempty"`
}
type MonitorId ¶
MonitorId is a struct representing the Resource ID for a Monitor
func NewMonitorID ¶
NewMonitorID returns a new MonitorId struct
func ParseMonitorID ¶
ParseMonitorID parses 'input' into a MonitorId
func ParseMonitorIDInsensitively ¶
ParseMonitorIDInsensitively parses 'input' case-insensitively into a MonitorId note: this method should only be used for API response data and not user input
func (MonitorId) Segments ¶
func (id MonitorId) Segments() []resourceids.Segment
Segments returns a slice of Resource ID Segments which comprise this Monitor ID
Source Files ¶
Click to show internal directories.
Click to hide internal directories.