IaasVmRecoveryPoint.IsPrivateAccessEnabledOnAnyDisk Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
This flag denotes if any of the disks in the VM are using Private access network setting.
public bool? IsPrivateAccessEnabledOnAnyDisk { get; set; }
member this.IsPrivateAccessEnabledOnAnyDisk : Nullable<bool> with get, set
Public Property IsPrivateAccessEnabledOnAnyDisk As Nullable(Of Boolean)