azure-native.apimanagement.ApiIssue
Explore with Pulumi AI
Issue Contract details.
Uses Azure REST API version 2022-08-01. In version 1.x of the Azure Native provider, it used API version 2020-12-01.
Other available API versions: 2022-09-01-preview, 2023-03-01-preview, 2023-05-01-preview, 2023-09-01-preview, 2024-05-01, 2024-06-01-preview.
Create ApiIssue Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new ApiIssue(name: string, args: ApiIssueArgs, opts?: CustomResourceOptions);
@overload
def ApiIssue(resource_name: str,
args: ApiIssueArgs,
opts: Optional[ResourceOptions] = None)
@overload
def ApiIssue(resource_name: str,
opts: Optional[ResourceOptions] = None,
api_id: Optional[str] = None,
description: Optional[str] = None,
resource_group_name: Optional[str] = None,
service_name: Optional[str] = None,
title: Optional[str] = None,
user_id: Optional[str] = None,
created_date: Optional[str] = None,
issue_id: Optional[str] = None,
state: Optional[Union[str, State]] = None)
func NewApiIssue(ctx *Context, name string, args ApiIssueArgs, opts ...ResourceOption) (*ApiIssue, error)
public ApiIssue(string name, ApiIssueArgs args, CustomResourceOptions? opts = null)
public ApiIssue(String name, ApiIssueArgs args)
public ApiIssue(String name, ApiIssueArgs args, CustomResourceOptions options)
type: azure-native:apimanagement:ApiIssue
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
Parameters
- name
This property is required. string - The unique name of the resource.
- args
This property is required. ApiIssueArgs - The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name
This property is required. str - The unique name of the resource.
- args
This property is required. ApiIssueArgs - The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name
This property is required. string - The unique name of the resource.
- args
This property is required. ApiIssueArgs - The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name
This property is required. string - The unique name of the resource.
- args
This property is required. ApiIssueArgs - The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name
This property is required. String - The unique name of the resource.
- args
This property is required. ApiIssueArgs - The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
Constructor example
The following reference example uses placeholder values for all input properties.
var apiIssueResource = new AzureNative.ApiManagement.ApiIssue("apiIssueResource", new()
{
ApiId = "string",
Description = "string",
ResourceGroupName = "string",
ServiceName = "string",
Title = "string",
UserId = "string",
CreatedDate = "string",
IssueId = "string",
State = "string",
});
example, err := apimanagement.NewApiIssue(ctx, "apiIssueResource", &apimanagement.ApiIssueArgs{
ApiId: pulumi.String("string"),
Description: pulumi.String("string"),
ResourceGroupName: pulumi.String("string"),
ServiceName: pulumi.String("string"),
Title: pulumi.String("string"),
UserId: pulumi.String("string"),
CreatedDate: pulumi.String("string"),
IssueId: pulumi.String("string"),
State: pulumi.String("string"),
})
var apiIssueResource = new ApiIssue("apiIssueResource", ApiIssueArgs.builder()
.apiId("string")
.description("string")
.resourceGroupName("string")
.serviceName("string")
.title("string")
.userId("string")
.createdDate("string")
.issueId("string")
.state("string")
.build());
api_issue_resource = azure_native.apimanagement.ApiIssue("apiIssueResource",
api_id="string",
description="string",
resource_group_name="string",
service_name="string",
title="string",
user_id="string",
created_date="string",
issue_id="string",
state="string")
const apiIssueResource = new azure_native.apimanagement.ApiIssue("apiIssueResource", {
apiId: "string",
description: "string",
resourceGroupName: "string",
serviceName: "string",
title: "string",
userId: "string",
createdDate: "string",
issueId: "string",
state: "string",
});
type: azure-native:apimanagement:ApiIssue
properties:
apiId: string
createdDate: string
description: string
issueId: string
resourceGroupName: string
serviceName: string
state: string
title: string
userId: string
ApiIssue Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.
The ApiIssue resource accepts the following input properties:
- Api
Id This property is required. string - A resource identifier for the API the issue was created for.
- Description
This property is required. string - Text describing the issue.
- Resource
Group Name This property is required. Changes to this property will trigger replacement.
- The name of the resource group. The name is case insensitive.
- Service
Name This property is required. Changes to this property will trigger replacement.
- The name of the API Management service.
- Title
This property is required. string - The issue title.
- User
Id This property is required. string - A resource identifier for the user created the issue.
- Created
Date string - Date and time when the issue was created.
- Issue
Id Changes to this property will trigger replacement.
- Issue identifier. Must be unique in the current API Management service instance.
- State
string | Pulumi.
Azure Native. Api Management. State - Status of the issue.
- Api
Id This property is required. string - A resource identifier for the API the issue was created for.
- Description
This property is required. string - Text describing the issue.
- Resource
Group Name This property is required. Changes to this property will trigger replacement.
- The name of the resource group. The name is case insensitive.
- Service
Name This property is required. Changes to this property will trigger replacement.
- The name of the API Management service.
- Title
This property is required. string - The issue title.
- User
Id This property is required. string - A resource identifier for the user created the issue.
- Created
Date string - Date and time when the issue was created.
- Issue
Id Changes to this property will trigger replacement.
- Issue identifier. Must be unique in the current API Management service instance.
- State string | State
- Status of the issue.
- api
Id This property is required. String - A resource identifier for the API the issue was created for.
- description
This property is required. String - Text describing the issue.
- resource
Group Name This property is required. Changes to this property will trigger replacement.
- The name of the resource group. The name is case insensitive.
- service
Name This property is required. Changes to this property will trigger replacement.
- The name of the API Management service.
- title
This property is required. String - The issue title.
- user
Id This property is required. String - A resource identifier for the user created the issue.
- created
Date String - Date and time when the issue was created.
- issue
Id Changes to this property will trigger replacement.
- Issue identifier. Must be unique in the current API Management service instance.
- state String | State
- Status of the issue.
- api
Id This property is required. string - A resource identifier for the API the issue was created for.
- description
This property is required. string - Text describing the issue.
- resource
Group Name This property is required. Changes to this property will trigger replacement.
- The name of the resource group. The name is case insensitive.
- service
Name This property is required. Changes to this property will trigger replacement.
- The name of the API Management service.
- title
This property is required. string - The issue title.
- user
Id This property is required. string - A resource identifier for the user created the issue.
- created
Date string - Date and time when the issue was created.
- issue
Id Changes to this property will trigger replacement.
- Issue identifier. Must be unique in the current API Management service instance.
- state string | State
- Status of the issue.
- api_
id This property is required. str - A resource identifier for the API the issue was created for.
- description
This property is required. str - Text describing the issue.
- resource_
group_ name This property is required. Changes to this property will trigger replacement.
- The name of the resource group. The name is case insensitive.
- service_
name This property is required. Changes to this property will trigger replacement.
- The name of the API Management service.
- title
This property is required. str - The issue title.
- user_
id This property is required. str - A resource identifier for the user created the issue.
- created_
date str - Date and time when the issue was created.
- issue_
id Changes to this property will trigger replacement.
- Issue identifier. Must be unique in the current API Management service instance.
- state str | State
- Status of the issue.
- api
Id This property is required. String - A resource identifier for the API the issue was created for.
- description
This property is required. String - Text describing the issue.
- resource
Group Name This property is required. Changes to this property will trigger replacement.
- The name of the resource group. The name is case insensitive.
- service
Name This property is required. Changes to this property will trigger replacement.
- The name of the API Management service.
- title
This property is required. String - The issue title.
- user
Id This property is required. String - A resource identifier for the user created the issue.
- created
Date String - Date and time when the issue was created.
- issue
Id Changes to this property will trigger replacement.
- Issue identifier. Must be unique in the current API Management service instance.
- state String | "proposed" | "open" | "removed" | "resolved" | "closed"
- Status of the issue.
Outputs
All input properties are implicitly available as output properties. Additionally, the ApiIssue resource produces the following output properties:
Supporting Types
State, StateArgs
- Proposed
- proposedThe issue is proposed.
- Open
- openThe issue is opened.
- Removed
- removedThe issue was removed.
- Resolved
- resolvedThe issue is now resolved.
- Closed
- closedThe issue was closed.
- State
Proposed - proposedThe issue is proposed.
- State
Open - openThe issue is opened.
- State
Removed - removedThe issue was removed.
- State
Resolved - resolvedThe issue is now resolved.
- State
Closed - closedThe issue was closed.
- Proposed
- proposedThe issue is proposed.
- Open
- openThe issue is opened.
- Removed
- removedThe issue was removed.
- Resolved
- resolvedThe issue is now resolved.
- Closed
- closedThe issue was closed.
- Proposed
- proposedThe issue is proposed.
- Open
- openThe issue is opened.
- Removed
- removedThe issue was removed.
- Resolved
- resolvedThe issue is now resolved.
- Closed
- closedThe issue was closed.
- PROPOSED
- proposedThe issue is proposed.
- OPEN
- openThe issue is opened.
- REMOVED
- removedThe issue was removed.
- RESOLVED
- resolvedThe issue is now resolved.
- CLOSED
- closedThe issue was closed.
- "proposed"
- proposedThe issue is proposed.
- "open"
- openThe issue is opened.
- "removed"
- removedThe issue was removed.
- "resolved"
- resolvedThe issue is now resolved.
- "closed"
- closedThe issue was closed.
Import
An existing resource can be imported using its type token, name, and identifier, e.g.
$ pulumi import azure-native:apimanagement:ApiIssue 57d2ef278aa04f0ad01d6cdc /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/apis/{apiId}/issues/{issueId}
To learn more about importing existing cloud resources, see Importing resources.
Package Details
- Repository
- Azure Native pulumi/pulumi-azure-native
- License
- Apache-2.0