Udostępnij przez


DiscoveryConfiguration Class

Definition

Discovery Details.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Workloads.SapVirtualInstance.Models.DiscoveryConfigurationTypeConverter))]
public class DiscoveryConfiguration : Microsoft.Azure.PowerShell.Cmdlets.Workloads.SapVirtualInstance.Models.IDiscoveryConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Workloads.SapVirtualInstance.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Workloads.SapVirtualInstance.Models.DiscoveryConfigurationTypeConverter))>]
type DiscoveryConfiguration = class
    interface IDiscoveryConfiguration
    interface IJsonSerializable
    interface ISapConfiguration
    interface IValidates
Public Class DiscoveryConfiguration
Implements IDiscoveryConfiguration, IValidates
Inheritance
DiscoveryConfiguration
Attributes
Implements

Constructors

Name Description
DiscoveryConfiguration()

Creates an new DiscoveryConfiguration instance.

Properties

Name Description
AppLocation

The geo-location where the SAP system exists.

CentralServerVMId

The virtual machine ID of the Central Server.

ConfigurationType

The configuration type. Eg: Deployment/Discovery

ManagedRgStorageAccountName

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of DiscoveryConfiguration.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of DiscoveryConfiguration.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Workloads.SapVirtualInstance.Models.IDiscoveryConfiguration.

FromJsonString(String)

Creates a new instance of DiscoveryConfiguration, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of DiscoveryConfiguration into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()
Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to