Azure Native
getIntegrationAccountPartner
The integration account partner. API Version: 2019-05-01.
Using getIntegrationAccountPartner
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 getIntegrationAccountPartner(args: GetIntegrationAccountPartnerArgs, opts?: InvokeOptions): Promise<GetIntegrationAccountPartnerResult>
function getIntegrationAccountPartnerOutput(args: GetIntegrationAccountPartnerOutputArgs, opts?: InvokeOptions): Output<GetIntegrationAccountPartnerResult>
def get_integration_account_partner(integration_account_name: Optional[str] = None,
partner_name: Optional[str] = None,
resource_group_name: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetIntegrationAccountPartnerResult
def get_integration_account_partner_output(integration_account_name: Optional[pulumi.Input[str]] = None,
partner_name: Optional[pulumi.Input[str]] = None,
resource_group_name: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetIntegrationAccountPartnerResult]
func LookupIntegrationAccountPartner(ctx *Context, args *LookupIntegrationAccountPartnerArgs, opts ...InvokeOption) (*LookupIntegrationAccountPartnerResult, error)
func LookupIntegrationAccountPartnerOutput(ctx *Context, args *LookupIntegrationAccountPartnerOutputArgs, opts ...InvokeOption) LookupIntegrationAccountPartnerResultOutput
> Note: This function is named LookupIntegrationAccountPartner
in the Go SDK.
public static class GetIntegrationAccountPartner
{
public static Task<GetIntegrationAccountPartnerResult> InvokeAsync(GetIntegrationAccountPartnerArgs args, InvokeOptions? opts = null)
public static Output<GetIntegrationAccountPartnerResult> Invoke(GetIntegrationAccountPartnerInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetIntegrationAccountPartnerResult> getIntegrationAccountPartner(GetIntegrationAccountPartnerArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
Fn::Invoke:
Function: azure-native:logic:getIntegrationAccountPartner
Arguments:
# Arguments dictionary
The following arguments are supported:
- Integration
Account stringName The integration account name.
- Partner
Name string The integration account partner name.
- Resource
Group stringName The resource group name.
- Integration
Account stringName The integration account name.
- Partner
Name string The integration account partner name.
- Resource
Group stringName The resource group name.
- integration
Account StringName The integration account name.
- partner
Name String The integration account partner name.
- resource
Group StringName The resource group name.
- integration
Account stringName The integration account name.
- partner
Name string The integration account partner name.
- resource
Group stringName The resource group name.
- integration_
account_ strname The integration account name.
- partner_
name str The integration account partner name.
- resource_
group_ strname The resource group name.
- integration
Account StringName The integration account name.
- partner
Name String The integration account partner name.
- resource
Group StringName The resource group name.
getIntegrationAccountPartner Result
The following output properties are available:
- Changed
Time string The changed time.
- Content
Pulumi.
Azure Native. Logic. Outputs. Partner Content Response The partner content.
- Created
Time string The created time.
- Id string
The resource id.
- Name string
Gets the resource name.
- Partner
Type string The partner type.
- Type string
Gets the resource type.
- Location string
The resource location.
- Metadata object
The metadata.
- Dictionary<string, string>
The resource tags.
- Changed
Time string The changed time.
- Content
Partner
Content Response The partner content.
- Created
Time string The created time.
- Id string
The resource id.
- Name string
Gets the resource name.
- Partner
Type string The partner type.
- Type string
Gets the resource type.
- Location string
The resource location.
- Metadata interface{}
The metadata.
- map[string]string
The resource tags.
- changed
Time String The changed time.
- content
Partner
Content Response The partner content.
- created
Time String The created time.
- id String
The resource id.
- name String
Gets the resource name.
- partner
Type String The partner type.
- type String
Gets the resource type.
- location String
The resource location.
- metadata Object
The metadata.
- Map<String,String>
The resource tags.
- changed
Time string The changed time.
- content
Partner
Content Response The partner content.
- created
Time string The created time.
- id string
The resource id.
- name string
Gets the resource name.
- partner
Type string The partner type.
- type string
Gets the resource type.
- location string
The resource location.
- metadata any
The metadata.
- {[key: string]: string}
The resource tags.
- changed_
time str The changed time.
- content
Partner
Content Response The partner content.
- created_
time str The created time.
- id str
The resource id.
- name str
Gets the resource name.
- partner_
type str The partner type.
- type str
Gets the resource type.
- location str
The resource location.
- metadata Any
The metadata.
- Mapping[str, str]
The resource tags.
- changed
Time String The changed time.
- content Property Map
The partner content.
- created
Time String The created time.
- id String
The resource id.
- name String
Gets the resource name.
- partner
Type String The partner type.
- type String
Gets the resource type.
- location String
The resource location.
- metadata Any
The metadata.
- Map<String>
The resource tags.
Supporting Types
B2BPartnerContentResponse
- Business
Identities List<Pulumi.Azure Native. Logic. Inputs. Business Identity Response> The list of partner business identities.
- Business
Identities []BusinessIdentity Response The list of partner business identities.
- business
Identities List<BusinessIdentity Response> The list of partner business identities.
- business
Identities BusinessIdentity Response[] The list of partner business identities.
- business_
identities Sequence[BusinessIdentity Response] The list of partner business identities.
- business
Identities List<Property Map> The list of partner business identities.
BusinessIdentityResponse
PartnerContentResponse
- B2b
Pulumi.
Azure Native. Logic. Inputs. B2BPartner Content Response The B2B partner content.
- B2b
B2BPartner
Content Response The B2B partner content.
- b2b
B2BPartner
Content Response The B2B partner content.
- b2b
B2BPartner
Content Response The B2B partner content.
- b2b
B2BPartner
Content Response The B2B partner content.
- b2b Property Map
The B2B partner content.
Package Details
- Repository
- https://github.com/pulumi/pulumi-azure-native
- License
- Apache-2.0