Partilhar via


DataConnectionValidation Class

Definition

Class representing an data connection validation.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20230815.DataConnectionValidationTypeConverter))]
public class DataConnectionValidation : Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20230815.IDataConnectionValidation
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20230815.DataConnectionValidationTypeConverter))>]
type DataConnectionValidation = class
    interface IDataConnectionValidation
    interface IJsonSerializable
Public Class DataConnectionValidation
Implements IDataConnectionValidation
Inheritance
DataConnectionValidation
Attributes
Implements

Constructors

DataConnectionValidation()

Creates an new DataConnectionValidation instance.

Properties

DataConnectionName

The name of the data connection.

Id

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

Kind

Kind of the endpoint for the data connection

Location

Resource location.

Name

The name of the resource

Property

The data connection properties to validate.

Type

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of DataConnectionValidation.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of DataConnectionValidation.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20230815.IDataConnectionValidation.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of DataConnectionValidation into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to