DiscoveryConfiguration Class

Definition

Discovery Details.

public class DiscoveryConfiguration : Azure.ResourceManager.Workloads.Models.SapConfiguration
public class DiscoveryConfiguration : Azure.ResourceManager.Workloads.Models.SapConfiguration, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Workloads.Models.DiscoveryConfiguration>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Workloads.Models.DiscoveryConfiguration>
type DiscoveryConfiguration = class
    inherit SapConfiguration
type DiscoveryConfiguration = class
    inherit SapConfiguration
    interface IJsonModel<DiscoveryConfiguration>
    interface IPersistableModel<DiscoveryConfiguration>
Public Class DiscoveryConfiguration
Inherits SapConfiguration
Public Class DiscoveryConfiguration
Inherits SapConfiguration
Implements IJsonModel(Of DiscoveryConfiguration), IPersistableModel(Of DiscoveryConfiguration)
Inheritance
DiscoveryConfiguration
Implements

Constructors

DiscoveryConfiguration()

Initializes a new instance of DiscoveryConfiguration.

Properties

AppLocation

The geo-location where the SAP system exists.

CentralServerVmId

The virtual machine ID of the Central Server.

ManagedRgStorageAccountName

The custom storage account name for the storage account created by the service in the managed resource group created as part of VIS deployment.<br><br>Refer to the storage account naming rules here.<br><br>If not provided, the service will create the storage account with a random name.

Explicit Interface Implementations

IJsonModel<DiscoveryConfiguration>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<DiscoveryConfiguration>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IJsonModel<SapConfiguration>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

(Inherited from SapConfiguration)
IJsonModel<SapConfiguration>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

(Inherited from SapConfiguration)
IPersistableModel<DiscoveryConfiguration>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<DiscoveryConfiguration>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<DiscoveryConfiguration>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

IPersistableModel<SapConfiguration>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

(Inherited from SapConfiguration)
IPersistableModel<SapConfiguration>.GetFormatFromOptions(ModelReaderWriterOptions)

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

(Inherited from SapConfiguration)
IPersistableModel<SapConfiguration>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

(Inherited from SapConfiguration)

Applies to