CustomSeasonality 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.
The CustomSeasonality.
public class CustomSeasonality : Azure.ResourceManager.MachineLearning.Models.ForecastingSeasonality, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.MachineLearning.Models.CustomSeasonality>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.MachineLearning.Models.CustomSeasonality>
public class CustomSeasonality : Azure.ResourceManager.MachineLearning.Models.ForecastingSeasonality
type CustomSeasonality = class
inherit ForecastingSeasonality
interface IJsonModel<CustomSeasonality>
interface IPersistableModel<CustomSeasonality>
type CustomSeasonality = class
inherit ForecastingSeasonality
Public Class CustomSeasonality
Inherits ForecastingSeasonality
Implements IJsonModel(Of CustomSeasonality), IPersistableModel(Of CustomSeasonality)
Public Class CustomSeasonality
Inherits ForecastingSeasonality
- Inheritance
- Implements
Constructors
CustomSeasonality(Int32) |
Initializes a new instance of CustomSeasonality. |
Properties
Value |
[Required] Seasonality value. |
Explicit Interface Implementations
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET