Freigeben über


AnalysisDefinition Class

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.AnalysisDefinitionTypeConverter))]
public class AnalysisDefinition : Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAnalysisDefinition, Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.AnalysisDefinitionTypeConverter))>]
type AnalysisDefinition = class
    interface IAnalysisDefinition
    interface IJsonSerializable
    interface IProxyOnlyResource
    interface IValidates
Public Class AnalysisDefinition
Implements IAnalysisDefinition, IValidates
Inheritance
AnalysisDefinition
Attributes
Implements

Constructors

AnalysisDefinition()

Properties

Description
Id
Kind
Name
Type

Methods

DeserializeFromDictionary(IDictionary)
DeserializeFromPSObject(PSObject)
FromJson(JsonNode)
FromJsonString(String)
ToJson(JsonObject, SerializationMode)
ToJsonString()
Validate(IEventListener)

Applies to