Show / Hide Table of Contents

Class ProductApiState

Inheritance
System.Object
InputArgs
ResourceArgs
ProductApiState
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 ProductApiState : ResourceArgs

Constructors

View Source

ProductApiState()

Declaration
public ProductApiState()

Properties

View Source

ApiManagementName

The name of the API Management Service. 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

ApiName

The Name of the API Management API within the API Management Service. Changing this forces a new resource to be created.

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

ProductId

The ID of the API Management Product within the API Management Service. Changing this forces a new resource to be created.

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

ResourceGroupName

The name of the Resource Group in which the API Management Service exists. 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
Back to top Copyright 2016-2020, Pulumi Corporation.