@@ -1698,6 +1698,7 @@ public partial class IaasVmRecoveryPoint : Azure.ResourceManager.RecoveryService
16981698 public IaasVmRecoveryPoint ( ) { }
16991699 public bool ? IsInstantIlrSessionActive { get { throw null ; } set { } }
17001700 public bool ? IsManagedVirtualMachine { get { throw null ; } set { } }
1701+ public bool ? IsPrivateAccessEnabledOnAnyDisk { get { throw null ; } set { } }
17011702 public bool ? IsSourceVmEncrypted { get { throw null ; } set { } }
17021703 public Azure . ResourceManager . RecoveryServicesBackup . Models . KeyAndSecretDetails KeyAndSecret { get { throw null ; } set { } }
17031704 public bool ? OriginalStorageAccountOption { get { throw null ; } set { } }
@@ -1709,6 +1710,7 @@ public IaasVmRecoveryPoint() { }
17091710 public Azure . ResourceManager . RecoveryServicesBackup . Models . RecoveryPointProperties RecoveryPointProperties { get { throw null ; } set { } }
17101711 public System . Collections . Generic . IList < Azure . ResourceManager . RecoveryServicesBackup . Models . RecoveryPointTierInformationV2 > RecoveryPointTierDetails { get { throw null ; } }
17111712 public string RecoveryPointType { get { throw null ; } set { } }
1713+ public string SecurityType { get { throw null ; } set { } }
17121714 public string SourceVmStorageType { get { throw null ; } set { } }
17131715 public string VirtualMachineSize { get { throw null ; } set { } }
17141716 public System . Collections . Generic . IList < string > Zones { get { throw null ; } }
@@ -1721,16 +1723,19 @@ public IaasVmRestoreContent() { }
17211723 public bool ? DoesCreateNewCloudService { get { throw null ; } set { } }
17221724 public bool ? DoesRestoreWithManagedDisks { get { throw null ; } set { } }
17231725 public Azure . ResourceManager . RecoveryServicesBackup . Models . VmEncryptionDetails EncryptionDetails { get { throw null ; } set { } }
1726+ public Azure . ResourceManager . Resources . Models . ExtendedLocation ExtendedLocation { get { throw null ; } set { } }
17241727 public Azure . ResourceManager . RecoveryServicesBackup . Models . IdentityBasedRestoreDetails IdentityBasedRestoreDetails { get { throw null ; } set { } }
17251728 public Azure . ResourceManager . RecoveryServicesBackup . Models . BackupIdentityInfo IdentityInfo { get { throw null ; } set { } }
17261729 public bool ? OriginalStorageAccountOption { get { throw null ; } set { } }
17271730 public string RecoveryPointId { get { throw null ; } set { } }
17281731 public Azure . ResourceManager . RecoveryServicesBackup . Models . FileShareRecoveryType ? RecoveryType { get { throw null ; } set { } }
17291732 public Azure . Core . AzureLocation ? Region { get { throw null ; } set { } }
17301733 public System . Collections . Generic . IList < int > RestoreDiskLunList { get { throw null ; } }
1734+ public string SecuredVmOSDiskEncryptionSetId { get { throw null ; } set { } }
17311735 public Azure . Core . ResourceIdentifier SourceResourceId { get { throw null ; } set { } }
17321736 public Azure . Core . ResourceIdentifier StorageAccountId { get { throw null ; } set { } }
17331737 public Azure . Core . ResourceIdentifier SubnetId { get { throw null ; } set { } }
1738+ public Azure . ResourceManager . RecoveryServicesBackup . Models . TargetDiskNetworkAccessSettings TargetDiskNetworkAccessSettings { get { throw null ; } set { } }
17341739 public Azure . Core . ResourceIdentifier TargetDomainNameId { get { throw null ; } set { } }
17351740 public Azure . Core . ResourceIdentifier TargetResourceGroupId { get { throw null ; } set { } }
17361741 public Azure . Core . ResourceIdentifier TargetVirtualMachineId { get { throw null ; } set { } }
@@ -2162,6 +2167,7 @@ public partial class RecoveryPointProperties
21622167 {
21632168 public RecoveryPointProperties ( ) { }
21642169 public System . DateTimeOffset ? ExpireOn { get { throw null ; } set { } }
2170+ public bool ? IsSoftDeleted { get { throw null ; } set { } }
21652171 public string RuleName { get { throw null ; } set { } }
21662172 }
21672173 public partial class RecoveryPointRehydrationInfo
@@ -2588,6 +2594,18 @@ public TargetAfsRestoreInfo() { }
25882594 public string Name { get { throw null ; } set { } }
25892595 public Azure . Core . ResourceIdentifier TargetResourceId { get { throw null ; } set { } }
25902596 }
2597+ public enum TargetDiskNetworkAccessOption
2598+ {
2599+ SameAsOnSourceDisks = 0 ,
2600+ EnablePrivateAccessForAllDisks = 1 ,
2601+ EnablePublicAccessForAllDisks = 2 ,
2602+ }
2603+ public partial class TargetDiskNetworkAccessSettings
2604+ {
2605+ public TargetDiskNetworkAccessSettings ( ) { }
2606+ public string TargetDiskAccessId { get { throw null ; } set { } }
2607+ public Azure . ResourceManager . RecoveryServicesBackup . Models . TargetDiskNetworkAccessOption ? TargetDiskNetworkAccessOption { get { throw null ; } set { } }
2608+ }
25912609 public partial class TargetRestoreInfo
25922610 {
25932611 public TargetRestoreInfo ( ) { }
0 commit comments