Class: Azure::AnalysisServices::Mgmt::V2017_08_01_beta::Models::AnalysisServicesServer

Inherits:
Resource
  • Object
show all
Includes:
MsRestAzure
Defined in:
lib/2017-08-01-beta/generated/azure_mgmt_analysis_services/models/analysis_services_server.rb

Overview

Represents an instance of an Analysis Services resource.

Instance Attribute Summary collapse

Attributes inherited from Resource

#id, #location, #name, #sku, #tags, #type

Class Method Summary collapse

Methods inherited from Resource

#resource_group

Instance Attribute Details

#as_administratorsServerAdministrators

Returns A collection of AS server administrators.

Returns:



16
17
18
# File 'lib/2017-08-01-beta/generated/azure_mgmt_analysis_services/models/analysis_services_server.rb', line 16

def as_administrators
  @as_administrators
end

#backup_blob_container_uriString

Returns The SAS container URI to the backup container.

Returns:

  • (String)

    The SAS container URI to the backup container.



19
20
21
# File 'lib/2017-08-01-beta/generated/azure_mgmt_analysis_services/models/analysis_services_server.rb', line 19

def backup_blob_container_uri
  @backup_blob_container_uri
end

#gateway_detailsGatewayDetails

server.

Returns:



23
24
25
# File 'lib/2017-08-01-beta/generated/azure_mgmt_analysis_services/models/analysis_services_server.rb', line 23

def gateway_details
  @gateway_details
end

#ip_v4firewall_settingsIPv4FirewallSettings

Returns The firewall settings for the AS server.

Returns:



26
27
28
# File 'lib/2017-08-01-beta/generated/azure_mgmt_analysis_services/models/analysis_services_server.rb', line 26

def ip_v4firewall_settings
  @ip_v4firewall_settings
end

#provisioning_stateProvisioningState

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’

Returns:



50
51
52
# File 'lib/2017-08-01-beta/generated/azure_mgmt_analysis_services/models/analysis_services_server.rb', line 50

def provisioning_state
  @provisioning_state
end

#querypool_connection_modeConnectionMode

the query pool is controlled.<br/>It can have the following values: <ul><li>readOnly - indicates that the read-write server is intended not to participate in query operations</li><li>all - indicates that the read-write server can participate in query operations</li></ul>Specifying readOnly when capacity is 1 results in error. Possible values include: ‘All’, ‘ReadOnly’. Default value: ‘All’ .

Returns:



36
37
38
# File 'lib/2017-08-01-beta/generated/azure_mgmt_analysis_services/models/analysis_services_server.rb', line 36

def querypool_connection_mode
  @querypool_connection_mode
end

#server_full_nameString

Returns The full name of the Analysis Services resource.

Returns:

  • (String)

    The full name of the Analysis Services resource.



53
54
55
# File 'lib/2017-08-01-beta/generated/azure_mgmt_analysis_services/models/analysis_services_server.rb', line 53

def server_full_name
  @server_full_name
end

#stateState

state is to indicate more states outside of resource provisioning. Possible values include: ‘Deleting’, ‘Succeeded’, ‘Failed’, ‘Paused’, ‘Suspended’, ‘Provisioning’, ‘Updating’, ‘Suspending’, ‘Pausing’, ‘Resuming’, ‘Preparing’, ‘Scaling’

Returns:

  • (State)

    The current state of Analysis Services resource. The



43
44
45
# File 'lib/2017-08-01-beta/generated/azure_mgmt_analysis_services/models/analysis_services_server.rb', line 43

def state
  @state
end

Class Method Details

.mapperObject

Mapper for AnalysisServicesServer class as Ruby Hash. This will be used for serialization/deserialization.



60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
# File 'lib/2017-08-01-beta/generated/azure_mgmt_analysis_services/models/analysis_services_server.rb', line 60

def self.mapper()
  {
    client_side_validation: true,
    required: false,
    serialized_name: 'AnalysisServicesServer',
    type: {
      name: 'Composite',
      class_name: 'AnalysisServicesServer',
      model_properties: {
        id: {
          client_side_validation: true,
          required: false,
          read_only: true,
          serialized_name: 'id',
          type: {
            name: 'String'
          }
        },
        name: {
          client_side_validation: true,
          required: false,
          read_only: true,
          serialized_name: 'name',
          type: {
            name: 'String'
          }
        },
        type: {
          client_side_validation: true,
          required: false,
          read_only: true,
          serialized_name: 'type',
          type: {
            name: 'String'
          }
        },
        location: {
          client_side_validation: true,
          required: true,
          serialized_name: 'location',
          type: {
            name: 'String'
          }
        },
        sku: {
          client_side_validation: true,
          required: true,
          serialized_name: 'sku',
          type: {
            name: 'Composite',
            class_name: 'ResourceSku'
          }
        },
        tags: {
          client_side_validation: true,
          required: false,
          serialized_name: 'tags',
          type: {
            name: 'Dictionary',
            value: {
                client_side_validation: true,
                required: false,
                serialized_name: 'StringElementType',
                type: {
                  name: 'String'
                }
            }
          }
        },
        as_administrators: {
          client_side_validation: true,
          required: false,
          serialized_name: 'properties.asAdministrators',
          type: {
            name: 'Composite',
            class_name: 'ServerAdministrators'
          }
        },
        backup_blob_container_uri: {
          client_side_validation: true,
          required: false,
          serialized_name: 'properties.backupBlobContainerUri',
          type: {
            name: 'String'
          }
        },
        gateway_details: {
          client_side_validation: true,
          required: false,
          serialized_name: 'properties.gatewayDetails',
          type: {
            name: 'Composite',
            class_name: 'GatewayDetails'
          }
        },
        ip_v4firewall_settings: {
          client_side_validation: true,
          required: false,
          serialized_name: 'properties.ipV4FirewallSettings',
          type: {
            name: 'Composite',
            class_name: 'IPv4FirewallSettings'
          }
        },
        querypool_connection_mode: {
          client_side_validation: true,
          required: false,
          serialized_name: 'properties.querypoolConnectionMode',
          default_value: 'All',
          type: {
            name: 'Enum',
            module: 'ConnectionMode'
          }
        },
        state: {
          client_side_validation: true,
          required: false,
          read_only: true,
          serialized_name: 'properties.state',
          type: {
            name: 'String'
          }
        },
        provisioning_state: {
          client_side_validation: true,
          required: false,
          read_only: true,
          serialized_name: 'properties.provisioningState',
          type: {
            name: 'String'
          }
        },
        server_full_name: {
          client_side_validation: true,
          required: false,
          read_only: true,
          serialized_name: 'properties.serverFullName',
          type: {
            name: 'String'
          }
        }
      }
    }
  }
end