Documentation ¶
Overview ¶
Package analysisservices implements the Azure ARM Analysisservices service API version 2017-07-14.
The Azure Analysis Services Web API provides a RESTful set of web services that enables users to create, retrieve, update, and delete Analysis Services servers
Index ¶
- Constants
- func UserAgent() string
- func Version() string
- type BaseClient
- type CheckServerNameAvailabilityParameters
- type CheckServerNameAvailabilityResult
- type ErrorResponse
- type GatewayDetails
- type GatewayError
- type GatewayListStatusError
- type GatewayListStatusLive
- type OperationStatus
- type ProvisioningState
- type Resource
- type ResourceSku
- type Server
- type ServerAdministrators
- type ServerMutableProperties
- type ServerProperties
- type ServerUpdateParameters
- type Servers
- type ServersClient
- func (client ServersClient) CheckNameAvailability(ctx context.Context, location string, ...) (result CheckServerNameAvailabilityResult, err error)
- func (client ServersClient) CheckNameAvailabilityPreparer(ctx context.Context, location string, ...) (*http.Request, error)
- func (client ServersClient) CheckNameAvailabilityResponder(resp *http.Response) (result CheckServerNameAvailabilityResult, err error)
- func (client ServersClient) CheckNameAvailabilitySender(req *http.Request) (*http.Response, error)
- func (client ServersClient) Create(ctx context.Context, resourceGroupName string, serverName string, ...) (result ServersCreateFuture, err error)
- func (client ServersClient) CreatePreparer(ctx context.Context, resourceGroupName string, serverName string, ...) (*http.Request, error)
- func (client ServersClient) CreateResponder(resp *http.Response) (result Server, err error)
- func (client ServersClient) CreateSender(req *http.Request) (future ServersCreateFuture, err error)
- func (client ServersClient) Delete(ctx context.Context, resourceGroupName string, serverName string) (result ServersDeleteFuture, err error)
- func (client ServersClient) DeletePreparer(ctx context.Context, resourceGroupName string, serverName string) (*http.Request, error)
- func (client ServersClient) DeleteResponder(resp *http.Response) (result autorest.Response, err error)
- func (client ServersClient) DeleteSender(req *http.Request) (future ServersDeleteFuture, err error)
- func (client ServersClient) DissociateGateway(ctx context.Context, resourceGroupName string, serverName string) (result autorest.Response, err error)
- func (client ServersClient) DissociateGatewayPreparer(ctx context.Context, resourceGroupName string, serverName string) (*http.Request, error)
- func (client ServersClient) DissociateGatewayResponder(resp *http.Response) (result autorest.Response, err error)
- func (client ServersClient) DissociateGatewaySender(req *http.Request) (*http.Response, error)
- func (client ServersClient) GetDetails(ctx context.Context, resourceGroupName string, serverName string) (result Server, err error)
- func (client ServersClient) GetDetailsPreparer(ctx context.Context, resourceGroupName string, serverName string) (*http.Request, error)
- func (client ServersClient) GetDetailsResponder(resp *http.Response) (result Server, err error)
- func (client ServersClient) GetDetailsSender(req *http.Request) (*http.Response, error)
- func (client ServersClient) List(ctx context.Context) (result Servers, err error)
- func (client ServersClient) ListByResourceGroup(ctx context.Context, resourceGroupName string) (result Servers, err error)
- func (client ServersClient) ListByResourceGroupPreparer(ctx context.Context, resourceGroupName string) (*http.Request, error)
- func (client ServersClient) ListByResourceGroupResponder(resp *http.Response) (result Servers, err error)
- func (client ServersClient) ListByResourceGroupSender(req *http.Request) (*http.Response, error)
- func (client ServersClient) ListGatewayStatus(ctx context.Context, resourceGroupName string, serverName string) (result GatewayListStatusLive, err error)
- func (client ServersClient) ListGatewayStatusPreparer(ctx context.Context, resourceGroupName string, serverName string) (*http.Request, error)
- func (client ServersClient) ListGatewayStatusResponder(resp *http.Response) (result GatewayListStatusLive, err error)
- func (client ServersClient) ListGatewayStatusSender(req *http.Request) (*http.Response, error)
- func (client ServersClient) ListOperationResults(ctx context.Context, location string, operationID string) (result autorest.Response, err error)
- func (client ServersClient) ListOperationResultsPreparer(ctx context.Context, location string, operationID string) (*http.Request, error)
- func (client ServersClient) ListOperationResultsResponder(resp *http.Response) (result autorest.Response, err error)
- func (client ServersClient) ListOperationResultsSender(req *http.Request) (*http.Response, error)
- func (client ServersClient) ListOperationStatuses(ctx context.Context, location string, operationID string) (result OperationStatus, err error)
- func (client ServersClient) ListOperationStatusesPreparer(ctx context.Context, location string, operationID string) (*http.Request, error)
- func (client ServersClient) ListOperationStatusesResponder(resp *http.Response) (result OperationStatus, err error)
- func (client ServersClient) ListOperationStatusesSender(req *http.Request) (*http.Response, error)
- func (client ServersClient) ListPreparer(ctx context.Context) (*http.Request, error)
- func (client ServersClient) ListResponder(resp *http.Response) (result Servers, err error)
- func (client ServersClient) ListSender(req *http.Request) (*http.Response, error)
- func (client ServersClient) ListSkusForExisting(ctx context.Context, resourceGroupName string, serverName string) (result SkuEnumerationForExistingResourceResult, err error)
- func (client ServersClient) ListSkusForExistingPreparer(ctx context.Context, resourceGroupName string, serverName string) (*http.Request, error)
- func (client ServersClient) ListSkusForExistingResponder(resp *http.Response) (result SkuEnumerationForExistingResourceResult, err error)
- func (client ServersClient) ListSkusForExistingSender(req *http.Request) (*http.Response, error)
- func (client ServersClient) ListSkusForNew(ctx context.Context) (result SkuEnumerationForNewResourceResult, err error)
- func (client ServersClient) ListSkusForNewPreparer(ctx context.Context) (*http.Request, error)
- func (client ServersClient) ListSkusForNewResponder(resp *http.Response) (result SkuEnumerationForNewResourceResult, err error)
- func (client ServersClient) ListSkusForNewSender(req *http.Request) (*http.Response, error)
- func (client ServersClient) Resume(ctx context.Context, resourceGroupName string, serverName string) (result ServersResumeFuture, err error)
- func (client ServersClient) ResumePreparer(ctx context.Context, resourceGroupName string, serverName string) (*http.Request, error)
- func (client ServersClient) ResumeResponder(resp *http.Response) (result autorest.Response, err error)
- func (client ServersClient) ResumeSender(req *http.Request) (future ServersResumeFuture, err error)
- func (client ServersClient) Suspend(ctx context.Context, resourceGroupName string, serverName string) (result ServersSuspendFuture, err error)
- func (client ServersClient) SuspendPreparer(ctx context.Context, resourceGroupName string, serverName string) (*http.Request, error)
- func (client ServersClient) SuspendResponder(resp *http.Response) (result autorest.Response, err error)
- func (client ServersClient) SuspendSender(req *http.Request) (future ServersSuspendFuture, err error)
- func (client ServersClient) Update(ctx context.Context, resourceGroupName string, serverName string, ...) (result ServersUpdateFuture, err error)
- func (client ServersClient) UpdatePreparer(ctx context.Context, resourceGroupName string, serverName string, ...) (*http.Request, error)
- func (client ServersClient) UpdateResponder(resp *http.Response) (result Server, err error)
- func (client ServersClient) UpdateSender(req *http.Request) (future ServersUpdateFuture, err error)
- type ServersCreateFuture
- type ServersDeleteFuture
- type ServersResumeFuture
- type ServersSuspendFuture
- type ServersUpdateFuture
- type SkuDetailsForExistingResource
- type SkuEnumerationForExistingResourceResult
- type SkuEnumerationForNewResourceResult
- type SkuTier
- type State
- type Status
Constants ¶
const (
// DefaultBaseURI is the default URI used for the service Analysisservices
DefaultBaseURI = "https://management.azure.com"
)
Variables ¶
This section is empty.
Functions ¶
func UserAgent ¶
func UserAgent() string
UserAgent returns the UserAgent string to use when sending http.Requests.
func Version ¶
func Version() string
Version returns the semantic version (see http://semver.org) of the client.
Types ¶
type BaseClient ¶
BaseClient is the base client for Analysisservices.
func New ¶
func New(subscriptionID string) BaseClient
New creates an instance of the BaseClient client.
func NewWithBaseURI ¶
func NewWithBaseURI(baseURI string, subscriptionID string) BaseClient
NewWithBaseURI creates an instance of the BaseClient client using a custom endpoint. Use this when interacting with an Azure cloud that uses a non-standard base URI (sovereign clouds, Azure stack).
type CheckServerNameAvailabilityParameters ¶
type CheckServerNameAvailabilityParameters struct { // Name - Name for checking availability. Name *string `json:"name,omitempty"` // Type - The resource type of azure analysis services. Type *string `json:"type,omitempty"` }
CheckServerNameAvailabilityParameters details of server name request body.
type CheckServerNameAvailabilityResult ¶
type CheckServerNameAvailabilityResult struct { autorest.Response `json:"-"` // NameAvailable - Indicator of available of the server name. NameAvailable *bool `json:"nameAvailable,omitempty"` // Reason - The reason of unavailability. Reason *string `json:"reason,omitempty"` // Message - The detailed message of the request unavailability. Message *string `json:"message,omitempty"` }
CheckServerNameAvailabilityResult the checking result of server name availability.
type ErrorResponse ¶
type ErrorResponse struct { // Code - Error code Code *string `json:"code,omitempty"` // Message - Error message indicating why the operation failed. Message *string `json:"message,omitempty"` }
ErrorResponse describes the format of Error response.
type GatewayDetails ¶
type GatewayDetails struct { // GatewayResourceID - Gateway resource to be associated with the server. GatewayResourceID *string `json:"gatewayResourceId,omitempty"` // GatewayObjectID - READ-ONLY; Gateway object id from in the DMTS cluster for the gateway resource. GatewayObjectID *string `json:"gatewayObjectId,omitempty"` // DmtsClusterURI - READ-ONLY; Uri of the DMTS cluster. DmtsClusterURI *string `json:"dmtsClusterUri,omitempty"` }
GatewayDetails the gateway details.
func (GatewayDetails) MarshalJSON ¶
func (gd GatewayDetails) MarshalJSON() ([]byte, error)
MarshalJSON is the custom marshaler for GatewayDetails.
type GatewayError ¶
type GatewayError struct { // Code - Error code of list gateway. Code *string `json:"code,omitempty"` // Message - Error message of list gateway. Message *string `json:"message,omitempty"` }
GatewayError detail of gateway errors
type GatewayListStatusError ¶
type GatewayListStatusError struct { // Error - Error of the list gateway status. Error *GatewayError `json:"error,omitempty"` }
GatewayListStatusError status of gateway is error
type GatewayListStatusLive ¶
type GatewayListStatusLive struct { autorest.Response `json:"-"` // Status - Live message of list gateway. Possible values include: 'Live' Status Status `json:"status,omitempty"` }
GatewayListStatusLive status of gateway is live
type OperationStatus ¶
type OperationStatus struct { autorest.Response `json:"-"` // ID - The operation Id. ID *string `json:"id,omitempty"` // Name - The operation name. Name *string `json:"name,omitempty"` // StartTime - The start time of the operation. StartTime *string `json:"startTime,omitempty"` // EndTime - The end time of the operation. EndTime *string `json:"endTime,omitempty"` // Status - The status of the operation. Status *string `json:"status,omitempty"` // Error - The error detail of the operation if any. Error *ErrorResponse `json:"error,omitempty"` }
OperationStatus the status of operation.
type ProvisioningState ¶
type ProvisioningState string
ProvisioningState enumerates the values for provisioning state.
const ( // Deleting ... Deleting ProvisioningState = "Deleting" // Failed ... Failed ProvisioningState = "Failed" // Paused ... Paused ProvisioningState = "Paused" // Pausing ... Pausing ProvisioningState = "Pausing" // Preparing ... Preparing ProvisioningState = "Preparing" // Provisioning ... Provisioning ProvisioningState = "Provisioning" // Resuming ... Resuming ProvisioningState = "Resuming" // Scaling ... Scaling ProvisioningState = "Scaling" // Succeeded ... Succeeded ProvisioningState = "Succeeded" // Suspended ... Suspended ProvisioningState = "Suspended" // Suspending ... Suspending ProvisioningState = "Suspending" // Updating ... Updating ProvisioningState = "Updating" )
func PossibleProvisioningStateValues ¶
func PossibleProvisioningStateValues() []ProvisioningState
PossibleProvisioningStateValues returns an array of possible values for the ProvisioningState const type.
type Resource ¶
type Resource struct { // ID - READ-ONLY; An identifier that represents the Analysis Services resource. ID *string `json:"id,omitempty"` // Name - READ-ONLY; The name of the Analysis Services resource. Name *string `json:"name,omitempty"` // Type - READ-ONLY; The type of the Analysis Services resource. Type *string `json:"type,omitempty"` // Location - Location of the Analysis Services resource. Location *string `json:"location,omitempty"` // Sku - The SKU of the Analysis Services resource. Sku *ResourceSku `json:"sku,omitempty"` // Tags - Key-value pairs of additional resource provisioning properties. Tags map[string]*string `json:"tags"` }
Resource represents an instance of an Analysis Services resource.
func (Resource) MarshalJSON ¶
MarshalJSON is the custom marshaler for Resource.
type ResourceSku ¶
type ResourceSku struct { // Name - Name of the SKU level. Name *string `json:"name,omitempty"` // Tier - The name of the Azure pricing tier to which the SKU applies. Possible values include: 'Development', 'Basic', 'Standard' Tier SkuTier `json:"tier,omitempty"` }
ResourceSku represents the SKU name and Azure pricing tier for Analysis Services resource.
type Server ¶
type Server struct { autorest.Response `json:"-"` // ServerProperties - Properties of the provision operation request. *ServerProperties `json:"properties,omitempty"` // ID - READ-ONLY; An identifier that represents the Analysis Services resource. ID *string `json:"id,omitempty"` // Name - READ-ONLY; The name of the Analysis Services resource. Name *string `json:"name,omitempty"` // Type - READ-ONLY; The type of the Analysis Services resource. Type *string `json:"type,omitempty"` // Location - Location of the Analysis Services resource. Location *string `json:"location,omitempty"` // Sku - The SKU of the Analysis Services resource. Sku *ResourceSku `json:"sku,omitempty"` // Tags - Key-value pairs of additional resource provisioning properties. Tags map[string]*string `json:"tags"` }
Server represents an instance of an Analysis Services resource.
func (Server) MarshalJSON ¶
MarshalJSON is the custom marshaler for Server.
func (*Server) UnmarshalJSON ¶
UnmarshalJSON is the custom unmarshaler for Server struct.
type ServerAdministrators ¶
type ServerAdministrators struct { // Members - An array of administrator user identities. Members *[]string `json:"members,omitempty"` }
ServerAdministrators an array of administrator user identities
type ServerMutableProperties ¶
type ServerMutableProperties struct { // AsAdministrators - A collection of AS server administrators AsAdministrators *ServerAdministrators `json:"asAdministrators,omitempty"` // BackupBlobContainerURI - The SAS container URI to the backup container. BackupBlobContainerURI *string `json:"backupBlobContainerUri,omitempty"` // GatewayDetails - The gateway details configured for the AS server. GatewayDetails *GatewayDetails `json:"gatewayDetails,omitempty"` }
ServerMutableProperties an object that represents a set of mutable Analysis Services resource properties.
type ServerProperties ¶
type ServerProperties struct { // State - READ-ONLY; The current state of Analysis Services resource. The state is to indicate more states outside of resource provisioning. Possible values include: 'StateDeleting', 'StateSucceeded', 'StateFailed', 'StatePaused', 'StateSuspended', 'StateProvisioning', 'StateUpdating', 'StateSuspending', 'StatePausing', 'StateResuming', 'StatePreparing', 'StateScaling' State State `json:"state,omitempty"` // ProvisioningState - READ-ONLY; The current deployment state of Analysis Services resource. The provisioningState is to indicate states for resource provisioning. Possible values include: 'Deleting', 'Succeeded', 'Failed', 'Paused', 'Suspended', 'Provisioning', 'Updating', 'Suspending', 'Pausing', 'Resuming', 'Preparing', 'Scaling' ProvisioningState ProvisioningState `json:"provisioningState,omitempty"` // ServerFullName - READ-ONLY; The full name of the Analysis Services resource. ServerFullName *string `json:"serverFullName,omitempty"` // AsAdministrators - A collection of AS server administrators AsAdministrators *ServerAdministrators `json:"asAdministrators,omitempty"` // BackupBlobContainerURI - The SAS container URI to the backup container. BackupBlobContainerURI *string `json:"backupBlobContainerUri,omitempty"` // GatewayDetails - The gateway details configured for the AS server. GatewayDetails *GatewayDetails `json:"gatewayDetails,omitempty"` }
ServerProperties properties of Analysis Services resource.
func (ServerProperties) MarshalJSON ¶
func (sp ServerProperties) MarshalJSON() ([]byte, error)
MarshalJSON is the custom marshaler for ServerProperties.
type ServerUpdateParameters ¶
type ServerUpdateParameters struct { // Sku - The SKU of the Analysis Services resource. Sku *ResourceSku `json:"sku,omitempty"` // Tags - Key-value pairs of additional provisioning properties. Tags map[string]*string `json:"tags"` // ServerMutableProperties - Properties of the provision operation request. *ServerMutableProperties `json:"properties,omitempty"` }
ServerUpdateParameters provision request specification
func (ServerUpdateParameters) MarshalJSON ¶
func (sup ServerUpdateParameters) MarshalJSON() ([]byte, error)
MarshalJSON is the custom marshaler for ServerUpdateParameters.
func (*ServerUpdateParameters) UnmarshalJSON ¶
func (sup *ServerUpdateParameters) UnmarshalJSON(body []byte) error
UnmarshalJSON is the custom unmarshaler for ServerUpdateParameters struct.
type Servers ¶
type Servers struct { autorest.Response `json:"-"` // Value - An array of Analysis Services resources. Value *[]Server `json:"value,omitempty"` }
Servers an array of Analysis Services resources.
type ServersClient ¶
type ServersClient struct {
BaseClient
}
ServersClient is the the Azure Analysis Services Web API provides a RESTful set of web services that enables users to create, retrieve, update, and delete Analysis Services servers
func NewServersClient ¶
func NewServersClient(subscriptionID string) ServersClient
NewServersClient creates an instance of the ServersClient client.
func NewServersClientWithBaseURI ¶
func NewServersClientWithBaseURI(baseURI string, subscriptionID string) ServersClient
NewServersClientWithBaseURI creates an instance of the ServersClient client using a custom endpoint. Use this when interacting with an Azure cloud that uses a non-standard base URI (sovereign clouds, Azure stack).
func (ServersClient) CheckNameAvailability ¶
func (client ServersClient) CheckNameAvailability(ctx context.Context, location string, serverParameters CheckServerNameAvailabilityParameters) (result CheckServerNameAvailabilityResult, err error)
CheckNameAvailability check the name availability in the target location. Parameters: location - the region name which the operation will lookup into. serverParameters - contains the information used to provision the Analysis Services server.
func (ServersClient) CheckNameAvailabilityPreparer ¶
func (client ServersClient) CheckNameAvailabilityPreparer(ctx context.Context, location string, serverParameters CheckServerNameAvailabilityParameters) (*http.Request, error)
CheckNameAvailabilityPreparer prepares the CheckNameAvailability request.
func (ServersClient) CheckNameAvailabilityResponder ¶
func (client ServersClient) CheckNameAvailabilityResponder(resp *http.Response) (result CheckServerNameAvailabilityResult, err error)
CheckNameAvailabilityResponder handles the response to the CheckNameAvailability request. The method always closes the http.Response Body.
func (ServersClient) CheckNameAvailabilitySender ¶
CheckNameAvailabilitySender sends the CheckNameAvailability request. The method will close the http.Response Body if it receives an error.
func (ServersClient) Create ¶
func (client ServersClient) Create(ctx context.Context, resourceGroupName string, serverName string, serverParameters Server) (result ServersCreateFuture, err error)
Create provisions the specified Analysis Services server based on the configuration specified in the request. Parameters: resourceGroupName - the name of the Azure Resource group of which a given Analysis Services server is part. This name must be at least 1 character in length, and no more than 90. serverName - the name of the Analysis Services server. It must be a minimum of 3 characters, and a maximum of 63. serverParameters - contains the information used to provision the Analysis Services server.
func (ServersClient) CreatePreparer ¶
func (client ServersClient) CreatePreparer(ctx context.Context, resourceGroupName string, serverName string, serverParameters Server) (*http.Request, error)
CreatePreparer prepares the Create request.
func (ServersClient) CreateResponder ¶
func (client ServersClient) CreateResponder(resp *http.Response) (result Server, err error)
CreateResponder handles the response to the Create request. The method always closes the http.Response Body.
func (ServersClient) CreateSender ¶
func (client ServersClient) CreateSender(req *http.Request) (future ServersCreateFuture, err error)
CreateSender sends the Create request. The method will close the http.Response Body if it receives an error.
func (ServersClient) Delete ¶
func (client ServersClient) Delete(ctx context.Context, resourceGroupName string, serverName string) (result ServersDeleteFuture, err error)
Delete deletes the specified Analysis Services server. Parameters: resourceGroupName - the name of the Azure Resource group of which a given Analysis Services server is part. This name must be at least 1 character in length, and no more than 90. serverName - the name of the Analysis Services server. It must be at least 3 characters in length, and no more than 63.
func (ServersClient) DeletePreparer ¶
func (client ServersClient) DeletePreparer(ctx context.Context, resourceGroupName string, serverName string) (*http.Request, error)
DeletePreparer prepares the Delete request.
func (ServersClient) DeleteResponder ¶
func (client ServersClient) DeleteResponder(resp *http.Response) (result autorest.Response, err error)
DeleteResponder handles the response to the Delete request. The method always closes the http.Response Body.
func (ServersClient) DeleteSender ¶
func (client ServersClient) DeleteSender(req *http.Request) (future ServersDeleteFuture, err error)
DeleteSender sends the Delete request. The method will close the http.Response Body if it receives an error.
func (ServersClient) DissociateGateway ¶
func (client ServersClient) DissociateGateway(ctx context.Context, resourceGroupName string, serverName string) (result autorest.Response, err error)
DissociateGateway dissociates a Unified Gateway associated with the server. Parameters: resourceGroupName - the name of the Azure Resource group of which a given Analysis Services server is part. This name must be at least 1 character in length, and no more than 90. serverName - the name of the Analysis Services server. It must be at least 3 characters in length, and no more than 63.
func (ServersClient) DissociateGatewayPreparer ¶
func (client ServersClient) DissociateGatewayPreparer(ctx context.Context, resourceGroupName string, serverName string) (*http.Request, error)
DissociateGatewayPreparer prepares the DissociateGateway request.
func (ServersClient) DissociateGatewayResponder ¶
func (client ServersClient) DissociateGatewayResponder(resp *http.Response) (result autorest.Response, err error)
DissociateGatewayResponder handles the response to the DissociateGateway request. The method always closes the http.Response Body.
func (ServersClient) DissociateGatewaySender ¶
DissociateGatewaySender sends the DissociateGateway request. The method will close the http.Response Body if it receives an error.
func (ServersClient) GetDetails ¶
func (client ServersClient) GetDetails(ctx context.Context, resourceGroupName string, serverName string) (result Server, err error)
GetDetails gets details about the specified Analysis Services server. Parameters: resourceGroupName - the name of the Azure Resource group of which a given Analysis Services server is part. This name must be at least 1 character in length, and no more than 90. serverName - the name of the Analysis Services server. It must be a minimum of 3 characters, and a maximum of 63.
func (ServersClient) GetDetailsPreparer ¶
func (client ServersClient) GetDetailsPreparer(ctx context.Context, resourceGroupName string, serverName string) (*http.Request, error)
GetDetailsPreparer prepares the GetDetails request.
func (ServersClient) GetDetailsResponder ¶
func (client ServersClient) GetDetailsResponder(resp *http.Response) (result Server, err error)
GetDetailsResponder handles the response to the GetDetails request. The method always closes the http.Response Body.
func (ServersClient) GetDetailsSender ¶
GetDetailsSender sends the GetDetails request. The method will close the http.Response Body if it receives an error.
func (ServersClient) List ¶
func (client ServersClient) List(ctx context.Context) (result Servers, err error)
List lists all the Analysis Services servers for the given subscription.
func (ServersClient) ListByResourceGroup ¶
func (client ServersClient) ListByResourceGroup(ctx context.Context, resourceGroupName string) (result Servers, err error)
ListByResourceGroup gets all the Analysis Services servers for the given resource group. Parameters: resourceGroupName - the name of the Azure Resource group of which a given Analysis Services server is part. This name must be at least 1 character in length, and no more than 90.
func (ServersClient) ListByResourceGroupPreparer ¶
func (client ServersClient) ListByResourceGroupPreparer(ctx context.Context, resourceGroupName string) (*http.Request, error)
ListByResourceGroupPreparer prepares the ListByResourceGroup request.
func (ServersClient) ListByResourceGroupResponder ¶
func (client ServersClient) ListByResourceGroupResponder(resp *http.Response) (result Servers, err error)
ListByResourceGroupResponder handles the response to the ListByResourceGroup request. The method always closes the http.Response Body.
func (ServersClient) ListByResourceGroupSender ¶
ListByResourceGroupSender sends the ListByResourceGroup request. The method will close the http.Response Body if it receives an error.
func (ServersClient) ListGatewayStatus ¶
func (client ServersClient) ListGatewayStatus(ctx context.Context, resourceGroupName string, serverName string) (result GatewayListStatusLive, err error)
ListGatewayStatus return the gateway status of the specified Analysis Services server instance. Parameters: resourceGroupName - the name of the Azure Resource group of which a given Analysis Services server is part. This name must be at least 1 character in length, and no more than 90. serverName - the name of the Analysis Services server. It must be at least 3 characters in length, and no more than 63.
func (ServersClient) ListGatewayStatusPreparer ¶
func (client ServersClient) ListGatewayStatusPreparer(ctx context.Context, resourceGroupName string, serverName string) (*http.Request, error)
ListGatewayStatusPreparer prepares the ListGatewayStatus request.
func (ServersClient) ListGatewayStatusResponder ¶
func (client ServersClient) ListGatewayStatusResponder(resp *http.Response) (result GatewayListStatusLive, err error)
ListGatewayStatusResponder handles the response to the ListGatewayStatus request. The method always closes the http.Response Body.
func (ServersClient) ListGatewayStatusSender ¶
ListGatewayStatusSender sends the ListGatewayStatus request. The method will close the http.Response Body if it receives an error.
func (ServersClient) ListOperationResults ¶
func (client ServersClient) ListOperationResults(ctx context.Context, location string, operationID string) (result autorest.Response, err error)
ListOperationResults list the result of the specified operation. Parameters: location - the region name which the operation will lookup into. operationID - the target operation Id.
func (ServersClient) ListOperationResultsPreparer ¶
func (client ServersClient) ListOperationResultsPreparer(ctx context.Context, location string, operationID string) (*http.Request, error)
ListOperationResultsPreparer prepares the ListOperationResults request.
func (ServersClient) ListOperationResultsResponder ¶
func (client ServersClient) ListOperationResultsResponder(resp *http.Response) (result autorest.Response, err error)
ListOperationResultsResponder handles the response to the ListOperationResults request. The method always closes the http.Response Body.
func (ServersClient) ListOperationResultsSender ¶
ListOperationResultsSender sends the ListOperationResults request. The method will close the http.Response Body if it receives an error.
func (ServersClient) ListOperationStatuses ¶
func (client ServersClient) ListOperationStatuses(ctx context.Context, location string, operationID string) (result OperationStatus, err error)
ListOperationStatuses list the status of operation. Parameters: location - the region name which the operation will lookup into. operationID - the target operation Id.
func (ServersClient) ListOperationStatusesPreparer ¶
func (client ServersClient) ListOperationStatusesPreparer(ctx context.Context, location string, operationID string) (*http.Request, error)
ListOperationStatusesPreparer prepares the ListOperationStatuses request.
func (ServersClient) ListOperationStatusesResponder ¶
func (client ServersClient) ListOperationStatusesResponder(resp *http.Response) (result OperationStatus, err error)
ListOperationStatusesResponder handles the response to the ListOperationStatuses request. The method always closes the http.Response Body.
func (ServersClient) ListOperationStatusesSender ¶
ListOperationStatusesSender sends the ListOperationStatuses request. The method will close the http.Response Body if it receives an error.
func (ServersClient) ListPreparer ¶
ListPreparer prepares the List request.
func (ServersClient) ListResponder ¶
func (client ServersClient) ListResponder(resp *http.Response) (result Servers, err error)
ListResponder handles the response to the List request. The method always closes the http.Response Body.
func (ServersClient) ListSender ¶
ListSender sends the List request. The method will close the http.Response Body if it receives an error.
func (ServersClient) ListSkusForExisting ¶
func (client ServersClient) ListSkusForExisting(ctx context.Context, resourceGroupName string, serverName string) (result SkuEnumerationForExistingResourceResult, err error)
ListSkusForExisting lists eligible SKUs for an Analysis Services resource. Parameters: resourceGroupName - the name of the Azure Resource group of which a given Analysis Services server is part. This name must be at least 1 character in length, and no more than 90. serverName - the name of the Analysis Services server. It must be at least 3 characters in length, and no more than 63.
func (ServersClient) ListSkusForExistingPreparer ¶
func (client ServersClient) ListSkusForExistingPreparer(ctx context.Context, resourceGroupName string, serverName string) (*http.Request, error)
ListSkusForExistingPreparer prepares the ListSkusForExisting request.
func (ServersClient) ListSkusForExistingResponder ¶
func (client ServersClient) ListSkusForExistingResponder(resp *http.Response) (result SkuEnumerationForExistingResourceResult, err error)
ListSkusForExistingResponder handles the response to the ListSkusForExisting request. The method always closes the http.Response Body.
func (ServersClient) ListSkusForExistingSender ¶
ListSkusForExistingSender sends the ListSkusForExisting request. The method will close the http.Response Body if it receives an error.
func (ServersClient) ListSkusForNew ¶
func (client ServersClient) ListSkusForNew(ctx context.Context) (result SkuEnumerationForNewResourceResult, err error)
ListSkusForNew lists eligible SKUs for Analysis Services resource provider.
func (ServersClient) ListSkusForNewPreparer ¶
ListSkusForNewPreparer prepares the ListSkusForNew request.
func (ServersClient) ListSkusForNewResponder ¶
func (client ServersClient) ListSkusForNewResponder(resp *http.Response) (result SkuEnumerationForNewResourceResult, err error)
ListSkusForNewResponder handles the response to the ListSkusForNew request. The method always closes the http.Response Body.
func (ServersClient) ListSkusForNewSender ¶
ListSkusForNewSender sends the ListSkusForNew request. The method will close the http.Response Body if it receives an error.
func (ServersClient) Resume ¶
func (client ServersClient) Resume(ctx context.Context, resourceGroupName string, serverName string) (result ServersResumeFuture, err error)
Resume resumes operation of the specified Analysis Services server instance. Parameters: resourceGroupName - the name of the Azure Resource group of which a given Analysis Services server is part. This name must be at least 1 character in length, and no more than 90. serverName - the name of the Analysis Services server. It must be at least 3 characters in length, and no more than 63.
func (ServersClient) ResumePreparer ¶
func (client ServersClient) ResumePreparer(ctx context.Context, resourceGroupName string, serverName string) (*http.Request, error)
ResumePreparer prepares the Resume request.
func (ServersClient) ResumeResponder ¶
func (client ServersClient) ResumeResponder(resp *http.Response) (result autorest.Response, err error)
ResumeResponder handles the response to the Resume request. The method always closes the http.Response Body.
func (ServersClient) ResumeSender ¶
func (client ServersClient) ResumeSender(req *http.Request) (future ServersResumeFuture, err error)
ResumeSender sends the Resume request. The method will close the http.Response Body if it receives an error.
func (ServersClient) Suspend ¶
func (client ServersClient) Suspend(ctx context.Context, resourceGroupName string, serverName string) (result ServersSuspendFuture, err error)
Suspend suspends operation of the specified Analysis Services server instance. Parameters: resourceGroupName - the name of the Azure Resource group of which a given Analysis Services server is part. This name must be at least 1 character in length, and no more than 90. serverName - the name of the Analysis Services server. It must be at least 3 characters in length, and no more than 63.
func (ServersClient) SuspendPreparer ¶
func (client ServersClient) SuspendPreparer(ctx context.Context, resourceGroupName string, serverName string) (*http.Request, error)
SuspendPreparer prepares the Suspend request.
func (ServersClient) SuspendResponder ¶
func (client ServersClient) SuspendResponder(resp *http.Response) (result autorest.Response, err error)
SuspendResponder handles the response to the Suspend request. The method always closes the http.Response Body.
func (ServersClient) SuspendSender ¶
func (client ServersClient) SuspendSender(req *http.Request) (future ServersSuspendFuture, err error)
SuspendSender sends the Suspend request. The method will close the http.Response Body if it receives an error.
func (ServersClient) Update ¶
func (client ServersClient) Update(ctx context.Context, resourceGroupName string, serverName string, serverUpdateParameters ServerUpdateParameters) (result ServersUpdateFuture, err error)
Update updates the current state of the specified Analysis Services server. Parameters: resourceGroupName - the name of the Azure Resource group of which a given Analysis Services server is part. This name must be at least 1 character in length, and no more than 90. serverName - the name of the Analysis Services server. It must be at least 3 characters in length, and no more than 63. serverUpdateParameters - request object that contains the updated information for the server.
func (ServersClient) UpdatePreparer ¶
func (client ServersClient) UpdatePreparer(ctx context.Context, resourceGroupName string, serverName string, serverUpdateParameters ServerUpdateParameters) (*http.Request, error)
UpdatePreparer prepares the Update request.
func (ServersClient) UpdateResponder ¶
func (client ServersClient) UpdateResponder(resp *http.Response) (result Server, err error)
UpdateResponder handles the response to the Update request. The method always closes the http.Response Body.
func (ServersClient) UpdateSender ¶
func (client ServersClient) UpdateSender(req *http.Request) (future ServersUpdateFuture, err error)
UpdateSender sends the Update request. The method will close the http.Response Body if it receives an error.
type ServersCreateFuture ¶
type ServersCreateFuture struct { azure.FutureAPI // Result returns the result of the asynchronous operation. // If the operation has not completed it will return an error. Result func(ServersClient) (Server, error) }
ServersCreateFuture an abstraction for monitoring and retrieving the results of a long-running operation.
func (*ServersCreateFuture) UnmarshalJSON ¶
func (future *ServersCreateFuture) UnmarshalJSON(body []byte) error
UnmarshalJSON is the custom unmarshaller for CreateFuture.
type ServersDeleteFuture ¶
type ServersDeleteFuture struct { azure.FutureAPI // Result returns the result of the asynchronous operation. // If the operation has not completed it will return an error. Result func(ServersClient) (autorest.Response, error) }
ServersDeleteFuture an abstraction for monitoring and retrieving the results of a long-running operation.
func (*ServersDeleteFuture) UnmarshalJSON ¶
func (future *ServersDeleteFuture) UnmarshalJSON(body []byte) error
UnmarshalJSON is the custom unmarshaller for CreateFuture.
type ServersResumeFuture ¶
type ServersResumeFuture struct { azure.FutureAPI // Result returns the result of the asynchronous operation. // If the operation has not completed it will return an error. Result func(ServersClient) (autorest.Response, error) }
ServersResumeFuture an abstraction for monitoring and retrieving the results of a long-running operation.
func (*ServersResumeFuture) UnmarshalJSON ¶
func (future *ServersResumeFuture) UnmarshalJSON(body []byte) error
UnmarshalJSON is the custom unmarshaller for CreateFuture.
type ServersSuspendFuture ¶
type ServersSuspendFuture struct { azure.FutureAPI // Result returns the result of the asynchronous operation. // If the operation has not completed it will return an error. Result func(ServersClient) (autorest.Response, error) }
ServersSuspendFuture an abstraction for monitoring and retrieving the results of a long-running operation.
func (*ServersSuspendFuture) UnmarshalJSON ¶
func (future *ServersSuspendFuture) UnmarshalJSON(body []byte) error
UnmarshalJSON is the custom unmarshaller for CreateFuture.
type ServersUpdateFuture ¶
type ServersUpdateFuture struct { azure.FutureAPI // Result returns the result of the asynchronous operation. // If the operation has not completed it will return an error. Result func(ServersClient) (Server, error) }
ServersUpdateFuture an abstraction for monitoring and retrieving the results of a long-running operation.
func (*ServersUpdateFuture) UnmarshalJSON ¶
func (future *ServersUpdateFuture) UnmarshalJSON(body []byte) error
UnmarshalJSON is the custom unmarshaller for CreateFuture.
type SkuDetailsForExistingResource ¶
type SkuDetailsForExistingResource struct { // Sku - The SKU in SKU details for existing resources. Sku *ResourceSku `json:"sku,omitempty"` }
SkuDetailsForExistingResource an object that represents SKU details for existing resources
type SkuEnumerationForExistingResourceResult ¶
type SkuEnumerationForExistingResourceResult struct { autorest.Response `json:"-"` // Value - The collection of available SKUs for existing resources Value *[]SkuDetailsForExistingResource `json:"value,omitempty"` }
SkuEnumerationForExistingResourceResult an object that represents enumerating SKUs for existing resources
type SkuEnumerationForNewResourceResult ¶
type SkuEnumerationForNewResourceResult struct { autorest.Response `json:"-"` // Value - The collection of available SKUs for new resources Value *[]ResourceSku `json:"value,omitempty"` }
SkuEnumerationForNewResourceResult an object that represents enumerating SKUs for new resources
type SkuTier ¶
type SkuTier string
SkuTier enumerates the values for sku tier.
func PossibleSkuTierValues ¶
func PossibleSkuTierValues() []SkuTier
PossibleSkuTierValues returns an array of possible values for the SkuTier const type.
type State ¶
type State string
State enumerates the values for state.
const ( // StateDeleting ... StateDeleting State = "Deleting" // StateFailed ... StateFailed State = "Failed" // StatePaused ... StatePaused State = "Paused" // StatePausing ... StatePausing State = "Pausing" // StatePreparing ... StatePreparing State = "Preparing" // StateProvisioning ... StateProvisioning State = "Provisioning" // StateResuming ... StateResuming State = "Resuming" // StateScaling ... StateScaling State = "Scaling" // StateSucceeded ... StateSucceeded State = "Succeeded" // StateSuspended ... StateSuspended State = "Suspended" // StateSuspending ... StateSuspending State = "Suspending" // StateUpdating ... StateUpdating State = "Updating" )
func PossibleStateValues ¶
func PossibleStateValues() []State
PossibleStateValues returns an array of possible values for the State const type.