Skip to content

Commit

Permalink
CodeGen from PR 22260 in Azure/azure-rest-api-specs
Browse files Browse the repository at this point in the history
Merge f8dd7ffccd100e7e3df20ce06b8d81d5d6b0be4a into 66174681c09b101de03fd35399080cfbccc93e8f
  • Loading branch information
SDKAuto committed Mar 6, 2023
1 parent 6f64fdd commit 5f544ea
Show file tree
Hide file tree
Showing 48 changed files with 456 additions and 41 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1698,6 +1698,7 @@ public partial class IaasVmRecoveryPoint : Azure.ResourceManager.RecoveryService
public IaasVmRecoveryPoint() { }
public bool? IsInstantIlrSessionActive { get { throw null; } set { } }
public bool? IsManagedVirtualMachine { get { throw null; } set { } }
public bool? IsPrivateAccessEnabledOnAnyDisk { get { throw null; } set { } }
public bool? IsSourceVmEncrypted { get { throw null; } set { } }
public Azure.ResourceManager.RecoveryServicesBackup.Models.KeyAndSecretDetails KeyAndSecret { get { throw null; } set { } }
public bool? OriginalStorageAccountOption { get { throw null; } set { } }
Expand All @@ -1709,6 +1710,7 @@ public IaasVmRecoveryPoint() { }
public Azure.ResourceManager.RecoveryServicesBackup.Models.RecoveryPointProperties RecoveryPointProperties { get { throw null; } set { } }
public System.Collections.Generic.IList<Azure.ResourceManager.RecoveryServicesBackup.Models.RecoveryPointTierInformationV2> RecoveryPointTierDetails { get { throw null; } }
public string RecoveryPointType { get { throw null; } set { } }
public string SecurityType { get { throw null; } set { } }
public string SourceVmStorageType { get { throw null; } set { } }
public string VirtualMachineSize { get { throw null; } set { } }
public System.Collections.Generic.IList<string> Zones { get { throw null; } }
Expand All @@ -1721,16 +1723,19 @@ public IaasVmRestoreContent() { }
public bool? DoesCreateNewCloudService { get { throw null; } set { } }
public bool? DoesRestoreWithManagedDisks { get { throw null; } set { } }
public Azure.ResourceManager.RecoveryServicesBackup.Models.VmEncryptionDetails EncryptionDetails { get { throw null; } set { } }
public Azure.ResourceManager.Resources.Models.ExtendedLocation ExtendedLocation { get { throw null; } set { } }
public Azure.ResourceManager.RecoveryServicesBackup.Models.IdentityBasedRestoreDetails IdentityBasedRestoreDetails { get { throw null; } set { } }
public Azure.ResourceManager.RecoveryServicesBackup.Models.BackupIdentityInfo IdentityInfo { get { throw null; } set { } }
public bool? OriginalStorageAccountOption { get { throw null; } set { } }
public string RecoveryPointId { get { throw null; } set { } }
public Azure.ResourceManager.RecoveryServicesBackup.Models.FileShareRecoveryType? RecoveryType { get { throw null; } set { } }
public Azure.Core.AzureLocation? Region { get { throw null; } set { } }
public System.Collections.Generic.IList<int> RestoreDiskLunList { get { throw null; } }
public string SecuredVmOSDiskEncryptionSetId { get { throw null; } set { } }
public Azure.Core.ResourceIdentifier SourceResourceId { get { throw null; } set { } }
public Azure.Core.ResourceIdentifier StorageAccountId { get { throw null; } set { } }
public Azure.Core.ResourceIdentifier SubnetId { get { throw null; } set { } }
public Azure.ResourceManager.RecoveryServicesBackup.Models.TargetDiskNetworkAccessSettings TargetDiskNetworkAccessSettings { get { throw null; } set { } }
public Azure.Core.ResourceIdentifier TargetDomainNameId { get { throw null; } set { } }
public Azure.Core.ResourceIdentifier TargetResourceGroupId { get { throw null; } set { } }
public Azure.Core.ResourceIdentifier TargetVirtualMachineId { get { throw null; } set { } }
Expand Down Expand Up @@ -2162,6 +2167,7 @@ public partial class RecoveryPointProperties
{
public RecoveryPointProperties() { }
public System.DateTimeOffset? ExpireOn { get { throw null; } set { } }
public bool? IsSoftDeleted { get { throw null; } set { } }
public string RuleName { get { throw null; } set { } }
}
public partial class RecoveryPointRehydrationInfo
Expand Down Expand Up @@ -2588,6 +2594,18 @@ public TargetAfsRestoreInfo() { }
public string Name { get { throw null; } set { } }
public Azure.Core.ResourceIdentifier TargetResourceId { get { throw null; } set { } }
}
public enum TargetDiskNetworkAccessOption
{
SameAsOnSourceDisks = 0,
EnablePrivateAccessForAllDisks = 1,
EnablePublicAccessForAllDisks = 2,
}
public partial class TargetDiskNetworkAccessSettings
{
public TargetDiskNetworkAccessSettings() { }
public string TargetDiskAccessId { get { throw null; } set { } }
public Azure.ResourceManager.RecoveryServicesBackup.Models.TargetDiskNetworkAccessOption? TargetDiskNetworkAccessOption { get { throw null; } set { } }
}
public partial class TargetRestoreInfo
{
public TargetRestoreInfo() { }
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 5f544ea

Please sign in to comment.