@@ -19,6 +19,7 @@ public static partial class DataProtectionBackupExtensions
1919 public static Azure . ResourceManager . DataProtectionBackup . DeletedDataProtectionBackupInstanceResource GetDeletedDataProtectionBackupInstanceResource ( this Azure . ResourceManager . ArmClient client , Azure . Core . ResourceIdentifier id ) { throw null ; }
2020 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 ; }
2121 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 ; }
2223 public static Azure . ResourceManager . DataProtectionBackup . ResourceGuardResource GetResourceGuardResource ( this Azure . ResourceManager . ArmClient client , Azure . Core . ResourceIdentifier id ) { throw null ; }
2324 public static Azure . ResourceManager . DataProtectionBackup . ResourceGuardCollection GetResourceGuards ( this Azure . ResourceManager . Resources . ResourceGroupResource resourceGroupResource ) { throw null ; }
2425 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() { }
225226 public virtual Azure . Response < Azure . ResourceManager . DataProtectionBackup . DeletedDataProtectionBackupInstanceResource > GetDeletedDataProtectionBackupInstance ( string backupInstanceName , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
226227 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 ; }
227228 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 ; }
228232 public virtual Azure . Response < Azure . ResourceManager . DataProtectionBackup . DataProtectionBackupVaultResource > RemoveTag ( string key , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
229233 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 ; }
230234 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
296300 public Azure . ResourceManager . Models . ManagedServiceIdentity Identity { get { throw null ; } set { } }
297301 public Azure . ResourceManager . DataProtectionBackup . Models . ResourceGuardProperties Properties { get { throw null ; } set { } }
298302 }
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+ }
299339 public partial class ResourceGuardResource : Azure . ResourceManager . ArmResource
300340 {
301341 public static readonly Azure . Core . ResourceType ResourceType ;
@@ -1332,6 +1372,12 @@ public RecoveryPointDataStoreDetail() { }
13321372 public static bool operator != ( Azure . ResourceManager . DataProtectionBackup . Models . RecoverySetting left , Azure . ResourceManager . DataProtectionBackup . Models . RecoverySetting right ) { throw null ; }
13331373 public override string ToString ( ) { throw null ; }
13341374 }
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+ }
13351381 public partial class ResourceGuardOperationDetails
13361382 {
13371383 internal ResourceGuardOperationDetails ( ) { }
@@ -1356,6 +1402,14 @@ public partial class ResourceGuardProtectedObjectData : Azure.ResourceManager.Mo
13561402 {
13571403 internal ResourceGuardProtectedObjectData ( ) { }
13581404 }
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+ }
13591413 public partial class RestorableTimeRange
13601414 {
13611415 public RestorableTimeRange ( System . DateTimeOffset startOn , System . DateTimeOffset endOn ) { }
@@ -1558,4 +1612,15 @@ public TargetCopySetting(Azure.ResourceManager.DataProtectionBackup.Models.DataP
15581612 public Azure . ResourceManager . DataProtectionBackup . Models . DataProtectionBackupCopySetting CopyAfter { get { throw null ; } set { } }
15591613 public Azure . ResourceManager . DataProtectionBackup . Models . DataStoreInfoBase DataStore { get { throw null ; } set { } }
15601614 }
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+ }
15611626}
0 commit comments