SiteRecoveryAddRecoveryServicesProviderProperties Class

Definition

The properties of an add provider request.

public class SiteRecoveryAddRecoveryServicesProviderProperties : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.SiteRecoveryAddRecoveryServicesProviderProperties>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.SiteRecoveryAddRecoveryServicesProviderProperties>
type SiteRecoveryAddRecoveryServicesProviderProperties = class
    interface IJsonModel<SiteRecoveryAddRecoveryServicesProviderProperties>
    interface IPersistableModel<SiteRecoveryAddRecoveryServicesProviderProperties>
Public Class SiteRecoveryAddRecoveryServicesProviderProperties
Implements IJsonModel(Of SiteRecoveryAddRecoveryServicesProviderProperties), IPersistableModel(Of SiteRecoveryAddRecoveryServicesProviderProperties)
Inheritance
SiteRecoveryAddRecoveryServicesProviderProperties
Implements

Constructors

SiteRecoveryAddRecoveryServicesProviderProperties(String, IdentityProviderContent, IdentityProviderContent)

Initializes a new instance of SiteRecoveryAddRecoveryServicesProviderProperties.

Properties

AuthenticationIdentityContent

The identity provider input for DRA authentication.

BiosId

The Bios Id of the machine.

DataPlaneAuthenticationIdentityContent

The identity provider input for data plane authentication.

MachineId

The Id of the machine where the provider is getting added.

MachineName

The name of the machine where the provider is getting added.

ResourceAccessIdentityContent

The identity provider input for resource access.

Explicit Interface Implementations

IJsonModel<SiteRecoveryAddRecoveryServicesProviderProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<SiteRecoveryAddRecoveryServicesProviderProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<SiteRecoveryAddRecoveryServicesProviderProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<SiteRecoveryAddRecoveryServicesProviderProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<SiteRecoveryAddRecoveryServicesProviderProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to