ApiCenterApiVersionProperties(String, ApiLifecycleStage) Constructor
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.
Initializes a new instance of ApiCenterApiVersionProperties.
public ApiCenterApiVersionProperties(string title, Azure.ResourceManager.ApiCenter.Models.ApiLifecycleStage lifecycleStage);
new Azure.ResourceManager.ApiCenter.Models.ApiCenterApiVersionProperties : string * Azure.ResourceManager.ApiCenter.Models.ApiLifecycleStage -> Azure.ResourceManager.ApiCenter.Models.ApiCenterApiVersionProperties
Public Sub New (title As String, lifecycleStage As ApiLifecycleStage)
Parameters
- title
- String
API version title.
- lifecycleStage
- ApiLifecycleStage
Current lifecycle stage of the API.
Exceptions
title
is null.