Show / Hide Table of Contents

Class NamedValueArgs

Inheritance
System.Object
InputArgs
ResourceArgs
NamedValueArgs
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
Assembly: Pulumi.Azure.dll
Syntax
public sealed class NamedValueArgs : ResourceArgs

Constructors

View Source

NamedValueArgs()

Declaration
public NamedValueArgs()

Properties

View Source

ApiManagementName

The name of the API Management Service in which the API Management Named Value should exist. Changing this forces a new resource to be created.

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

DisplayName

The display name of this API Management Named Value.

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

Name

The name of the API Management Named Value. Changing this forces a new resource to be created.

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

ResourceGroupName

The name of the Resource Group in which the API Management Named Value should exist. Changing this forces a new resource to be created.

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

Secret

Specifies whether the API Management Named Value is secret. Valid values are true or false. The default value is false.

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

Tags

A list of tags to be applied to the API Management Named Value.

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

Value

The value of this API Management Named Value.

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