README ¶
github.com/hashicorp/go-azure-sdk/resource-manager/elastic/2020-07-01/deploymentinfo
Documentation
The deploymentinfo
SDK allows for interaction with the Azure Resource Manager Service elastic
(API Version 2020-07-01
).
This readme covers example usages, but further information on using this SDK can be found in the project root.
Import Path
import "github.com/hashicorp/go-azure-sdk/resource-manager/elastic/2020-07-01/deploymentinfo"
Client Initialization
client := deploymentinfo.NewDeploymentInfoClientWithBaseURI("https://management.azure.com")
client.Client.Authorizer = authorizer
Example Usage: DeploymentInfoClient.List
ctx := context.TODO()
id := deploymentinfo.NewMonitorID("12345678-1234-9876-4563-123456789012", "example-resource-group", "monitorValue")
read, err := client.List(ctx, id)
if err != nil {
// handle the error
}
if model := read.Model; model != nil {
// do something with the model/response object
}
Documentation ¶
Index ¶
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 autorest.Client // contains filtered or unexported fields }
func NewDeploymentInfoClientWithBaseURI ¶
func NewDeploymentInfoClientWithBaseURI(endpoint string) DeploymentInfoClient
func (DeploymentInfoClient) List ¶
func (c DeploymentInfoClient) List(ctx context.Context, id MonitorId) (result ListOperationResponse, err error)
List ...
type DeploymentInfoResponse ¶
type DeploymentInfoResponse struct { DiskCapacity *string `json:"diskCapacity,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" )
type ListOperationResponse ¶
type ListOperationResponse struct { HttpResponse *http.Response Model *DeploymentInfoResponse }
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