Show / Hide Table of Contents

Class GetProductResult

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

Fields

View Source

ApiManagementName

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

ApprovalRequired

Do subscribers need to be approved prior to being able to use the Product?

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

Description

The description of this Product, which may include HTML formatting tags.

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

DisplayName

The Display Name for this API Management Product.

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

Id

The provider-assigned unique ID for this managed resource.

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

ProductId

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

Published

Is this Product Published?

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

ResourceGroupName

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

SubscriptionRequired

Is a Subscription required to access API's included in this Product?

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

SubscriptionsLimit

The number of subscriptions a user can have to this Product at the same time.

Declaration
public readonly int SubscriptionsLimit
Field Value
Type Description
System.Int32
View Source

Terms

Any Terms and Conditions for this Product, which must be accepted by Developers before they can begin the Subscription process.

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