azure-native.apimanagement.getContentItem
Content type contract details. API Version: 2020-12-01.
Using getContentItem
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getContentItem(args: GetContentItemArgs, opts?: InvokeOptions): Promise<GetContentItemResult>
function getContentItemOutput(args: GetContentItemOutputArgs, opts?: InvokeOptions): Output<GetContentItemResult>
def get_content_item(content_item_id: Optional[str] = None,
content_type_id: Optional[str] = None,
resource_group_name: Optional[str] = None,
service_name: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetContentItemResult
def get_content_item_output(content_item_id: Optional[pulumi.Input[str]] = None,
content_type_id: Optional[pulumi.Input[str]] = None,
resource_group_name: Optional[pulumi.Input[str]] = None,
service_name: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetContentItemResult]
func LookupContentItem(ctx *Context, args *LookupContentItemArgs, opts ...InvokeOption) (*LookupContentItemResult, error)
func LookupContentItemOutput(ctx *Context, args *LookupContentItemOutputArgs, opts ...InvokeOption) LookupContentItemResultOutput
> Note: This function is named LookupContentItem
in the Go SDK.
public static class GetContentItem
{
public static Task<GetContentItemResult> InvokeAsync(GetContentItemArgs args, InvokeOptions? opts = null)
public static Output<GetContentItemResult> Invoke(GetContentItemInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetContentItemResult> getContentItem(GetContentItemArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: azure-native:apimanagement:getContentItem
arguments:
# arguments dictionary
The following arguments are supported:
- Content
Item stringId Content item identifier.
- Content
Type stringId Content type identifier.
- Resource
Group stringName The name of the resource group.
- Service
Name string The name of the API Management service.
- Content
Item stringId Content item identifier.
- Content
Type stringId Content type identifier.
- Resource
Group stringName The name of the resource group.
- Service
Name string The name of the API Management service.
- content
Item StringId Content item identifier.
- content
Type StringId Content type identifier.
- resource
Group StringName The name of the resource group.
- service
Name String The name of the API Management service.
- content
Item stringId Content item identifier.
- content
Type stringId Content type identifier.
- resource
Group stringName The name of the resource group.
- service
Name string The name of the API Management service.
- content_
item_ strid Content item identifier.
- content_
type_ strid Content type identifier.
- resource_
group_ strname The name of the resource group.
- service_
name str The name of the API Management service.
- content
Item StringId Content item identifier.
- content
Type StringId Content type identifier.
- resource
Group StringName The name of the resource group.
- service
Name String The name of the API Management service.
getContentItem Result
The following output properties are available:
- Id string
Resource ID.
- Name string
Resource name.
- Properties object
Properties of the content item.
- Type string
Resource type for API Management resource.
- Id string
Resource ID.
- Name string
Resource name.
- Properties interface{}
Properties of the content item.
- Type string
Resource type for API Management resource.
- id String
Resource ID.
- name String
Resource name.
- properties Object
Properties of the content item.
- type String
Resource type for API Management resource.
- id string
Resource ID.
- name string
Resource name.
- properties any
Properties of the content item.
- type string
Resource type for API Management resource.
- id str
Resource ID.
- name str
Resource name.
- properties Any
Properties of the content item.
- type str
Resource type for API Management resource.
- id String
Resource ID.
- name String
Resource name.
- properties Any
Properties of the content item.
- type String
Resource type for API Management resource.
Package Details
- Repository
- Azure Native pulumi/pulumi-azure-native
- License
- Apache-2.0