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 SourceApiManagementName
Declaration
public readonly string ApiManagementName
Field Value
| Type | Description |
|---|---|
| System.String |
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 |
Description
The description of this Product, which may include HTML formatting tags.
Declaration
public readonly string Description
Field Value
| Type | Description |
|---|---|
| System.String |
DisplayName
The Display Name for this API Management Product.
Declaration
public readonly string DisplayName
Field Value
| Type | Description |
|---|---|
| System.String |
Id
The provider-assigned unique ID for this managed resource.
Declaration
public readonly string Id
Field Value
| Type | Description |
|---|---|
| System.String |
ProductId
Declaration
public readonly string ProductId
Field Value
| Type | Description |
|---|---|
| System.String |
Published
Is this Product Published?
Declaration
public readonly bool Published
Field Value
| Type | Description |
|---|---|
| System.Boolean |
ResourceGroupName
Declaration
public readonly string ResourceGroupName
Field Value
| Type | Description |
|---|---|
| System.String |
SubscriptionRequired
Is a Subscription required to access API's included in this Product?
Declaration
public readonly bool SubscriptionRequired
Field Value
| Type | Description |
|---|---|
| System.Boolean |
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 |
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 |