azure_mgmt_kusto 0.17.0 → 0.17.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/2017-09-07-privatepreview/generated/azure_mgmt_kusto/kusto_management_client.rb +1 -1
- data/lib/2018-09-07-preview/generated/azure_mgmt_kusto/kusto_management_client.rb +1 -1
- data/lib/2019-01-21/generated/azure_mgmt_kusto.rb +71 -0
- data/lib/2019-01-21/generated/azure_mgmt_kusto/clusters.rb +1281 -0
- data/lib/2019-01-21/generated/azure_mgmt_kusto/data_connections.rb +836 -0
- data/lib/2019-01-21/generated/azure_mgmt_kusto/databases.rb +1131 -0
- data/lib/2019-01-21/generated/azure_mgmt_kusto/kusto_management_client.rb +145 -0
- data/lib/2019-01-21/generated/azure_mgmt_kusto/models/azure_capacity.rb +80 -0
- data/lib/2019-01-21/generated/azure_mgmt_kusto/models/azure_entity_resource.rb +75 -0
- data/lib/2019-01-21/generated/azure_mgmt_kusto/models/azure_resource_sku.rb +70 -0
- data/lib/2019-01-21/generated/azure_mgmt_kusto/models/azure_scale_type.rb +17 -0
- data/lib/2019-01-21/generated/azure_mgmt_kusto/models/azure_sku.rb +71 -0
- data/lib/2019-01-21/generated/azure_mgmt_kusto/models/azure_sku_name.rb +21 -0
- data/lib/2019-01-21/generated/azure_mgmt_kusto/models/check_name_result.rb +70 -0
- data/lib/2019-01-21/generated/azure_mgmt_kusto/models/cluster.rb +171 -0
- data/lib/2019-01-21/generated/azure_mgmt_kusto/models/cluster_check_name_request.rb +60 -0
- data/lib/2019-01-21/generated/azure_mgmt_kusto/models/cluster_list_result.rb +55 -0
- data/lib/2019-01-21/generated/azure_mgmt_kusto/models/cluster_update.rb +176 -0
- data/lib/2019-01-21/generated/azure_mgmt_kusto/models/data_connection.rb +82 -0
- data/lib/2019-01-21/generated/azure_mgmt_kusto/models/data_connection_list_result.rb +57 -0
- data/lib/2019-01-21/generated/azure_mgmt_kusto/models/data_connection_validation.rb +60 -0
- data/lib/2019-01-21/generated/azure_mgmt_kusto/models/data_connection_validation_list_result.rb +56 -0
- data/lib/2019-01-21/generated/azure_mgmt_kusto/models/data_connection_validation_result.rb +47 -0
- data/lib/2019-01-21/generated/azure_mgmt_kusto/models/data_format.rb +25 -0
- data/lib/2019-01-21/generated/azure_mgmt_kusto/models/database.rb +123 -0
- data/lib/2019-01-21/generated/azure_mgmt_kusto/models/database_check_name_request.rb +61 -0
- data/lib/2019-01-21/generated/azure_mgmt_kusto/models/database_list_result.rb +55 -0
- data/lib/2019-01-21/generated/azure_mgmt_kusto/models/database_principal.rb +105 -0
- data/lib/2019-01-21/generated/azure_mgmt_kusto/models/database_principal_list_request.rb +56 -0
- data/lib/2019-01-21/generated/azure_mgmt_kusto/models/database_principal_list_result.rb +56 -0
- data/lib/2019-01-21/generated/azure_mgmt_kusto/models/database_principal_role.rb +20 -0
- data/lib/2019-01-21/generated/azure_mgmt_kusto/models/database_principal_type.rb +17 -0
- data/lib/2019-01-21/generated/azure_mgmt_kusto/models/database_statistics.rb +47 -0
- data/lib/2019-01-21/generated/azure_mgmt_kusto/models/database_update.rb +123 -0
- data/lib/2019-01-21/generated/azure_mgmt_kusto/models/event_grid_data_connection.rb +158 -0
- data/lib/2019-01-21/generated/azure_mgmt_kusto/models/event_hub_data_connection.rb +146 -0
- data/lib/2019-01-21/generated/azure_mgmt_kusto/models/list_resource_skus_result.rb +56 -0
- data/lib/2019-01-21/generated/azure_mgmt_kusto/models/list_skus_result.rb +56 -0
- data/lib/2019-01-21/generated/azure_mgmt_kusto/models/operation.rb +82 -0
- data/lib/2019-01-21/generated/azure_mgmt_kusto/models/operation_display.rb +80 -0
- data/lib/2019-01-21/generated/azure_mgmt_kusto/models/operation_list_result.rb +98 -0
- data/lib/2019-01-21/generated/azure_mgmt_kusto/models/provisioning_state.rb +19 -0
- data/lib/2019-01-21/generated/azure_mgmt_kusto/models/proxy_resource.rb +63 -0
- data/lib/2019-01-21/generated/azure_mgmt_kusto/models/resource.rb +83 -0
- data/lib/2019-01-21/generated/azure_mgmt_kusto/models/state.rb +23 -0
- data/lib/2019-01-21/generated/azure_mgmt_kusto/models/tracked_resource.rb +92 -0
- data/lib/2019-01-21/generated/azure_mgmt_kusto/models/trusted_external_tenant.rb +46 -0
- data/lib/2019-01-21/generated/azure_mgmt_kusto/module_definition.rb +9 -0
- data/lib/2019-01-21/generated/azure_mgmt_kusto/operations.rb +217 -0
- data/lib/azure_mgmt_kusto.rb +1 -0
- data/lib/profiles/latest/modules/kusto_profile_module.rb +109 -105
- data/lib/version.rb +1 -1
- metadata +49 -2
@@ -0,0 +1,21 @@
|
|
1
|
+
# encoding: utf-8
|
2
|
+
# Code generated by Microsoft (R) AutoRest Code Generator.
|
3
|
+
# Changes may cause incorrect behavior and will be lost if the code is
|
4
|
+
# regenerated.
|
5
|
+
|
6
|
+
module Azure::Kusto::Mgmt::V2019_01_21
|
7
|
+
module Models
|
8
|
+
#
|
9
|
+
# Defines values for AzureSkuName
|
10
|
+
#
|
11
|
+
module AzureSkuName
|
12
|
+
D13V2 = "D13_v2"
|
13
|
+
D14V2 = "D14_v2"
|
14
|
+
L8 = "L8"
|
15
|
+
L16 = "L16"
|
16
|
+
D11V2 = "D11_v2"
|
17
|
+
D12V2 = "D12_v2"
|
18
|
+
L4 = "L4"
|
19
|
+
end
|
20
|
+
end
|
21
|
+
end
|
@@ -0,0 +1,70 @@
|
|
1
|
+
# encoding: utf-8
|
2
|
+
# Code generated by Microsoft (R) AutoRest Code Generator.
|
3
|
+
# Changes may cause incorrect behavior and will be lost if the code is
|
4
|
+
# regenerated.
|
5
|
+
|
6
|
+
module Azure::Kusto::Mgmt::V2019_01_21
|
7
|
+
module Models
|
8
|
+
#
|
9
|
+
# The result returned from a check name availability request.
|
10
|
+
#
|
11
|
+
class CheckNameResult
|
12
|
+
|
13
|
+
include MsRestAzure
|
14
|
+
|
15
|
+
# @return [Boolean] Specifies a Boolean value that indicates if the name
|
16
|
+
# is available.
|
17
|
+
attr_accessor :name_available
|
18
|
+
|
19
|
+
# @return [String] The name that was checked.
|
20
|
+
attr_accessor :name
|
21
|
+
|
22
|
+
# @return [String] Message indicating an unavailable name due to a
|
23
|
+
# conflict, or a description of the naming rules that are violated.
|
24
|
+
attr_accessor :message
|
25
|
+
|
26
|
+
|
27
|
+
#
|
28
|
+
# Mapper for CheckNameResult class as Ruby Hash.
|
29
|
+
# This will be used for serialization/deserialization.
|
30
|
+
#
|
31
|
+
def self.mapper()
|
32
|
+
{
|
33
|
+
client_side_validation: true,
|
34
|
+
required: false,
|
35
|
+
serialized_name: 'CheckNameResult',
|
36
|
+
type: {
|
37
|
+
name: 'Composite',
|
38
|
+
class_name: 'CheckNameResult',
|
39
|
+
model_properties: {
|
40
|
+
name_available: {
|
41
|
+
client_side_validation: true,
|
42
|
+
required: false,
|
43
|
+
serialized_name: 'nameAvailable',
|
44
|
+
type: {
|
45
|
+
name: 'Boolean'
|
46
|
+
}
|
47
|
+
},
|
48
|
+
name: {
|
49
|
+
client_side_validation: true,
|
50
|
+
required: false,
|
51
|
+
serialized_name: 'name',
|
52
|
+
type: {
|
53
|
+
name: 'String'
|
54
|
+
}
|
55
|
+
},
|
56
|
+
message: {
|
57
|
+
client_side_validation: true,
|
58
|
+
required: false,
|
59
|
+
serialized_name: 'message',
|
60
|
+
type: {
|
61
|
+
name: 'String'
|
62
|
+
}
|
63
|
+
}
|
64
|
+
}
|
65
|
+
}
|
66
|
+
}
|
67
|
+
end
|
68
|
+
end
|
69
|
+
end
|
70
|
+
end
|
@@ -0,0 +1,171 @@
|
|
1
|
+
# encoding: utf-8
|
2
|
+
# Code generated by Microsoft (R) AutoRest Code Generator.
|
3
|
+
# Changes may cause incorrect behavior and will be lost if the code is
|
4
|
+
# regenerated.
|
5
|
+
|
6
|
+
module Azure::Kusto::Mgmt::V2019_01_21
|
7
|
+
module Models
|
8
|
+
#
|
9
|
+
# Class representing a Kusto cluster.
|
10
|
+
#
|
11
|
+
class Cluster < TrackedResource
|
12
|
+
|
13
|
+
include MsRestAzure
|
14
|
+
|
15
|
+
# @return [AzureSku] The SKU of the cluster.
|
16
|
+
attr_accessor :sku
|
17
|
+
|
18
|
+
# @return [State] The state of the resource. Possible values include:
|
19
|
+
# 'Creating', 'Unavailable', 'Running', 'Deleting', 'Deleted',
|
20
|
+
# 'Stopping', 'Stopped', 'Starting', 'Updating'
|
21
|
+
attr_accessor :state
|
22
|
+
|
23
|
+
# @return [ProvisioningState] The provisioned state of the resource.
|
24
|
+
# Possible values include: 'Running', 'Creating', 'Deleting',
|
25
|
+
# 'Succeeded', 'Failed'
|
26
|
+
attr_accessor :provisioning_state
|
27
|
+
|
28
|
+
# @return [String] The cluster URI.
|
29
|
+
attr_accessor :uri
|
30
|
+
|
31
|
+
# @return [String] The cluster data ingestion URI.
|
32
|
+
attr_accessor :data_ingestion_uri
|
33
|
+
|
34
|
+
# @return [Array<TrustedExternalTenant>] The cluster's external tenants.
|
35
|
+
attr_accessor :trusted_external_tenants
|
36
|
+
|
37
|
+
|
38
|
+
#
|
39
|
+
# Mapper for Cluster class as Ruby Hash.
|
40
|
+
# This will be used for serialization/deserialization.
|
41
|
+
#
|
42
|
+
def self.mapper()
|
43
|
+
{
|
44
|
+
client_side_validation: true,
|
45
|
+
required: false,
|
46
|
+
serialized_name: 'Cluster',
|
47
|
+
type: {
|
48
|
+
name: 'Composite',
|
49
|
+
class_name: 'Cluster',
|
50
|
+
model_properties: {
|
51
|
+
id: {
|
52
|
+
client_side_validation: true,
|
53
|
+
required: false,
|
54
|
+
read_only: true,
|
55
|
+
serialized_name: 'id',
|
56
|
+
type: {
|
57
|
+
name: 'String'
|
58
|
+
}
|
59
|
+
},
|
60
|
+
name: {
|
61
|
+
client_side_validation: true,
|
62
|
+
required: false,
|
63
|
+
read_only: true,
|
64
|
+
serialized_name: 'name',
|
65
|
+
type: {
|
66
|
+
name: 'String'
|
67
|
+
}
|
68
|
+
},
|
69
|
+
type: {
|
70
|
+
client_side_validation: true,
|
71
|
+
required: false,
|
72
|
+
read_only: true,
|
73
|
+
serialized_name: 'type',
|
74
|
+
type: {
|
75
|
+
name: 'String'
|
76
|
+
}
|
77
|
+
},
|
78
|
+
tags: {
|
79
|
+
client_side_validation: true,
|
80
|
+
required: false,
|
81
|
+
serialized_name: 'tags',
|
82
|
+
type: {
|
83
|
+
name: 'Dictionary',
|
84
|
+
value: {
|
85
|
+
client_side_validation: true,
|
86
|
+
required: false,
|
87
|
+
serialized_name: 'StringElementType',
|
88
|
+
type: {
|
89
|
+
name: 'String'
|
90
|
+
}
|
91
|
+
}
|
92
|
+
}
|
93
|
+
},
|
94
|
+
location: {
|
95
|
+
client_side_validation: true,
|
96
|
+
required: true,
|
97
|
+
serialized_name: 'location',
|
98
|
+
type: {
|
99
|
+
name: 'String'
|
100
|
+
}
|
101
|
+
},
|
102
|
+
sku: {
|
103
|
+
client_side_validation: true,
|
104
|
+
required: true,
|
105
|
+
serialized_name: 'sku',
|
106
|
+
default_value: {},
|
107
|
+
type: {
|
108
|
+
name: 'Composite',
|
109
|
+
class_name: 'AzureSku'
|
110
|
+
}
|
111
|
+
},
|
112
|
+
state: {
|
113
|
+
client_side_validation: true,
|
114
|
+
required: false,
|
115
|
+
read_only: true,
|
116
|
+
serialized_name: 'properties.state',
|
117
|
+
type: {
|
118
|
+
name: 'String'
|
119
|
+
}
|
120
|
+
},
|
121
|
+
provisioning_state: {
|
122
|
+
client_side_validation: true,
|
123
|
+
required: false,
|
124
|
+
read_only: true,
|
125
|
+
serialized_name: 'properties.provisioningState',
|
126
|
+
type: {
|
127
|
+
name: 'String'
|
128
|
+
}
|
129
|
+
},
|
130
|
+
uri: {
|
131
|
+
client_side_validation: true,
|
132
|
+
required: false,
|
133
|
+
read_only: true,
|
134
|
+
serialized_name: 'properties.uri',
|
135
|
+
type: {
|
136
|
+
name: 'String'
|
137
|
+
}
|
138
|
+
},
|
139
|
+
data_ingestion_uri: {
|
140
|
+
client_side_validation: true,
|
141
|
+
required: false,
|
142
|
+
read_only: true,
|
143
|
+
serialized_name: 'properties.dataIngestionUri',
|
144
|
+
type: {
|
145
|
+
name: 'String'
|
146
|
+
}
|
147
|
+
},
|
148
|
+
trusted_external_tenants: {
|
149
|
+
client_side_validation: true,
|
150
|
+
required: false,
|
151
|
+
serialized_name: 'properties.trustedExternalTenants',
|
152
|
+
type: {
|
153
|
+
name: 'Sequence',
|
154
|
+
element: {
|
155
|
+
client_side_validation: true,
|
156
|
+
required: false,
|
157
|
+
serialized_name: 'TrustedExternalTenantElementType',
|
158
|
+
type: {
|
159
|
+
name: 'Composite',
|
160
|
+
class_name: 'TrustedExternalTenant'
|
161
|
+
}
|
162
|
+
}
|
163
|
+
}
|
164
|
+
}
|
165
|
+
}
|
166
|
+
}
|
167
|
+
}
|
168
|
+
end
|
169
|
+
end
|
170
|
+
end
|
171
|
+
end
|
@@ -0,0 +1,60 @@
|
|
1
|
+
# encoding: utf-8
|
2
|
+
# Code generated by Microsoft (R) AutoRest Code Generator.
|
3
|
+
# Changes may cause incorrect behavior and will be lost if the code is
|
4
|
+
# regenerated.
|
5
|
+
|
6
|
+
module Azure::Kusto::Mgmt::V2019_01_21
|
7
|
+
module Models
|
8
|
+
#
|
9
|
+
# The result returned from a cluster check name availability request.
|
10
|
+
#
|
11
|
+
class ClusterCheckNameRequest
|
12
|
+
|
13
|
+
include MsRestAzure
|
14
|
+
|
15
|
+
# @return [String] Cluster name.
|
16
|
+
attr_accessor :name
|
17
|
+
|
18
|
+
# @return [String] The type of resource, Microsoft.Kusto/clusters.
|
19
|
+
# Default value: 'Microsoft.Kusto/clusters' .
|
20
|
+
attr_accessor :type
|
21
|
+
|
22
|
+
|
23
|
+
#
|
24
|
+
# Mapper for ClusterCheckNameRequest class as Ruby Hash.
|
25
|
+
# This will be used for serialization/deserialization.
|
26
|
+
#
|
27
|
+
def self.mapper()
|
28
|
+
{
|
29
|
+
client_side_validation: true,
|
30
|
+
required: false,
|
31
|
+
serialized_name: 'ClusterCheckNameRequest',
|
32
|
+
type: {
|
33
|
+
name: 'Composite',
|
34
|
+
class_name: 'ClusterCheckNameRequest',
|
35
|
+
model_properties: {
|
36
|
+
name: {
|
37
|
+
client_side_validation: true,
|
38
|
+
required: true,
|
39
|
+
serialized_name: 'name',
|
40
|
+
type: {
|
41
|
+
name: 'String'
|
42
|
+
}
|
43
|
+
},
|
44
|
+
type: {
|
45
|
+
client_side_validation: true,
|
46
|
+
required: true,
|
47
|
+
is_constant: true,
|
48
|
+
serialized_name: 'type',
|
49
|
+
default_value: 'Microsoft.Kusto/clusters',
|
50
|
+
type: {
|
51
|
+
name: 'String'
|
52
|
+
}
|
53
|
+
}
|
54
|
+
}
|
55
|
+
}
|
56
|
+
}
|
57
|
+
end
|
58
|
+
end
|
59
|
+
end
|
60
|
+
end
|
@@ -0,0 +1,55 @@
|
|
1
|
+
# encoding: utf-8
|
2
|
+
# Code generated by Microsoft (R) AutoRest Code Generator.
|
3
|
+
# Changes may cause incorrect behavior and will be lost if the code is
|
4
|
+
# regenerated.
|
5
|
+
|
6
|
+
module Azure::Kusto::Mgmt::V2019_01_21
|
7
|
+
module Models
|
8
|
+
#
|
9
|
+
# The list Kusto clusters operation response.
|
10
|
+
#
|
11
|
+
class ClusterListResult
|
12
|
+
|
13
|
+
include MsRestAzure
|
14
|
+
|
15
|
+
# @return [Array<Cluster>] The list of Kusto clusters.
|
16
|
+
attr_accessor :value
|
17
|
+
|
18
|
+
|
19
|
+
#
|
20
|
+
# Mapper for ClusterListResult class as Ruby Hash.
|
21
|
+
# This will be used for serialization/deserialization.
|
22
|
+
#
|
23
|
+
def self.mapper()
|
24
|
+
{
|
25
|
+
client_side_validation: true,
|
26
|
+
required: false,
|
27
|
+
serialized_name: 'ClusterListResult',
|
28
|
+
type: {
|
29
|
+
name: 'Composite',
|
30
|
+
class_name: 'ClusterListResult',
|
31
|
+
model_properties: {
|
32
|
+
value: {
|
33
|
+
client_side_validation: true,
|
34
|
+
required: false,
|
35
|
+
serialized_name: 'value',
|
36
|
+
type: {
|
37
|
+
name: 'Sequence',
|
38
|
+
element: {
|
39
|
+
client_side_validation: true,
|
40
|
+
required: false,
|
41
|
+
serialized_name: 'ClusterElementType',
|
42
|
+
type: {
|
43
|
+
name: 'Composite',
|
44
|
+
class_name: 'Cluster'
|
45
|
+
}
|
46
|
+
}
|
47
|
+
}
|
48
|
+
}
|
49
|
+
}
|
50
|
+
}
|
51
|
+
}
|
52
|
+
end
|
53
|
+
end
|
54
|
+
end
|
55
|
+
end
|
@@ -0,0 +1,176 @@
|
|
1
|
+
# encoding: utf-8
|
2
|
+
# Code generated by Microsoft (R) AutoRest Code Generator.
|
3
|
+
# Changes may cause incorrect behavior and will be lost if the code is
|
4
|
+
# regenerated.
|
5
|
+
|
6
|
+
module Azure::Kusto::Mgmt::V2019_01_21
|
7
|
+
module Models
|
8
|
+
#
|
9
|
+
# Class representing an update to a Kusto cluster.
|
10
|
+
#
|
11
|
+
class ClusterUpdate < Resource
|
12
|
+
|
13
|
+
include MsRestAzure
|
14
|
+
|
15
|
+
# @return [Hash{String => String}] Resource tags.
|
16
|
+
attr_accessor :tags
|
17
|
+
|
18
|
+
# @return [String] Resource location.
|
19
|
+
attr_accessor :location
|
20
|
+
|
21
|
+
# @return [AzureSku] The SKU of the cluster.
|
22
|
+
attr_accessor :sku
|
23
|
+
|
24
|
+
# @return [State] The state of the resource. Possible values include:
|
25
|
+
# 'Creating', 'Unavailable', 'Running', 'Deleting', 'Deleted',
|
26
|
+
# 'Stopping', 'Stopped', 'Starting', 'Updating'
|
27
|
+
attr_accessor :state
|
28
|
+
|
29
|
+
# @return [ProvisioningState] The provisioned state of the resource.
|
30
|
+
# Possible values include: 'Running', 'Creating', 'Deleting',
|
31
|
+
# 'Succeeded', 'Failed'
|
32
|
+
attr_accessor :provisioning_state
|
33
|
+
|
34
|
+
# @return [String] The cluster URI.
|
35
|
+
attr_accessor :uri
|
36
|
+
|
37
|
+
# @return [String] The cluster data ingestion URI.
|
38
|
+
attr_accessor :data_ingestion_uri
|
39
|
+
|
40
|
+
# @return [Array<TrustedExternalTenant>] The cluster's external tenants.
|
41
|
+
attr_accessor :trusted_external_tenants
|
42
|
+
|
43
|
+
|
44
|
+
#
|
45
|
+
# Mapper for ClusterUpdate class as Ruby Hash.
|
46
|
+
# This will be used for serialization/deserialization.
|
47
|
+
#
|
48
|
+
def self.mapper()
|
49
|
+
{
|
50
|
+
client_side_validation: true,
|
51
|
+
required: false,
|
52
|
+
serialized_name: 'ClusterUpdate',
|
53
|
+
type: {
|
54
|
+
name: 'Composite',
|
55
|
+
class_name: 'ClusterUpdate',
|
56
|
+
model_properties: {
|
57
|
+
id: {
|
58
|
+
client_side_validation: true,
|
59
|
+
required: false,
|
60
|
+
read_only: true,
|
61
|
+
serialized_name: 'id',
|
62
|
+
type: {
|
63
|
+
name: 'String'
|
64
|
+
}
|
65
|
+
},
|
66
|
+
name: {
|
67
|
+
client_side_validation: true,
|
68
|
+
required: false,
|
69
|
+
read_only: true,
|
70
|
+
serialized_name: 'name',
|
71
|
+
type: {
|
72
|
+
name: 'String'
|
73
|
+
}
|
74
|
+
},
|
75
|
+
type: {
|
76
|
+
client_side_validation: true,
|
77
|
+
required: false,
|
78
|
+
read_only: true,
|
79
|
+
serialized_name: 'type',
|
80
|
+
type: {
|
81
|
+
name: 'String'
|
82
|
+
}
|
83
|
+
},
|
84
|
+
tags: {
|
85
|
+
client_side_validation: true,
|
86
|
+
required: false,
|
87
|
+
serialized_name: 'tags',
|
88
|
+
type: {
|
89
|
+
name: 'Dictionary',
|
90
|
+
value: {
|
91
|
+
client_side_validation: true,
|
92
|
+
required: false,
|
93
|
+
serialized_name: 'StringElementType',
|
94
|
+
type: {
|
95
|
+
name: 'String'
|
96
|
+
}
|
97
|
+
}
|
98
|
+
}
|
99
|
+
},
|
100
|
+
location: {
|
101
|
+
client_side_validation: true,
|
102
|
+
required: false,
|
103
|
+
serialized_name: 'location',
|
104
|
+
type: {
|
105
|
+
name: 'String'
|
106
|
+
}
|
107
|
+
},
|
108
|
+
sku: {
|
109
|
+
client_side_validation: true,
|
110
|
+
required: false,
|
111
|
+
serialized_name: 'sku',
|
112
|
+
type: {
|
113
|
+
name: 'Composite',
|
114
|
+
class_name: 'AzureSku'
|
115
|
+
}
|
116
|
+
},
|
117
|
+
state: {
|
118
|
+
client_side_validation: true,
|
119
|
+
required: false,
|
120
|
+
read_only: true,
|
121
|
+
serialized_name: 'properties.state',
|
122
|
+
type: {
|
123
|
+
name: 'String'
|
124
|
+
}
|
125
|
+
},
|
126
|
+
provisioning_state: {
|
127
|
+
client_side_validation: true,
|
128
|
+
required: false,
|
129
|
+
read_only: true,
|
130
|
+
serialized_name: 'properties.provisioningState',
|
131
|
+
type: {
|
132
|
+
name: 'String'
|
133
|
+
}
|
134
|
+
},
|
135
|
+
uri: {
|
136
|
+
client_side_validation: true,
|
137
|
+
required: false,
|
138
|
+
read_only: true,
|
139
|
+
serialized_name: 'properties.uri',
|
140
|
+
type: {
|
141
|
+
name: 'String'
|
142
|
+
}
|
143
|
+
},
|
144
|
+
data_ingestion_uri: {
|
145
|
+
client_side_validation: true,
|
146
|
+
required: false,
|
147
|
+
read_only: true,
|
148
|
+
serialized_name: 'properties.dataIngestionUri',
|
149
|
+
type: {
|
150
|
+
name: 'String'
|
151
|
+
}
|
152
|
+
},
|
153
|
+
trusted_external_tenants: {
|
154
|
+
client_side_validation: true,
|
155
|
+
required: false,
|
156
|
+
serialized_name: 'properties.trustedExternalTenants',
|
157
|
+
type: {
|
158
|
+
name: 'Sequence',
|
159
|
+
element: {
|
160
|
+
client_side_validation: true,
|
161
|
+
required: false,
|
162
|
+
serialized_name: 'TrustedExternalTenantElementType',
|
163
|
+
type: {
|
164
|
+
name: 'Composite',
|
165
|
+
class_name: 'TrustedExternalTenant'
|
166
|
+
}
|
167
|
+
}
|
168
|
+
}
|
169
|
+
}
|
170
|
+
}
|
171
|
+
}
|
172
|
+
}
|
173
|
+
end
|
174
|
+
end
|
175
|
+
end
|
176
|
+
end
|