Partilhar via


IDataConnectionValidation Interface

Definition

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

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

Type

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

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to