Compartir a través de


AnalysisDefinition Class

Definition

Definition of Analysis

[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()

Creates an new AnalysisDefinition instance.

Properties

Description

Description of the Analysis

Id

Resource Id.

Kind

Kind of resource.

Name

Resource Name.

Type

Resource type.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of AnalysisDefinition.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of AnalysisDefinition.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAnalysisDefinition.

FromJsonString(String)

Creates a new instance of AnalysisDefinition, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of AnalysisDefinition into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to