AnalysisDefinition 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.
Definition of Analysis
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.AnalysisDefinitionTypeConverter))]
public class AnalysisDefinition : Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IAnalysisDefinition, Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.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.Api20231201.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. |