Documentation ¶
Index ¶
- type AnalysisServicesServer
- type AnalysisServicesServerMutableProperties
- type AnalysisServicesServerProperties
- type AnalysisServicesServerUpdateParameters
- type AnalysisServicesServers
- type CheckNameAvailabilityResponse
- type CheckServerNameAvailabilityParameters
- type CheckServerNameAvailabilityResult
- type ConnectionMode
- type CreateResponse
- type DeleteResponse
- type DissociateGatewayResponse
- type ErrorAdditionalInfo
- type ErrorDetail
- type GatewayDetails
- type GatewayListStatusLive
- type GetDetailsResponse
- type IPv4FirewallRule
- type IPv4FirewallSettings
- type ListByResourceGroupResponse
- type ListGatewayStatusResponse
- type ListOperationStatusesResponse
- type ListResponse
- type ListSkusForExistingResponse
- type LocationId
- type ManagedMode
- type OperationStatus
- type OperationstatuseId
- type ProvisioningState
- type ResourceGroupId
- type ResourceSku
- type ResumeResponse
- type ServerAdministrators
- type ServerId
- type ServerMonitorMode
- type ServersClient
- func (c ServersClient) CheckNameAvailability(ctx context.Context, id LocationId, ...) (result CheckNameAvailabilityResponse, err error)
- func (c ServersClient) Create(ctx context.Context, id ServerId, input AnalysisServicesServer) (result CreateResponse, err error)
- func (c ServersClient) CreateThenPoll(ctx context.Context, id ServerId, input AnalysisServicesServer) error
- func (c ServersClient) Delete(ctx context.Context, id ServerId) (result DeleteResponse, err error)
- func (c ServersClient) DeleteThenPoll(ctx context.Context, id ServerId) error
- func (c ServersClient) DissociateGateway(ctx context.Context, id ServerId) (result DissociateGatewayResponse, err error)
- func (c ServersClient) GetDetails(ctx context.Context, id ServerId) (result GetDetailsResponse, err error)
- func (c ServersClient) List(ctx context.Context, id SubscriptionId) (result ListResponse, err error)
- func (c ServersClient) ListByResourceGroup(ctx context.Context, id ResourceGroupId) (result ListByResourceGroupResponse, err error)
- func (c ServersClient) ListGatewayStatus(ctx context.Context, id ServerId) (result ListGatewayStatusResponse, err error)
- func (c ServersClient) ListOperationStatuses(ctx context.Context, id OperationstatuseId) (result ListOperationStatusesResponse, err error)
- func (c ServersClient) ListSkusForExisting(ctx context.Context, id ServerId) (result ListSkusForExistingResponse, err error)
- func (c ServersClient) Resume(ctx context.Context, id ServerId) (result ResumeResponse, err error)
- func (c ServersClient) ResumeThenPoll(ctx context.Context, id ServerId) error
- func (c ServersClient) Suspend(ctx context.Context, id ServerId) (result SuspendResponse, err error)
- func (c ServersClient) SuspendThenPoll(ctx context.Context, id ServerId) error
- func (c ServersClient) Update(ctx context.Context, id ServerId, input AnalysisServicesServerUpdateParameters) (result UpdateResponse, err error)
- func (c ServersClient) UpdateThenPoll(ctx context.Context, id ServerId, input AnalysisServicesServerUpdateParameters) error
- type SkuDetailsForExistingResource
- type SkuEnumerationForExistingResourceResult
- type SkuTier
- type State
- type Status
- type SubscriptionId
- type SuspendResponse
- type UpdateResponse
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AnalysisServicesServer ¶
type AnalysisServicesServer struct { Id *string `json:"id,omitempty"` Location string `json:"location"` Name *string `json:"name,omitempty"` Properties *AnalysisServicesServerProperties `json:"properties,omitempty"` Sku ResourceSku `json:"sku"` Tags *map[string]string `json:"tags,omitempty"` Type *string `json:"type,omitempty"` }
type AnalysisServicesServerMutableProperties ¶
type AnalysisServicesServerMutableProperties struct { AsAdministrators *ServerAdministrators `json:"asAdministrators,omitempty"` BackupBlobContainerUri *string `json:"backupBlobContainerUri,omitempty"` GatewayDetails *GatewayDetails `json:"gatewayDetails,omitempty"` IpV4FirewallSettings *IPv4FirewallSettings `json:"ipV4FirewallSettings,omitempty"` ManagedMode *ManagedMode `json:"managedMode,omitempty"` QuerypoolConnectionMode *ConnectionMode `json:"querypoolConnectionMode,omitempty"` ServerMonitorMode *ServerMonitorMode `json:"serverMonitorMode,omitempty"` }
type AnalysisServicesServerProperties ¶
type AnalysisServicesServerProperties struct { AsAdministrators *ServerAdministrators `json:"asAdministrators,omitempty"` BackupBlobContainerUri *string `json:"backupBlobContainerUri,omitempty"` GatewayDetails *GatewayDetails `json:"gatewayDetails,omitempty"` IpV4FirewallSettings *IPv4FirewallSettings `json:"ipV4FirewallSettings,omitempty"` ManagedMode *ManagedMode `json:"managedMode,omitempty"` ProvisioningState *ProvisioningState `json:"provisioningState,omitempty"` QuerypoolConnectionMode *ConnectionMode `json:"querypoolConnectionMode,omitempty"` ServerFullName *string `json:"serverFullName,omitempty"` ServerMonitorMode *ServerMonitorMode `json:"serverMonitorMode,omitempty"` Sku *ResourceSku `json:"sku,omitempty"` State *State `json:"state,omitempty"` }
type AnalysisServicesServerUpdateParameters ¶
type AnalysisServicesServerUpdateParameters struct { Properties *AnalysisServicesServerMutableProperties `json:"properties,omitempty"` Sku *ResourceSku `json:"sku,omitempty"` Tags *map[string]string `json:"tags,omitempty"` }
type AnalysisServicesServers ¶
type AnalysisServicesServers struct {
Value []AnalysisServicesServer `json:"value"`
}
type CheckNameAvailabilityResponse ¶
type CheckNameAvailabilityResponse struct { HttpResponse *http.Response Model *CheckServerNameAvailabilityResult }
type ConnectionMode ¶
type ConnectionMode string
const ( ConnectionModeAll ConnectionMode = "All" ConnectionModeReadOnly ConnectionMode = "ReadOnly" )
type CreateResponse ¶
type CreateResponse struct { Poller polling.LongRunningPoller HttpResponse *http.Response }
type DeleteResponse ¶
type DeleteResponse struct { Poller polling.LongRunningPoller HttpResponse *http.Response }
type ErrorAdditionalInfo ¶
type ErrorAdditionalInfo struct { Info *interface{} `json:"info,omitempty"` Type *string `json:"type,omitempty"` }
type ErrorDetail ¶
type ErrorDetail struct { AdditionalInfo *[]ErrorAdditionalInfo `json:"additionalInfo,omitempty"` Code *string `json:"code,omitempty"` Details *[]ErrorDetail `json:"details,omitempty"` HttpStatusCode *int64 `json:"httpStatusCode,omitempty"` Message *string `json:"message,omitempty"` SubCode *int64 `json:"subCode,omitempty"` Target *string `json:"target,omitempty"` TimeStamp *string `json:"timeStamp,omitempty"` }
type GatewayDetails ¶
type GatewayListStatusLive ¶
type GatewayListStatusLive struct {
Status *Status `json:"status,omitempty"`
}
type GetDetailsResponse ¶
type GetDetailsResponse struct { HttpResponse *http.Response Model *AnalysisServicesServer }
type IPv4FirewallRule ¶
type IPv4FirewallSettings ¶
type IPv4FirewallSettings struct { EnablePowerBIService *bool `json:"enablePowerBIService,omitempty"` FirewallRules *[]IPv4FirewallRule `json:"firewallRules,omitempty"` }
type ListByResourceGroupResponse ¶
type ListByResourceGroupResponse struct { HttpResponse *http.Response Model *AnalysisServicesServers }
type ListGatewayStatusResponse ¶
type ListGatewayStatusResponse struct { HttpResponse *http.Response Model *GatewayListStatusLive }
type ListOperationStatusesResponse ¶
type ListOperationStatusesResponse struct { HttpResponse *http.Response Model *OperationStatus }
type ListResponse ¶
type ListResponse struct { HttpResponse *http.Response Model *AnalysisServicesServers }
type ListSkusForExistingResponse ¶
type ListSkusForExistingResponse struct { HttpResponse *http.Response Model *SkuEnumerationForExistingResourceResult }
type LocationId ¶
func NewLocationID ¶
func NewLocationID(subscriptionId, name string) LocationId
func ParseLocationID ¶
func ParseLocationID(input string) (*LocationId, error)
ParseLocationID parses a Location ID into an LocationId struct
func ParseLocationIDInsensitively ¶
func ParseLocationIDInsensitively(input string) (*LocationId, error)
ParseLocationIDInsensitively parses an Location ID into an LocationId struct, insensitively This should only be used to parse an ID for rewriting to a consistent casing, the ParseLocationID method should be used instead for validation etc.
func (LocationId) ID ¶
func (id LocationId) ID() string
func (LocationId) String ¶
func (id LocationId) String() string
type ManagedMode ¶
type ManagedMode int64
const ( ManagedModeOne ManagedMode = 1 ManagedModeZero ManagedMode = 0 )
type OperationStatus ¶
type OperationstatuseId ¶
func NewOperationstatuseID ¶
func NewOperationstatuseID(subscriptionId, locationName, name string) OperationstatuseId
func ParseOperationstatuseID ¶
func ParseOperationstatuseID(input string) (*OperationstatuseId, error)
ParseOperationstatuseID parses a Operationstatuse ID into an OperationstatuseId struct
func ParseOperationstatuseIDInsensitively ¶
func ParseOperationstatuseIDInsensitively(input string) (*OperationstatuseId, error)
ParseOperationstatuseIDInsensitively parses an Operationstatuse ID into an OperationstatuseId struct, insensitively This should only be used to parse an ID for rewriting to a consistent casing, the ParseOperationstatuseID method should be used instead for validation etc.
func (OperationstatuseId) ID ¶
func (id OperationstatuseId) ID() string
func (OperationstatuseId) String ¶
func (id OperationstatuseId) String() string
type ProvisioningState ¶
type ProvisioningState string
const ( ProvisioningStateDeleting ProvisioningState = "Deleting" ProvisioningStateFailed ProvisioningState = "Failed" ProvisioningStatePaused ProvisioningState = "Paused" ProvisioningStatePausing ProvisioningState = "Pausing" ProvisioningStatePreparing ProvisioningState = "Preparing" ProvisioningStateProvisioning ProvisioningState = "Provisioning" ProvisioningStateResuming ProvisioningState = "Resuming" ProvisioningStateScaling ProvisioningState = "Scaling" ProvisioningStateSucceeded ProvisioningState = "Succeeded" ProvisioningStateSuspended ProvisioningState = "Suspended" ProvisioningStateSuspending ProvisioningState = "Suspending" ProvisioningStateUpdating ProvisioningState = "Updating" )
type ResourceGroupId ¶
func NewResourceGroupID ¶
func NewResourceGroupID(subscriptionId, resourceGroup string) ResourceGroupId
func ParseResourceGroupID ¶
func ParseResourceGroupID(input string) (*ResourceGroupId, error)
ParseResourceGroupID parses a ResourceGroup ID into an ResourceGroupId struct
func ParseResourceGroupIDInsensitively ¶
func ParseResourceGroupIDInsensitively(input string) (*ResourceGroupId, error)
ParseResourceGroupIDInsensitively parses an ResourceGroup ID into an ResourceGroupId struct, insensitively This should only be used to parse an ID for rewriting to a consistent casing, the ParseResourceGroupID method should be used instead for validation etc.
func (ResourceGroupId) ID ¶
func (id ResourceGroupId) ID() string
func (ResourceGroupId) String ¶
func (id ResourceGroupId) String() string
type ResourceSku ¶
type ResumeResponse ¶
type ResumeResponse struct { Poller polling.LongRunningPoller HttpResponse *http.Response }
type ServerAdministrators ¶
type ServerAdministrators struct {
Members *[]string `json:"members,omitempty"`
}
type ServerId ¶
func NewServerID ¶
func ParseServerID ¶
ParseServerID parses a Server ID into an ServerId struct
func ParseServerIDInsensitively ¶
ParseServerIDInsensitively parses an Server ID into an ServerId struct, insensitively This should only be used to parse an ID for rewriting to a consistent casing, the ParseServerID method should be used instead for validation etc.
type ServerMonitorMode ¶
type ServerMonitorMode int64
const ( ServerMonitorModeOne ServerMonitorMode = 1 ServerMonitorModeZero ServerMonitorMode = 0 )
type ServersClient ¶
func NewServersClientWithBaseURI ¶
func NewServersClientWithBaseURI(endpoint string) ServersClient
func (ServersClient) CheckNameAvailability ¶
func (c ServersClient) CheckNameAvailability(ctx context.Context, id LocationId, input CheckServerNameAvailabilityParameters) (result CheckNameAvailabilityResponse, err error)
CheckNameAvailability ...
func (ServersClient) Create ¶
func (c ServersClient) Create(ctx context.Context, id ServerId, input AnalysisServicesServer) (result CreateResponse, err error)
Create ...
func (ServersClient) CreateThenPoll ¶
func (c ServersClient) CreateThenPoll(ctx context.Context, id ServerId, input AnalysisServicesServer) error
CreateThenPoll performs Create then polls until it's completed
func (ServersClient) Delete ¶
func (c ServersClient) Delete(ctx context.Context, id ServerId) (result DeleteResponse, err error)
Delete ...
func (ServersClient) DeleteThenPoll ¶
func (c ServersClient) DeleteThenPoll(ctx context.Context, id ServerId) error
DeleteThenPoll performs Delete then polls until it's completed
func (ServersClient) DissociateGateway ¶
func (c ServersClient) DissociateGateway(ctx context.Context, id ServerId) (result DissociateGatewayResponse, err error)
DissociateGateway ...
func (ServersClient) GetDetails ¶
func (c ServersClient) GetDetails(ctx context.Context, id ServerId) (result GetDetailsResponse, err error)
GetDetails ...
func (ServersClient) List ¶
func (c ServersClient) List(ctx context.Context, id SubscriptionId) (result ListResponse, err error)
List ...
func (ServersClient) ListByResourceGroup ¶
func (c ServersClient) ListByResourceGroup(ctx context.Context, id ResourceGroupId) (result ListByResourceGroupResponse, err error)
ListByResourceGroup ...
func (ServersClient) ListGatewayStatus ¶
func (c ServersClient) ListGatewayStatus(ctx context.Context, id ServerId) (result ListGatewayStatusResponse, err error)
ListGatewayStatus ...
func (ServersClient) ListOperationStatuses ¶
func (c ServersClient) ListOperationStatuses(ctx context.Context, id OperationstatuseId) (result ListOperationStatusesResponse, err error)
ListOperationStatuses ...
func (ServersClient) ListSkusForExisting ¶
func (c ServersClient) ListSkusForExisting(ctx context.Context, id ServerId) (result ListSkusForExistingResponse, err error)
ListSkusForExisting ...
func (ServersClient) Resume ¶
func (c ServersClient) Resume(ctx context.Context, id ServerId) (result ResumeResponse, err error)
Resume ...
func (ServersClient) ResumeThenPoll ¶
func (c ServersClient) ResumeThenPoll(ctx context.Context, id ServerId) error
ResumeThenPoll performs Resume then polls until it's completed
func (ServersClient) Suspend ¶
func (c ServersClient) Suspend(ctx context.Context, id ServerId) (result SuspendResponse, err error)
Suspend ...
func (ServersClient) SuspendThenPoll ¶
func (c ServersClient) SuspendThenPoll(ctx context.Context, id ServerId) error
SuspendThenPoll performs Suspend then polls until it's completed
func (ServersClient) Update ¶
func (c ServersClient) Update(ctx context.Context, id ServerId, input AnalysisServicesServerUpdateParameters) (result UpdateResponse, err error)
Update ...
func (ServersClient) UpdateThenPoll ¶
func (c ServersClient) UpdateThenPoll(ctx context.Context, id ServerId, input AnalysisServicesServerUpdateParameters) error
UpdateThenPoll performs Update then polls until it's completed
type SkuDetailsForExistingResource ¶
type SkuDetailsForExistingResource struct { ResourceType *string `json:"resourceType,omitempty"` Sku *ResourceSku `json:"sku,omitempty"` }
type SkuEnumerationForExistingResourceResult ¶
type SkuEnumerationForExistingResourceResult struct {
Value *[]SkuDetailsForExistingResource `json:"value,omitempty"`
}
type State ¶
type State string
const ( StateDeleting State = "Deleting" StateFailed State = "Failed" StatePaused State = "Paused" StatePausing State = "Pausing" StatePreparing State = "Preparing" StateProvisioning State = "Provisioning" StateResuming State = "Resuming" StateScaling State = "Scaling" StateSucceeded State = "Succeeded" StateSuspended State = "Suspended" StateSuspending State = "Suspending" StateUpdating State = "Updating" )
type SubscriptionId ¶
type SubscriptionId struct {
SubscriptionId string
}
func NewSubscriptionID ¶
func NewSubscriptionID(subscriptionId string) SubscriptionId
func ParseSubscriptionID ¶
func ParseSubscriptionID(input string) (*SubscriptionId, error)
ParseSubscriptionID parses a Subscription ID into an SubscriptionId struct
func ParseSubscriptionIDInsensitively ¶
func ParseSubscriptionIDInsensitively(input string) (*SubscriptionId, error)
ParseSubscriptionIDInsensitively parses an Subscription ID into an SubscriptionId struct, insensitively This should only be used to parse an ID for rewriting to a consistent casing, the ParseSubscriptionID method should be used instead for validation etc.
func (SubscriptionId) ID ¶
func (id SubscriptionId) ID() string
func (SubscriptionId) String ¶
func (id SubscriptionId) String() string
type SuspendResponse ¶
type SuspendResponse struct { Poller polling.LongRunningPoller HttpResponse *http.Response }
type UpdateResponse ¶
type UpdateResponse struct { Poller polling.LongRunningPoller HttpResponse *http.Response }
Source Files ¶
- client.go
- constants.go
- id_location.go
- id_operationstatuse.go
- id_resourcegroup.go
- id_server.go
- id_subscription.go
- method_checknameavailability_autorest.go
- method_create_autorest.go
- method_delete_autorest.go
- method_dissociategateway_autorest.go
- method_getdetails_autorest.go
- method_list_autorest.go
- method_listbyresourcegroup_autorest.go
- method_listgatewaystatus_autorest.go
- method_listoperationstatuses_autorest.go
- method_listskusforexisting_autorest.go
- method_resume_autorest.go
- method_suspend_autorest.go
- method_update_autorest.go
- model_analysisservicesserver.go
- model_analysisservicesservermutableproperties.go
- model_analysisservicesserverproperties.go
- model_analysisservicesservers.go
- model_analysisservicesserverupdateparameters.go
- model_checkservernameavailabilityparameters.go
- model_checkservernameavailabilityresult.go
- model_erroradditionalinfo.go
- model_errordetail.go
- model_gatewaydetails.go
- model_gatewayliststatuslive.go
- model_ipv4firewallrule.go
- model_ipv4firewallsettings.go
- model_operationstatus.go
- model_resourcesku.go
- model_serveradministrators.go
- model_skudetailsforexistingresource.go
- model_skuenumerationforexistingresourceresult.go
- version.go