Versions in this module Expand all Collapse all v2 v2.85.6 Nov 18, 2021 v2.85.5 Nov 18, 2021 Changes in this version + type AnalysisServicesServer struct + Id *string + Location string + Name *string + Properties *AnalysisServicesServerProperties + Sku ResourceSku + Tags *map[string]string + Type *string + type AnalysisServicesServerMutableProperties struct + AsAdministrators *ServerAdministrators + BackupBlobContainerUri *string + GatewayDetails *GatewayDetails + IpV4FirewallSettings *IPv4FirewallSettings + ManagedMode *ManagedMode + QuerypoolConnectionMode *ConnectionMode + ServerMonitorMode *ServerMonitorMode + type AnalysisServicesServerProperties struct + AsAdministrators *ServerAdministrators + BackupBlobContainerUri *string + GatewayDetails *GatewayDetails + IpV4FirewallSettings *IPv4FirewallSettings + ManagedMode *ManagedMode + ProvisioningState *ProvisioningState + QuerypoolConnectionMode *ConnectionMode + ServerFullName *string + ServerMonitorMode *ServerMonitorMode + Sku *ResourceSku + State *State + type AnalysisServicesServerUpdateParameters struct + Properties *AnalysisServicesServerMutableProperties + Sku *ResourceSku + Tags *map[string]string + type AnalysisServicesServers struct + Value []AnalysisServicesServer + type CheckNameAvailabilityResponse struct + HttpResponse *http.Response + Model *CheckServerNameAvailabilityResult + type CheckServerNameAvailabilityParameters struct + Name *string + Type *string + type CheckServerNameAvailabilityResult struct + Message *string + NameAvailable *bool + Reason *string + type ConnectionMode string + const ConnectionModeAll + const ConnectionModeReadOnly + type CreateResponse struct + HttpResponse *http.Response + Poller polling.LongRunningPoller + type DeleteResponse struct + HttpResponse *http.Response + Poller polling.LongRunningPoller + type DissociateGatewayResponse struct + HttpResponse *http.Response + type ErrorAdditionalInfo struct + Info *interface{} + Type *string + type ErrorDetail struct + AdditionalInfo *[]ErrorAdditionalInfo + Code *string + Details *[]ErrorDetail + HttpStatusCode *int64 + Message *string + SubCode *int64 + Target *string + TimeStamp *string + type GatewayDetails struct + DmtsClusterUri *string + GatewayObjectId *string + GatewayResourceId *string + type GatewayListStatusLive struct + Status *Status + type GetDetailsResponse struct + HttpResponse *http.Response + Model *AnalysisServicesServer + type IPv4FirewallRule struct + FirewallRuleName *string + RangeEnd *string + RangeStart *string + type IPv4FirewallSettings struct + EnablePowerBIService *bool + FirewallRules *[]IPv4FirewallRule + type ListByResourceGroupResponse struct + HttpResponse *http.Response + Model *AnalysisServicesServers + type ListGatewayStatusResponse struct + HttpResponse *http.Response + Model *GatewayListStatusLive + type ListOperationStatusesResponse struct + HttpResponse *http.Response + Model *OperationStatus + type ListResponse struct + HttpResponse *http.Response + Model *AnalysisServicesServers + type ListSkusForExistingResponse struct + HttpResponse *http.Response + Model *SkuEnumerationForExistingResourceResult + type LocationId struct + Name string + SubscriptionId string + func NewLocationID(subscriptionId, name string) LocationId + func ParseLocationID(input string) (*LocationId, error) + func ParseLocationIDInsensitively(input string) (*LocationId, error) + func (id LocationId) ID() string + func (id LocationId) String() string + type ManagedMode int64 + const ManagedModeOne + const ManagedModeZero + type OperationStatus struct + EndTime *string + Error *ErrorDetail + Id *string + Name *string + StartTime *string + Status *string + type OperationstatuseId struct + LocationName string + Name string + SubscriptionId string + func NewOperationstatuseID(subscriptionId, locationName, name string) OperationstatuseId + func ParseOperationstatuseID(input string) (*OperationstatuseId, error) + func ParseOperationstatuseIDInsensitively(input string) (*OperationstatuseId, error) + func (id OperationstatuseId) ID() string + func (id OperationstatuseId) String() string + type ProvisioningState string + const ProvisioningStateDeleting + const ProvisioningStateFailed + const ProvisioningStatePaused + const ProvisioningStatePausing + const ProvisioningStatePreparing + const ProvisioningStateProvisioning + const ProvisioningStateResuming + const ProvisioningStateScaling + const ProvisioningStateSucceeded + const ProvisioningStateSuspended + const ProvisioningStateSuspending + const ProvisioningStateUpdating + type ResourceGroupId struct + ResourceGroup string + SubscriptionId string + func NewResourceGroupID(subscriptionId, resourceGroup string) ResourceGroupId + func ParseResourceGroupID(input string) (*ResourceGroupId, error) + func ParseResourceGroupIDInsensitively(input string) (*ResourceGroupId, error) + func (id ResourceGroupId) ID() string + func (id ResourceGroupId) String() string + type ResourceSku struct + Capacity *int64 + Name string + Tier *SkuTier + type ResumeResponse struct + HttpResponse *http.Response + Poller polling.LongRunningPoller + type ServerAdministrators struct + Members *[]string + type ServerId struct + Name string + ResourceGroup string + SubscriptionId string + func NewServerID(subscriptionId, resourceGroup, name string) ServerId + func ParseServerID(input string) (*ServerId, error) + func ParseServerIDInsensitively(input string) (*ServerId, error) + func (id ServerId) ID() string + func (id ServerId) String() string + type ServerMonitorMode int64 + const ServerMonitorModeOne + const ServerMonitorModeZero + type ServersClient struct + Client autorest.Client + func NewServersClientWithBaseURI(endpoint string) 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 struct + ResourceType *string + Sku *ResourceSku + type SkuEnumerationForExistingResourceResult struct + Value *[]SkuDetailsForExistingResource + type SkuTier string + const SkuTierBasic + const SkuTierDevelopment + const SkuTierStandard + type State string + const StateDeleting + const StateFailed + const StatePaused + const StatePausing + const StatePreparing + const StateProvisioning + const StateResuming + const StateScaling + const StateSucceeded + const StateSuspended + const StateSuspending + const StateUpdating + type Status int64 + const StatusZero + type SubscriptionId struct + SubscriptionId string + func NewSubscriptionID(subscriptionId string) SubscriptionId + func ParseSubscriptionID(input string) (*SubscriptionId, error) + func ParseSubscriptionIDInsensitively(input string) (*SubscriptionId, error) + func (id SubscriptionId) ID() string + func (id SubscriptionId) String() string + type SuspendResponse struct + HttpResponse *http.Response + Poller polling.LongRunningPoller + type UpdateResponse struct + HttpResponse *http.Response + Poller polling.LongRunningPoller