ApiCenterEnvironmentProperties(String, ApiCenterEnvironmentKind) 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 ApiCenterEnvironmentProperties.
public ApiCenterEnvironmentProperties(string title, Azure.ResourceManager.ApiCenter.Models.ApiCenterEnvironmentKind kind);
new Azure.ResourceManager.ApiCenter.Models.ApiCenterEnvironmentProperties : string * Azure.ResourceManager.ApiCenter.Models.ApiCenterEnvironmentKind -> Azure.ResourceManager.ApiCenter.Models.ApiCenterEnvironmentProperties
Public Sub New (title As String, kind As ApiCenterEnvironmentKind)
Parameters
- title
- String
Environment title.
Environment kind.
Exceptions
title is null.