This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.47.1 published on Monday, Jun 24, 2024 by Pulumi
azure-native.managementpartner.getPartner
Explore with Pulumi AI
This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.47.1 published on Monday, Jun 24, 2024 by Pulumi
Get the management partner using the partnerId, objectId and tenantId. Azure REST API version: 2018-02-01.
Using getPartner
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 getPartner(args: GetPartnerArgs, opts?: InvokeOptions): Promise<GetPartnerResult>
function getPartnerOutput(args: GetPartnerOutputArgs, opts?: InvokeOptions): Output<GetPartnerResult>
def get_partner(partner_id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetPartnerResult
def get_partner_output(partner_id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetPartnerResult]
func LookupPartner(ctx *Context, args *LookupPartnerArgs, opts ...InvokeOption) (*LookupPartnerResult, error)
func LookupPartnerOutput(ctx *Context, args *LookupPartnerOutputArgs, opts ...InvokeOption) LookupPartnerResultOutput
> Note: This function is named LookupPartner
in the Go SDK.
public static class GetPartner
{
public static Task<GetPartnerResult> InvokeAsync(GetPartnerArgs args, InvokeOptions? opts = null)
public static Output<GetPartnerResult> Invoke(GetPartnerInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetPartnerResult> getPartner(GetPartnerArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: azure-native:managementpartner:getPartner
arguments:
# arguments dictionary
The following arguments are supported:
- Partner
Id string - Id of the Partner
- Partner
Id string - Id of the Partner
- partner
Id String - Id of the Partner
- partner
Id string - Id of the Partner
- partner_
id str - Id of the Partner
- partner
Id String - Id of the Partner
getPartner Result
The following output properties are available:
- Id string
- Identifier of the partner
- Name string
- Name of the partner
- Type string
- Type of resource. "Microsoft.ManagementPartner/partners"
- Created
Time string - This is the DateTime when the partner was created.
- Etag int
- Type of the partner
- Object
Id string - This is the object id.
- Partner
Id string - This is the partner id
- Partner
Name string - This is the partner name
- Tenant
Id string - This is the tenant id.
- Updated
Time string - This is the DateTime when the partner was updated.
- Version int
- This is the version.
- Id string
- Identifier of the partner
- Name string
- Name of the partner
- Type string
- Type of resource. "Microsoft.ManagementPartner/partners"
- Created
Time string - This is the DateTime when the partner was created.
- Etag int
- Type of the partner
- Object
Id string - This is the object id.
- Partner
Id string - This is the partner id
- Partner
Name string - This is the partner name
- Tenant
Id string - This is the tenant id.
- Updated
Time string - This is the DateTime when the partner was updated.
- Version int
- This is the version.
- id String
- Identifier of the partner
- name String
- Name of the partner
- type String
- Type of resource. "Microsoft.ManagementPartner/partners"
- created
Time String - This is the DateTime when the partner was created.
- etag Integer
- Type of the partner
- object
Id String - This is the object id.
- partner
Id String - This is the partner id
- partner
Name String - This is the partner name
- tenant
Id String - This is the tenant id.
- updated
Time String - This is the DateTime when the partner was updated.
- version Integer
- This is the version.
- id string
- Identifier of the partner
- name string
- Name of the partner
- type string
- Type of resource. "Microsoft.ManagementPartner/partners"
- created
Time string - This is the DateTime when the partner was created.
- etag number
- Type of the partner
- object
Id string - This is the object id.
- partner
Id string - This is the partner id
- partner
Name string - This is the partner name
- tenant
Id string - This is the tenant id.
- updated
Time string - This is the DateTime when the partner was updated.
- version number
- This is the version.
- id str
- Identifier of the partner
- name str
- Name of the partner
- type str
- Type of resource. "Microsoft.ManagementPartner/partners"
- created_
time str - This is the DateTime when the partner was created.
- etag int
- Type of the partner
- object_
id str - This is the object id.
- partner_
id str - This is the partner id
- partner_
name str - This is the partner name
- tenant_
id str - This is the tenant id.
- updated_
time str - This is the DateTime when the partner was updated.
- version int
- This is the version.
- id String
- Identifier of the partner
- name String
- Name of the partner
- type String
- Type of resource. "Microsoft.ManagementPartner/partners"
- created
Time String - This is the DateTime when the partner was created.
- etag Number
- Type of the partner
- object
Id String - This is the object id.
- partner
Id String - This is the partner id
- partner
Name String - This is the partner name
- tenant
Id String - This is the tenant id.
- updated
Time String - This is the DateTime when the partner was updated.
- version Number
- This is the version.
Package Details
- Repository
- Azure Native pulumi/pulumi-azure-native
- License
- Apache-2.0
This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.47.1 published on Monday, Jun 24, 2024 by Pulumi