ApiCenterApiProperties(String, ApiKind) 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 ApiCenterApiProperties.
public ApiCenterApiProperties(string title, Azure.ResourceManager.ApiCenter.Models.ApiKind kind);
new Azure.ResourceManager.ApiCenter.Models.ApiCenterApiProperties : string * Azure.ResourceManager.ApiCenter.Models.ApiKind -> Azure.ResourceManager.ApiCenter.Models.ApiCenterApiProperties
Public Sub New (title As String, kind As ApiKind)
Parameters
- title
- String
API title.
- kind
- ApiKind
Kind of API. For example, REST or GraphQL.
Exceptions
title is null.