Aracılığıyla paylaş


IDataConnectionValidation Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.Api20210601Preview.DataConnectionValidationTypeConverter))]
public interface IDataConnectionValidation : Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.Api20210601Preview.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

SystemDataCreatedAt

The timestamp of resource creation (UTC).

SystemDataCreatedBy

The identity that created the resource.

SystemDataCreatedByType

The type of identity that created the resource.

SystemDataLastModifiedAt

The timestamp of resource last modification (UTC)

SystemDataLastModifiedBy

The identity that last modified the resource.

SystemDataLastModifiedByType

The type of identity that last modified 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