ArmDevCenterModelFactory.DevCenterEnvironmentDefinitionParameterInfo Method
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.
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.
A string of one of the basic JSON types (number, integer, array, object, boolean, string).
Whether or not this parameter is read-only. If true, default should have a value.
Returns
A new DevCenterEnvironmentDefinitionParameterInfo instance for mocking.