Show / Hide Table of Contents

Class ApiOperationRequestRepresentationFormParameterArgs

Inheritance
System.Object
InputArgs
ResourceArgs
ApiOperationRequestRepresentationFormParameterArgs
Inherited Members
ResourceArgs.Empty
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Azure.ApiManagement.Inputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class ApiOperationRequestRepresentationFormParameterArgs : ResourceArgs

Constructors

View Source

ApiOperationRequestRepresentationFormParameterArgs()

Declaration
public ApiOperationRequestRepresentationFormParameterArgs()

Properties

View Source

DefaultValue

The default value for this Form Parameter.

Declaration
public Input<string> DefaultValue { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Description

A description of this Form Parameter.

Declaration
public Input<string> Description { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Name

The Name of this Form Parameter.

Declaration
public Input<string> Name { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Required

Is this Form Parameter Required?

Declaration
public Input<bool> Required { get; set; }
Property Value
Type Description
Input<System.Boolean>
View Source

Type

The Type of this Form Parameter, such as a string.

Declaration
public Input<string> Type { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Values

One or more acceptable values for this Form Parameter.

Declaration
public InputList<string> Values { get; set; }
Property Value
Type Description
InputList<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.