ArmDevCenterModelFactory.DevCenterEnvironmentDefinitionParameterInfo Method

Definition

Properties of an Environment Definition parameter.

public static Azure.ResourceManager.DevCenter.Models.DevCenterEnvironmentDefinitionParameterInfo DevCenterEnvironmentDefinitionParameterInfo(string id = default, string name = default, string description = default, Azure.ResourceManager.DevCenter.Models.DevCenterParameterType? type = default, bool? readOnly = default, bool? required = default);
static member DevCenterEnvironmentDefinitionParameterInfo : string * string * string * Nullable<Azure.ResourceManager.DevCenter.Models.DevCenterParameterType> * Nullable<bool> * Nullable<bool> -> Azure.ResourceManager.DevCenter.Models.DevCenterEnvironmentDefinitionParameterInfo
Public Shared Function DevCenterEnvironmentDefinitionParameterInfo (Optional id As String = Nothing, Optional name As String = Nothing, Optional description As String = Nothing, Optional type As Nullable(Of DevCenterParameterType) = Nothing, Optional readOnly As Nullable(Of Boolean) = Nothing, Optional required As Nullable(Of Boolean) = Nothing) As DevCenterEnvironmentDefinitionParameterInfo

Parameters

id
String

Unique ID of the parameter.

name
String

Display name of the parameter.

description
String

Description of the parameter.

type
Nullable<DevCenterParameterType>

A string of one of the basic JSON types (number, integer, array, object, boolean, string).

readOnly
Nullable<Boolean>

Whether or not this parameter is read-only. If true, default should have a value.

required
Nullable<Boolean>

Whether or not this parameter is required.

Returns

A new DevCenterEnvironmentDefinitionParameterInfo instance for mocking.

Applies to