Skip to content

Commit

Permalink
[DataProtectionBackup & Dynatrace] Address review comments (Azure#32018)
Browse files Browse the repository at this point in the history
* resolve comments for data protection backup

* update api

* resolve comments for dynatrace
  • Loading branch information
Yao725 authored Oct 26, 2022
1 parent 9a984dd commit 18fb170
Show file tree
Hide file tree
Showing 28 changed files with 431 additions and 380 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -795,8 +795,8 @@ public DataProtectionBackupNameAvailabilityContent() { }
public partial class DataProtectionBackupNameAvailabilityResult
{
internal DataProtectionBackupNameAvailabilityResult() { }
public bool? IsNameAvailable { get { throw null; } }
public string Message { get { throw null; } }
public bool? NameAvailable { get { throw null; } }
public string Reason { get { throw null; } }
}
public partial class DataProtectionBackupPatch
Expand Down Expand Up @@ -926,7 +926,7 @@ protected DataProtectionOperationExtendedInfo() { }
public partial class DataProtectionOperationJobExtendedInfo : Azure.ResourceManager.DataProtectionBackup.Models.DataProtectionOperationExtendedInfo
{
internal DataProtectionOperationJobExtendedInfo() { }
public string JobId { get { throw null; } }
public System.Guid? JobId { get { throw null; } }
}
public partial class DataProtectionRetentionRule : Azure.ResourceManager.DataProtectionBackup.Models.DataProtectionBasePolicyRule
{
Expand All @@ -936,24 +936,24 @@ public DataProtectionRetentionRule(string name, System.Collections.Generic.IEnum
}
public partial class DataSourceInfo
{
public DataSourceInfo(string resourceId) { }
public DataSourceInfo(Azure.Core.ResourceIdentifier resourceId) { }
public string DataSourceType { get { throw null; } set { } }
public string ObjectType { get { throw null; } set { } }
public string ResourceId { get { throw null; } set { } }
public string ResourceLocation { get { throw null; } set { } }
public Azure.Core.ResourceIdentifier ResourceId { get { throw null; } set { } }
public Azure.Core.AzureLocation? ResourceLocation { get { throw null; } set { } }
public string ResourceName { get { throw null; } set { } }
public string ResourceType { get { throw null; } set { } }
public Azure.Core.ResourceType? ResourceType { get { throw null; } set { } }
public System.Uri ResourceUri { get { throw null; } set { } }
}
public partial class DataSourceSetInfo
{
public DataSourceSetInfo(string resourceId) { }
public DataSourceSetInfo(Azure.Core.ResourceIdentifier resourceId) { }
public string DataSourceType { get { throw null; } set { } }
public string ObjectType { get { throw null; } set { } }
public string ResourceId { get { throw null; } set { } }
public string ResourceLocation { get { throw null; } set { } }
public Azure.Core.ResourceIdentifier ResourceId { get { throw null; } set { } }
public Azure.Core.AzureLocation? ResourceLocation { get { throw null; } set { } }
public string ResourceName { get { throw null; } set { } }
public string ResourceType { get { throw null; } set { } }
public Azure.Core.ResourceType? ResourceType { get { throw null; } set { } }
public System.Uri ResourceUri { get { throw null; } set { } }
}
public partial class DataStoreInfoBase
Expand Down Expand Up @@ -1052,10 +1052,10 @@ public partial class RecoveryPointDataStoreDetail
public RecoveryPointDataStoreDetail() { }
public System.DateTimeOffset? CreatedOn { get { throw null; } set { } }
public System.DateTimeOffset? ExpireOn { get { throw null; } set { } }
public string Id { get { throw null; } set { } }
public bool? IsVisible { get { throw null; } set { } }
public string Metadata { get { throw null; } set { } }
public string RecoveryPointDataStoreDetailType { get { throw null; } set { } }
public System.Guid? RecoveryPointDataStoreId { get { throw null; } set { } }
public string RecoveryPointDataStoreType { get { throw null; } set { } }
public System.DateTimeOffset? RehydrationExpireOn { get { throw null; } }
public Azure.ResourceManager.DataProtectionBackup.Models.RecoveryPointDataStoreRehydrationStatus? RehydrationStatus { get { throw null; } }
public string State { get { throw null; } set { } }
Expand Down Expand Up @@ -1203,10 +1203,10 @@ public partial class ScheduleBasedBackupCriteria : Azure.ResourceManager.DataPro
public ScheduleBasedBackupCriteria() { }
public System.Collections.Generic.IList<Azure.ResourceManager.DataProtectionBackup.Models.BackupAbsoluteMarker> AbsoluteCriteria { get { throw null; } }
public System.Collections.Generic.IList<Azure.ResourceManager.DataProtectionBackup.Models.DataProtectionBackupDay> DaysOfMonth { get { throw null; } }
public System.Collections.Generic.IList<Azure.ResourceManager.DataProtectionBackup.Models.DataProtectionBackupDayOfWeek> DaysOfTheWeek { get { throw null; } }
public System.Collections.Generic.IList<Azure.ResourceManager.DataProtectionBackup.Models.DataProtectionBackupDayOfWeek> DaysOfWeek { get { throw null; } }
public System.Collections.Generic.IList<Azure.ResourceManager.DataProtectionBackup.Models.DataProtectionBackupMonth> MonthsOfYear { get { throw null; } }
public System.Collections.Generic.IList<System.DateTimeOffset> ScheduleTimes { get { throw null; } }
public System.Collections.Generic.IList<Azure.ResourceManager.DataProtectionBackup.Models.DataProtectionBackupWeekNumber> WeeksOfTheMonth { get { throw null; } }
public System.Collections.Generic.IList<Azure.ResourceManager.DataProtectionBackup.Models.DataProtectionBackupWeekNumber> WeeksOfMonth { get { throw null; } }
}
public partial class ScheduleBasedBackupTriggerContext : Azure.ResourceManager.DataProtectionBackup.Models.DataProtectionBackupTriggerContext
{
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.

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 18fb170

Please sign in to comment.