BackupTargetDiskNetworkAccessSettings Class
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.
Specifies target network access settings for disks of VM to be restored.
public class BackupTargetDiskNetworkAccessSettings : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.RecoveryServicesBackup.Models.BackupTargetDiskNetworkAccessSettings>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.RecoveryServicesBackup.Models.BackupTargetDiskNetworkAccessSettings>
type BackupTargetDiskNetworkAccessSettings = class
interface IJsonModel<BackupTargetDiskNetworkAccessSettings>
interface IPersistableModel<BackupTargetDiskNetworkAccessSettings>
Public Class BackupTargetDiskNetworkAccessSettings
Implements IJsonModel(Of BackupTargetDiskNetworkAccessSettings), IPersistableModel(Of BackupTargetDiskNetworkAccessSettings)
- Inheritance
-
BackupTargetDiskNetworkAccessSettings
- Implements
Constructors
BackupTargetDiskNetworkAccessSettings() |
Initializes a new instance of BackupTargetDiskNetworkAccessSettings. |
Properties
TargetDiskAccessId |
Gets or sets the ARM resource ID of the target disk access to be used when TargetDiskNetworkAccessOption is set to TargetDiskNetworkAccessOption.UseNew. |
TargetDiskNetworkAccessOption |
Network access settings to be used for restored disks. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
IJsonModel<BackupTargetDiskNetworkAccessSettings>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<BackupTargetDiskNetworkAccessSettings>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<BackupTargetDiskNetworkAccessSettings>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<BackupTargetDiskNetworkAccessSettings>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<BackupTargetDiskNetworkAccessSettings>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET