Skip to content

Commit

Permalink
CodeGen from PR 21450 in Azure/azure-rest-api-specs
Browse files Browse the repository at this point in the history
Merge 65901a92127473b9b3295e59a81b05ba1024d546 into e77f2f011a17a05457e14a0e78b10c100337a557
  • Loading branch information
SDKAuto committed Nov 7, 2022
1 parent b6f2858 commit cc27896
Show file tree
Hide file tree
Showing 80 changed files with 670 additions and 76 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -465,6 +465,8 @@ public static partial class RecoveryServicesBackupExtensions
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; }
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; }
public static Azure.ResourceManager.RecoveryServicesBackup.ProtectionContainerResourceCollection GetProtectionContainerResources(this Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource) { throw null; }
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; }
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; }
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; }
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; }
public static Azure.ResourceManager.RecoveryServicesBackup.ProtectionIntentResource GetProtectionIntentResource(this Azure.ResourceManager.ArmClient client, Azure.Core.ResourceIdentifier id) { throw null; }
Expand Down Expand Up @@ -2486,6 +2488,7 @@ protected ProtectedItem() { }
public string PolicyId { get { throw null; } set { } }
public string PolicyName { get { throw null; } set { } }
public System.Collections.Generic.IList<string> ResourceGuardOperationRequests { get { throw null; } }
public int? SoftDeleteRetentionPeriod { get { throw null; } set { } }
public string SourceResourceId { get { throw null; } set { } }
public Azure.ResourceManager.RecoveryServicesBackup.Models.DataSourceType? WorkloadType { get { throw null; } }
}
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit cc27896

Please sign in to comment.