다음을 통해 공유


DataConnectionValidation Class

Definition

Class representing an data connection validation.

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

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

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.Synapse.Models.Api20210601Preview.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