azure-native.apimanagement.getProperty
Explore with Pulumi AI
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:
- Prop
Id string Identifier of the property.
- Resource
Group stringName The name of the resource group.
- Service
Name string The name of the API Management service.
- Prop
Id string Identifier of the property.
- Resource
Group stringName The name of the resource group.
- Service
Name string The name of the API Management service.
- prop
Id String Identifier of the property.
- resource
Group StringName The name of the resource group.
- service
Name String The name of the API Management service.
- prop
Id string Identifier of the property.
- resource
Group stringName The name of the resource group.
- service
Name string The name of the API Management service.
- prop_
id str Identifier of the property.
- resource_
group_ strname The name of the resource group.
- service_
name str The name of the API Management service.
- prop
Id String Identifier of the property.
- resource
Group StringName The name of the resource group.
- service
Name String The name of the API Management service.
getProperty Result
The following output properties are available:
- Display
Name 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.
- List<string>
Optional tags that when provided can be used to filter the property list.
- Display
Name 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.
- []string
Optional tags that when provided can be used to filter the property list.
- display
Name 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.
- List<String>
Optional tags that when provided can be used to filter the property list.
- display
Name 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.
- 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.
- Sequence[str]
Optional tags that when provided can be used to filter the property list.
- display
Name 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.
- 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