1. Packages
  2. Azure Native
  3. API Docs
  4. apimanagement
  5. getProperty
Azure Native v1.103.0 published on Friday, Jun 2, 2023 by Pulumi

azure-native.apimanagement.getProperty

Explore with Pulumi AI

azure-native logo
Azure Native v1.103.0 published on Friday, Jun 2, 2023 by Pulumi

    Gets the details of the property specified by its identifier. API Version: 2019-01-01.

    Using getProperty

    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 getProperty(args: GetPropertyArgs, opts?: InvokeOptions): Promise<GetPropertyResult>
    function getPropertyOutput(args: GetPropertyOutputArgs, opts?: InvokeOptions): Output<GetPropertyResult>
    def get_property(prop_id: Optional[str] = None,
                     resource_group_name: Optional[str] = None,
                     service_name: Optional[str] = None,
                     opts: Optional[InvokeOptions] = None) -> GetPropertyResult
    def get_property_output(prop_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[GetPropertyResult]
    func LookupProperty(ctx *Context, args *LookupPropertyArgs, opts ...InvokeOption) (*LookupPropertyResult, error)
    func LookupPropertyOutput(ctx *Context, args *LookupPropertyOutputArgs, opts ...InvokeOption) LookupPropertyResultOutput

    > Note: This function is named LookupProperty in the Go SDK.

    public static class GetProperty 
    {
        public static Task<GetPropertyResult> InvokeAsync(GetPropertyArgs args, InvokeOptions? opts = null)
        public static Output<GetPropertyResult> Invoke(GetPropertyInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetPropertyResult> getProperty(GetPropertyArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: azure-native:apimanagement:getProperty
      arguments:
        # arguments dictionary

    The following arguments are supported:

    PropId string

    Identifier of the property.

    ResourceGroupName string

    The name of the resource group.

    ServiceName string

    The name of the API Management service.

    PropId string

    Identifier of the property.

    ResourceGroupName string

    The name of the resource group.

    ServiceName string

    The name of the API Management service.

    propId String

    Identifier of the property.

    resourceGroupName String

    The name of the resource group.

    serviceName String

    The name of the API Management service.

    propId string

    Identifier of the property.

    resourceGroupName string

    The name of the resource group.

    serviceName string

    The name of the API Management service.

    prop_id str

    Identifier of the property.

    resource_group_name str

    The name of the resource group.

    service_name str

    The name of the API Management service.

    propId String

    Identifier of the property.

    resourceGroupName String

    The name of the resource group.

    serviceName String

    The name of the API Management service.

    getProperty Result

    The following output properties are available:

    DisplayName string

    Unique name of Property. It may contain only letters, digits, period, dash, and underscore characters.

    Id string

    Resource ID.

    Name string

    Resource name.

    Type string

    Resource type for API Management resource.

    Value string

    Value of the property. Can contain policy expressions. It may not be empty or consist only of whitespace.

    Secret bool

    Determines whether the value is a secret and should be encrypted or not. Default value is false.

    Tags List<string>

    Optional tags that when provided can be used to filter the property list.

    DisplayName string

    Unique name of Property. It may contain only letters, digits, period, dash, and underscore characters.

    Id string

    Resource ID.

    Name string

    Resource name.

    Type string

    Resource type for API Management resource.

    Value string

    Value of the property. Can contain policy expressions. It may not be empty or consist only of whitespace.

    Secret bool

    Determines whether the value is a secret and should be encrypted or not. Default value is false.

    Tags []string

    Optional tags that when provided can be used to filter the property list.

    displayName String

    Unique name of Property. It may contain only letters, digits, period, dash, and underscore characters.

    id String

    Resource ID.

    name String

    Resource name.

    type String

    Resource type for API Management resource.

    value String

    Value of the property. Can contain policy expressions. It may not be empty or consist only of whitespace.

    secret Boolean

    Determines whether the value is a secret and should be encrypted or not. Default value is false.

    tags List<String>

    Optional tags that when provided can be used to filter the property list.

    displayName string

    Unique name of Property. It may contain only letters, digits, period, dash, and underscore characters.

    id string

    Resource ID.

    name string

    Resource name.

    type string

    Resource type for API Management resource.

    value string

    Value of the property. Can contain policy expressions. It may not be empty or consist only of whitespace.

    secret boolean

    Determines whether the value is a secret and should be encrypted or not. Default value is false.

    tags string[]

    Optional tags that when provided can be used to filter the property list.

    display_name str

    Unique name of Property. It may contain only letters, digits, period, dash, and underscore characters.

    id str

    Resource ID.

    name str

    Resource name.

    type str

    Resource type for API Management resource.

    value str

    Value of the property. Can contain policy expressions. It may not be empty or consist only of whitespace.

    secret bool

    Determines whether the value is a secret and should be encrypted or not. Default value is false.

    tags Sequence[str]

    Optional tags that when provided can be used to filter the property list.

    displayName String

    Unique name of Property. It may contain only letters, digits, period, dash, and underscore characters.

    id String

    Resource ID.

    name String

    Resource name.

    type String

    Resource type for API Management resource.

    value String

    Value of the property. Can contain policy expressions. It may not be empty or consist only of whitespace.

    secret Boolean

    Determines whether the value is a secret and should be encrypted or not. Default value is false.

    tags List<String>

    Optional tags that when provided can be used to filter the property list.

    Package Details

    Repository
    Azure Native pulumi/pulumi-azure-native
    License
    Apache-2.0
    azure-native logo
    Azure Native v1.103.0 published on Friday, Jun 2, 2023 by Pulumi