Skip to content

Commit ee76f45

Browse files
author
SDKAuto
committed
CodeGen from PR 21919 in Azure/azure-rest-api-specs
Merge d9defc3efe73e28f32e1ad2dd39f9c241e070dd8 into 639376b2bf9f0f36debfd7fce7debdf7b72578af
1 parent 77b2131 commit ee76f45

File tree

82 files changed

+661
-78
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

82 files changed

+661
-78
lines changed

sdk/recoveryservices-backup/Azure.ResourceManager.RecoveryServicesBackup/api/Azure.ResourceManager.RecoveryServicesBackup.netstandard2.0.cs

+3
Original file line numberDiff line numberDiff line change
@@ -465,6 +465,8 @@ public static partial class RecoveryServicesBackupExtensions
465465
public static Azure.Response<Azure.ResourceManager.RecoveryServicesBackup.ProtectionContainerResource> GetProtectionContainerResource(this Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource, string vaultName, string fabricName, string containerName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
466466
public static System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.RecoveryServicesBackup.ProtectionContainerResource>> GetProtectionContainerResourceAsync(this Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource, string vaultName, string fabricName, string containerName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
467467
public static Azure.ResourceManager.RecoveryServicesBackup.ProtectionContainerResourceCollection GetProtectionContainerResources(this Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource) { throw null; }
468+
public static Azure.Pageable<Azure.ResourceManager.RecoveryServicesBackup.ProtectionContainerResource> GetProtectionContainerResourcesByBackupDeletedProtectionContainer(this Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource, string vaultName, string filter = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
469+
public static Azure.AsyncPageable<Azure.ResourceManager.RecoveryServicesBackup.ProtectionContainerResource> GetProtectionContainerResourcesByBackupDeletedProtectionContainerAsync(this Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource, string vaultName, string filter = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
468470
public static Azure.Pageable<Azure.ResourceManager.RecoveryServicesBackup.ProtectionContainerResource> GetProtectionContainerResourcesByBackupProtectionContainer(this Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource, string vaultName, string filter = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
469471
public static Azure.AsyncPageable<Azure.ResourceManager.RecoveryServicesBackup.ProtectionContainerResource> GetProtectionContainerResourcesByBackupProtectionContainerAsync(this Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource, string vaultName, string filter = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
470472
public static Azure.ResourceManager.RecoveryServicesBackup.ProtectionIntentResource GetProtectionIntentResource(this Azure.ResourceManager.ArmClient client, Azure.Core.ResourceIdentifier id) { throw null; }
@@ -2486,6 +2488,7 @@ protected ProtectedItem() { }
24862488
public string PolicyId { get { throw null; } set { } }
24872489
public string PolicyName { get { throw null; } set { } }
24882490
public System.Collections.Generic.IList<string> ResourceGuardOperationRequests { get { throw null; } }
2491+
public int? SoftDeleteRetentionPeriod { get { throw null; } set { } }
24892492
public string SourceResourceId { get { throw null; } set { } }
24902493
public Azure.ResourceManager.RecoveryServicesBackup.Models.DataSourceType? WorkloadType { get { throw null; } }
24912494
}

sdk/recoveryservices-backup/Azure.ResourceManager.RecoveryServicesBackup/src/Generated/Extensions/RecoveryServicesBackupExtensions.cs

+38
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sdk/recoveryservices-backup/Azure.ResourceManager.RecoveryServicesBackup/src/Generated/Extensions/ResourceGroupResourceExtensionClient.cs

+92
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sdk/recoveryservices-backup/Azure.ResourceManager.RecoveryServicesBackup/src/Generated/Models/AzureFileshareProtectedItem.Serialization.cs

+17-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)