ArmComputeModelFactory.GenericGalleryParameter 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.
public static Azure.ResourceManager.Compute.Models.GenericGalleryParameter GenericGalleryParameter(string name = default, bool? required = default, string defaultValue = default, string description = default);
static member GenericGalleryParameter : string * Nullable<bool> * string * string -> Azure.ResourceManager.Compute.Models.GenericGalleryParameter
Public Shared Function GenericGalleryParameter (Optional name As String = Nothing, Optional required As Nullable(Of Boolean) = Nothing, Optional defaultValue As String = Nothing, Optional description As String = Nothing) As GenericGalleryParameter
Parameters
- name
- String
The name of the parameter.
- defaultValue
- String
The default value of the parameter, only applies to string types.
- description
- String
A description to help users understand what this parameter means.
Returns
A new GenericGalleryParameter instance for mocking.