DataLakeAnalyticsSchema Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.DataLakeAnalyticsSchemaTypeConverter))]
public class DataLakeAnalyticsSchema : Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IDataLakeAnalyticsSchema
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.DataLakeAnalyticsSchemaTypeConverter))>]
type DataLakeAnalyticsSchema = class
interface IDataLakeAnalyticsSchema
interface IJsonSerializable
Public Class DataLakeAnalyticsSchema
Implements IDataLakeAnalyticsSchema
- Inheritance
-
DataLakeAnalyticsSchema
- Attributes
- Implements
Constructors
DataLakeAnalyticsSchema() |
Creates an new DataLakeAnalyticsSchema instance. |
Properties
DataLakeStoreAccountName |
DataLake Store Account Name |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of DataLakeAnalyticsSchema. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of DataLakeAnalyticsSchema. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IDataLakeAnalyticsSchema. |
FromJsonString(String) |
Creates a new instance of DataLakeAnalyticsSchema, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of DataLakeAnalyticsSchema into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |