@@ -65,6 +65,9 @@ protected SearchServiceCollection() { }
65
65
public partial class SearchServiceData : Azure . ResourceManager . Models . TrackedResourceData
66
66
{
67
67
public SearchServiceData ( Azure . Core . AzureLocation location ) : base ( default ( Azure . Core . AzureLocation ) ) { }
68
+ public Azure . ResourceManager . Search . Models . DataPlaneAuthOptions AuthOptions { get { throw null ; } set { } }
69
+ public bool ? DisableLocalAuth { get { throw null ; } set { } }
70
+ public Azure . ResourceManager . Search . Models . EncryptionWithCmk EncryptionWithCmk { get { throw null ; } set { } }
68
71
public Azure . ResourceManager . Search . Models . SearchServiceHostingMode ? HostingMode { get { throw null ; } set { } }
69
72
public Azure . ResourceManager . Models . ManagedServiceIdentity Identity { get { throw null ; } set { } }
70
73
public System . Collections . Generic . IList < Azure . ResourceManager . Search . Models . SearchServiceIPRule > IPRules { get { throw null ; } }
@@ -153,6 +156,56 @@ public SharedSearchServicePrivateLinkResourceData() { }
153
156
}
154
157
namespace Azure . ResourceManager . Search . Models
155
158
{
159
+ public enum AadAuthFailureMode
160
+ {
161
+ Http403 = 0 ,
162
+ Http401WithBearerChallenge = 1 ,
163
+ }
164
+ public partial class DataPlaneAuthOptions
165
+ {
166
+ public DataPlaneAuthOptions ( ) { }
167
+ public Azure . ResourceManager . Search . Models . AadAuthFailureMode ? AadAuthFailureMode { get { throw null ; } set { } }
168
+ public System . BinaryData ApiKeyOnly { get { throw null ; } set { } }
169
+ }
170
+ public partial class EncryptionWithCmk
171
+ {
172
+ public EncryptionWithCmk ( ) { }
173
+ public Azure . ResourceManager . Search . Models . SearchEncryptionComplianceStatus ? EncryptionComplianceStatus { get { throw null ; } }
174
+ public Azure . ResourceManager . Search . Models . SearchEncryptionWithCmk ? Enforcement { get { throw null ; } set { } }
175
+ }
176
+ [ System . Runtime . InteropServices . StructLayoutAttribute ( System . Runtime . InteropServices . LayoutKind . Sequential ) ]
177
+ public readonly partial struct PrivateLinkServiceConnectionProvisioningState : System . IEquatable < Azure . ResourceManager . Search . Models . PrivateLinkServiceConnectionProvisioningState >
178
+ {
179
+ private readonly object _dummy ;
180
+ private readonly int _dummyPrimitive ;
181
+ public PrivateLinkServiceConnectionProvisioningState ( string value ) { throw null ; }
182
+ public static Azure . ResourceManager . Search . Models . PrivateLinkServiceConnectionProvisioningState Canceled { get { throw null ; } }
183
+ public static Azure . ResourceManager . Search . Models . PrivateLinkServiceConnectionProvisioningState Deleting { get { throw null ; } }
184
+ public static Azure . ResourceManager . Search . Models . PrivateLinkServiceConnectionProvisioningState Failed { get { throw null ; } }
185
+ public static Azure . ResourceManager . Search . Models . PrivateLinkServiceConnectionProvisioningState Incomplete { get { throw null ; } }
186
+ public static Azure . ResourceManager . Search . Models . PrivateLinkServiceConnectionProvisioningState Succeeded { get { throw null ; } }
187
+ public static Azure . ResourceManager . Search . Models . PrivateLinkServiceConnectionProvisioningState Updating { get { throw null ; } }
188
+ public bool Equals ( Azure . ResourceManager . Search . Models . PrivateLinkServiceConnectionProvisioningState other ) { throw null ; }
189
+ [ System . ComponentModel . EditorBrowsableAttribute ( System . ComponentModel . EditorBrowsableState . Never ) ]
190
+ public override bool Equals ( object obj ) { throw null ; }
191
+ [ System . ComponentModel . EditorBrowsableAttribute ( System . ComponentModel . EditorBrowsableState . Never ) ]
192
+ public override int GetHashCode ( ) { throw null ; }
193
+ public static bool operator == ( Azure . ResourceManager . Search . Models . PrivateLinkServiceConnectionProvisioningState left , Azure . ResourceManager . Search . Models . PrivateLinkServiceConnectionProvisioningState right ) { throw null ; }
194
+ public static implicit operator Azure . ResourceManager . Search . Models . PrivateLinkServiceConnectionProvisioningState ( string value ) { throw null ; }
195
+ public static bool operator != ( Azure . ResourceManager . Search . Models . PrivateLinkServiceConnectionProvisioningState left , Azure . ResourceManager . Search . Models . PrivateLinkServiceConnectionProvisioningState right ) { throw null ; }
196
+ public override string ToString ( ) { throw null ; }
197
+ }
198
+ public enum SearchEncryptionComplianceStatus
199
+ {
200
+ Compliant = 0 ,
201
+ NonCompliant = 1 ,
202
+ }
203
+ public enum SearchEncryptionWithCmk
204
+ {
205
+ Unspecified = 0 ,
206
+ Disabled = 1 ,
207
+ Enabled = 2 ,
208
+ }
156
209
public partial class SearchManagementRequestOptions
157
210
{
158
211
public SearchManagementRequestOptions ( ) { }
@@ -226,6 +279,9 @@ internal SearchServiceNameAvailabilityResult() { }
226
279
public partial class SearchServicePatch : Azure . ResourceManager . Models . TrackedResourceData
227
280
{
228
281
public SearchServicePatch ( Azure . Core . AzureLocation location ) : base ( default ( Azure . Core . AzureLocation ) ) { }
282
+ public Azure . ResourceManager . Search . Models . DataPlaneAuthOptions AuthOptions { get { throw null ; } set { } }
283
+ public bool ? DisableLocalAuth { get { throw null ; } set { } }
284
+ public Azure . ResourceManager . Search . Models . EncryptionWithCmk EncryptionWithCmk { get { throw null ; } set { } }
229
285
public Azure . ResourceManager . Search . Models . SearchServiceHostingMode ? HostingMode { get { throw null ; } set { } }
230
286
public Azure . ResourceManager . Models . ManagedServiceIdentity Identity { get { throw null ; } set { } }
231
287
public System . Collections . Generic . IList < Azure . ResourceManager . Search . Models . SearchServiceIPRule > IPRules { get { throw null ; } }
@@ -243,7 +299,9 @@ public partial class SearchServicePrivateEndpointConnectionProperties
243
299
{
244
300
public SearchServicePrivateEndpointConnectionProperties ( ) { }
245
301
public Azure . ResourceManager . Search . Models . SearchServicePrivateLinkServiceConnectionState ConnectionState { get { throw null ; } set { } }
302
+ public string GroupId { get { throw null ; } set { } }
246
303
public Azure . Core . ResourceIdentifier PrivateEndpointId { get { throw null ; } set { } }
304
+ public Azure . ResourceManager . Search . Models . PrivateLinkServiceConnectionProvisioningState ? ProvisioningState { get { throw null ; } set { } }
247
305
}
248
306
public partial class SearchServicePrivateLinkServiceConnectionState
249
307
{
@@ -301,6 +359,7 @@ public enum SearchServiceStatus
301
359
Degraded = 3 ,
302
360
Disabled = 4 ,
303
361
Error = 5 ,
362
+ Stopped = 6 ,
304
363
}
305
364
public enum SearchSkuName
306
365
{
0 commit comments