Class ProductApiState
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 ProductApiState : ResourceArgs
Constructors
View SourceProductApiState()
Declaration
public ProductApiState()
Properties
View SourceApiManagementName
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> |
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> |
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> |
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> |