@@ -19,6 +19,7 @@ public static partial class DataProtectionBackupExtensions
19
19
public static Azure . ResourceManager . DataProtectionBackup . DeletedDataProtectionBackupInstanceResource GetDeletedDataProtectionBackupInstanceResource ( this Azure . ResourceManager . ArmClient client , Azure . Core . ResourceIdentifier id ) { throw null ; }
20
20
public static Azure . Response < Azure . ResourceManager . DataProtectionBackup . ResourceGuardResource > GetResourceGuard ( this Azure . ResourceManager . Resources . ResourceGroupResource resourceGroupResource , string resourceGuardsName , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
21
21
public static System . Threading . Tasks . Task < Azure . Response < Azure . ResourceManager . DataProtectionBackup . ResourceGuardResource > > GetResourceGuardAsync ( this Azure . ResourceManager . Resources . ResourceGroupResource resourceGroupResource , string resourceGuardsName , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
22
+ public static Azure . ResourceManager . DataProtectionBackup . ResourceGuardProxyBaseResource GetResourceGuardProxyBaseResource ( this Azure . ResourceManager . ArmClient client , Azure . Core . ResourceIdentifier id ) { throw null ; }
22
23
public static Azure . ResourceManager . DataProtectionBackup . ResourceGuardResource GetResourceGuardResource ( this Azure . ResourceManager . ArmClient client , Azure . Core . ResourceIdentifier id ) { throw null ; }
23
24
public static Azure . ResourceManager . DataProtectionBackup . ResourceGuardCollection GetResourceGuards ( this Azure . ResourceManager . Resources . ResourceGroupResource resourceGroupResource ) { throw null ; }
24
25
public static Azure . Pageable < Azure . ResourceManager . DataProtectionBackup . ResourceGuardResource > GetResourceGuards ( this Azure . ResourceManager . Resources . SubscriptionResource subscriptionResource , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
@@ -225,6 +226,9 @@ protected DataProtectionBackupVaultResource() { }
225
226
public virtual Azure . Response < Azure . ResourceManager . DataProtectionBackup . DeletedDataProtectionBackupInstanceResource > GetDeletedDataProtectionBackupInstance ( string backupInstanceName , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
226
227
public virtual System . Threading . Tasks . Task < Azure . Response < Azure . ResourceManager . DataProtectionBackup . DeletedDataProtectionBackupInstanceResource > > GetDeletedDataProtectionBackupInstanceAsync ( string backupInstanceName , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
227
228
public virtual Azure . ResourceManager . DataProtectionBackup . DeletedDataProtectionBackupInstanceCollection GetDeletedDataProtectionBackupInstances ( ) { throw null ; }
229
+ public virtual Azure . Response < Azure . ResourceManager . DataProtectionBackup . ResourceGuardProxyBaseResource > GetResourceGuardProxyBaseResource ( string resourceGuardProxyName , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
230
+ public virtual System . Threading . Tasks . Task < Azure . Response < Azure . ResourceManager . DataProtectionBackup . ResourceGuardProxyBaseResource > > GetResourceGuardProxyBaseResourceAsync ( string resourceGuardProxyName , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
231
+ public virtual Azure . ResourceManager . DataProtectionBackup . ResourceGuardProxyBaseResourceCollection GetResourceGuardProxyBaseResources ( ) { throw null ; }
228
232
public virtual Azure . Response < Azure . ResourceManager . DataProtectionBackup . DataProtectionBackupVaultResource > RemoveTag ( string key , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
229
233
public virtual System . Threading . Tasks . Task < Azure . Response < Azure . ResourceManager . DataProtectionBackup . DataProtectionBackupVaultResource > > RemoveTagAsync ( string key , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
230
234
public virtual Azure . Response < Azure . ResourceManager . DataProtectionBackup . DataProtectionBackupVaultResource > SetTags ( System . Collections . Generic . IDictionary < string , string > tags , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
@@ -296,6 +300,42 @@ public ResourceGuardData(Azure.Core.AzureLocation location) : base (default(Azur
296
300
public Azure . ResourceManager . Models . ManagedServiceIdentity Identity { get { throw null ; } set { } }
297
301
public Azure . ResourceManager . DataProtectionBackup . Models . ResourceGuardProperties Properties { get { throw null ; } set { } }
298
302
}
303
+ public partial class ResourceGuardProxyBaseResource : Azure . ResourceManager . ArmResource
304
+ {
305
+ public static readonly Azure . Core . ResourceType ResourceType ;
306
+ protected ResourceGuardProxyBaseResource ( ) { }
307
+ public virtual Azure . ResourceManager . DataProtectionBackup . ResourceGuardProxyBaseResourceData Data { get { throw null ; } }
308
+ public virtual bool HasData { get { throw null ; } }
309
+ public static Azure . Core . ResourceIdentifier CreateResourceIdentifier ( string subscriptionId , string resourceGroupName , string vaultName , string resourceGuardProxyName ) { throw null ; }
310
+ public virtual Azure . ResourceManager . ArmOperation Delete ( Azure . WaitUntil waitUntil , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
311
+ public virtual System . Threading . Tasks . Task < Azure . ResourceManager . ArmOperation > DeleteAsync ( Azure . WaitUntil waitUntil , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
312
+ public virtual Azure . Response < Azure . ResourceManager . DataProtectionBackup . ResourceGuardProxyBaseResource > Get ( System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
313
+ public virtual System . Threading . Tasks . Task < Azure . Response < Azure . ResourceManager . DataProtectionBackup . ResourceGuardProxyBaseResource > > GetAsync ( System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
314
+ public virtual Azure . Response < Azure . ResourceManager . DataProtectionBackup . Models . UnlockDeleteResponse > UnlockDelete ( Azure . ResourceManager . DataProtectionBackup . Models . UnlockDeleteContent content , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
315
+ public virtual System . Threading . Tasks . Task < Azure . Response < Azure . ResourceManager . DataProtectionBackup . Models . UnlockDeleteResponse > > UnlockDeleteAsync ( Azure . ResourceManager . DataProtectionBackup . Models . UnlockDeleteContent content , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
316
+ public virtual Azure . ResourceManager . ArmOperation < Azure . ResourceManager . DataProtectionBackup . ResourceGuardProxyBaseResource > Update ( Azure . WaitUntil waitUntil , Azure . ResourceManager . DataProtectionBackup . ResourceGuardProxyBaseResourceData data , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
317
+ public virtual System . Threading . Tasks . Task < Azure . ResourceManager . ArmOperation < Azure . ResourceManager . DataProtectionBackup . ResourceGuardProxyBaseResource > > UpdateAsync ( Azure . WaitUntil waitUntil , Azure . ResourceManager . DataProtectionBackup . ResourceGuardProxyBaseResourceData data , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
318
+ }
319
+ public partial class ResourceGuardProxyBaseResourceCollection : Azure . ResourceManager . ArmCollection , System . Collections . Generic . IAsyncEnumerable < Azure . ResourceManager . DataProtectionBackup . ResourceGuardProxyBaseResource > , System . Collections . Generic . IEnumerable < Azure . ResourceManager . DataProtectionBackup . ResourceGuardProxyBaseResource > , System . Collections . IEnumerable
320
+ {
321
+ protected ResourceGuardProxyBaseResourceCollection ( ) { }
322
+ public virtual Azure . ResourceManager . ArmOperation < Azure . ResourceManager . DataProtectionBackup . ResourceGuardProxyBaseResource > CreateOrUpdate ( Azure . WaitUntil waitUntil , string resourceGuardProxyName , Azure . ResourceManager . DataProtectionBackup . ResourceGuardProxyBaseResourceData data , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
323
+ public virtual System . Threading . Tasks . Task < Azure . ResourceManager . ArmOperation < Azure . ResourceManager . DataProtectionBackup . ResourceGuardProxyBaseResource > > CreateOrUpdateAsync ( Azure . WaitUntil waitUntil , string resourceGuardProxyName , Azure . ResourceManager . DataProtectionBackup . ResourceGuardProxyBaseResourceData data , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
324
+ public virtual Azure . Response < bool > Exists ( string resourceGuardProxyName , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
325
+ public virtual System . Threading . Tasks . Task < Azure . Response < bool > > ExistsAsync ( string resourceGuardProxyName , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
326
+ public virtual Azure . Response < Azure . ResourceManager . DataProtectionBackup . ResourceGuardProxyBaseResource > Get ( string resourceGuardProxyName , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
327
+ public virtual Azure . Pageable < Azure . ResourceManager . DataProtectionBackup . ResourceGuardProxyBaseResource > GetAll ( System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
328
+ public virtual Azure . AsyncPageable < Azure . ResourceManager . DataProtectionBackup . ResourceGuardProxyBaseResource > GetAllAsync ( System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
329
+ public virtual System . Threading . Tasks . Task < Azure . Response < Azure . ResourceManager . DataProtectionBackup . ResourceGuardProxyBaseResource > > GetAsync ( string resourceGuardProxyName , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
330
+ System . Collections . Generic . IAsyncEnumerator < Azure . ResourceManager . DataProtectionBackup . ResourceGuardProxyBaseResource > System . Collections . Generic . IAsyncEnumerable < Azure . ResourceManager . DataProtectionBackup . ResourceGuardProxyBaseResource > . GetAsyncEnumerator ( System . Threading . CancellationToken cancellationToken ) { throw null ; }
331
+ System . Collections . Generic . IEnumerator < Azure . ResourceManager . DataProtectionBackup . ResourceGuardProxyBaseResource > System . Collections . Generic . IEnumerable < Azure . ResourceManager . DataProtectionBackup . ResourceGuardProxyBaseResource > . GetEnumerator ( ) { throw null ; }
332
+ System . Collections . IEnumerator System . Collections . IEnumerable . GetEnumerator ( ) { throw null ; }
333
+ }
334
+ public partial class ResourceGuardProxyBaseResourceData : Azure . ResourceManager . Models . ResourceData
335
+ {
336
+ public ResourceGuardProxyBaseResourceData ( ) { }
337
+ public Azure . ResourceManager . DataProtectionBackup . Models . ResourceGuardProxyBase Properties { get { throw null ; } set { } }
338
+ }
299
339
public partial class ResourceGuardResource : Azure . ResourceManager . ArmResource
300
340
{
301
341
public static readonly Azure . Core . ResourceType ResourceType ;
@@ -1332,6 +1372,12 @@ public RecoveryPointDataStoreDetail() { }
1332
1372
public static bool operator != ( Azure . ResourceManager . DataProtectionBackup . Models . RecoverySetting left , Azure . ResourceManager . DataProtectionBackup . Models . RecoverySetting right ) { throw null ; }
1333
1373
public override string ToString ( ) { throw null ; }
1334
1374
}
1375
+ public partial class ResourceGuardOperationDetail
1376
+ {
1377
+ public ResourceGuardOperationDetail ( ) { }
1378
+ public string DefaultResourceRequest { get { throw null ; } set { } }
1379
+ public string VaultCriticalOperation { get { throw null ; } set { } }
1380
+ }
1335
1381
public partial class ResourceGuardOperationDetails
1336
1382
{
1337
1383
internal ResourceGuardOperationDetails ( ) { }
@@ -1356,6 +1402,14 @@ public partial class ResourceGuardProtectedObjectData : Azure.ResourceManager.Mo
1356
1402
{
1357
1403
internal ResourceGuardProtectedObjectData ( ) { }
1358
1404
}
1405
+ public partial class ResourceGuardProxyBase
1406
+ {
1407
+ public ResourceGuardProxyBase ( ) { }
1408
+ public string Description { get { throw null ; } set { } }
1409
+ public string LastUpdatedTime { get { throw null ; } set { } }
1410
+ public System . Collections . Generic . IList < Azure . ResourceManager . DataProtectionBackup . Models . ResourceGuardOperationDetail > ResourceGuardOperationDetails { get { throw null ; } }
1411
+ public string ResourceGuardResourceId { get { throw null ; } set { } }
1412
+ }
1359
1413
public partial class RestorableTimeRange
1360
1414
{
1361
1415
public RestorableTimeRange ( System . DateTimeOffset startOn , System . DateTimeOffset endOn ) { }
@@ -1558,4 +1612,15 @@ public TargetCopySetting(Azure.ResourceManager.DataProtectionBackup.Models.DataP
1558
1612
public Azure . ResourceManager . DataProtectionBackup . Models . DataProtectionBackupCopySetting CopyAfter { get { throw null ; } set { } }
1559
1613
public Azure . ResourceManager . DataProtectionBackup . Models . DataStoreInfoBase DataStore { get { throw null ; } set { } }
1560
1614
}
1615
+ public partial class UnlockDeleteContent
1616
+ {
1617
+ public UnlockDeleteContent ( ) { }
1618
+ public System . Collections . Generic . IList < string > ResourceGuardOperationRequests { get { throw null ; } }
1619
+ public string ResourceToBeDeleted { get { throw null ; } set { } }
1620
+ }
1621
+ public partial class UnlockDeleteResponse
1622
+ {
1623
+ internal UnlockDeleteResponse ( ) { }
1624
+ public string UnlockDeleteExpiryTime { get { throw null ; } }
1625
+ }
1561
1626
}
0 commit comments