Show / Hide Table of Contents

Class ApiOperationResponseRepresentationFormParameter

Inheritance
System.Object
ApiOperationResponseRepresentationFormParameter
Inherited Members
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.Outputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class ApiOperationResponseRepresentationFormParameter

Fields

View Source

DefaultValue

The default value for this Form Parameter.

Declaration
public readonly string DefaultValue
Field Value
Type Description
System.String
View Source

Description

A description of this Form Parameter.

Declaration
public readonly string Description
Field Value
Type Description
System.String
View Source

Name

The Name of this Form Parameter.

Declaration
public readonly string Name
Field Value
Type Description
System.String
View Source

Required

Is this Form Parameter Required?

Declaration
public readonly bool Required
Field Value
Type Description
System.Boolean
View Source

Type

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

Declaration
public readonly string Type
Field Value
Type Description
System.String
View Source

Values

One or more acceptable values for this Form Parameter.

Declaration
public readonly ImmutableArray<string> Values
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.