Show / Hide Table of Contents

Class ApiSystemParameter

Inheritance
System.Object
ApiSystemParameter
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.AliCloud.ApiGateway.Outputs
Assembly: Pulumi.AliCloud.dll
Syntax
public sealed class ApiSystemParameter

Fields

View Source

In

System parameter location; values: 'HEAD' and 'QUERY'.

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

Name

System parameter name which supports values including in system parameter list

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

NameService

Backend service's parameter name.

Declaration
public readonly string NameService
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.