managementpartner

package module
v0.0.0-...-fc6d6d1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 10, 2024 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type LookupPartnerArgs

type LookupPartnerArgs struct {
	// Id of the Partner
	PartnerId string `pulumi:"partnerId"`
}

type LookupPartnerOutputArgs

type LookupPartnerOutputArgs struct {
	// Id of the Partner
	PartnerId pulumi.StringInput `pulumi:"partnerId"`
}

func (LookupPartnerOutputArgs) ElementType

func (LookupPartnerOutputArgs) ElementType() reflect.Type

type LookupPartnerResult

type LookupPartnerResult struct {
	// This is the DateTime when the partner was created.
	CreatedTime *string `pulumi:"createdTime"`
	// Type of the partner
	Etag *int `pulumi:"etag"`
	// Identifier of the partner
	Id string `pulumi:"id"`
	// Name of the partner
	Name string `pulumi:"name"`
	// This is the object id.
	ObjectId *string `pulumi:"objectId"`
	// This is the partner id
	PartnerId *string `pulumi:"partnerId"`
	// This is the partner name
	PartnerName *string `pulumi:"partnerName"`
	// This is the tenant id.
	TenantId *string `pulumi:"tenantId"`
	// Type of resource. "Microsoft.ManagementPartner/partners"
	Type string `pulumi:"type"`
	// This is the DateTime when the partner was updated.
	UpdatedTime *string `pulumi:"updatedTime"`
	// This is the version.
	Version *int `pulumi:"version"`
}

this is the management partner operations response

func LookupPartner

func LookupPartner(ctx *pulumi.Context, args *LookupPartnerArgs, opts ...pulumi.InvokeOption) (*LookupPartnerResult, error)

Get the management partner using the partnerId, objectId and tenantId. Azure REST API version: 2018-02-01.

type LookupPartnerResultOutput

type LookupPartnerResultOutput struct{ *pulumi.OutputState }

this is the management partner operations response

func (LookupPartnerResultOutput) CreatedTime

This is the DateTime when the partner was created.

func (LookupPartnerResultOutput) ElementType

func (LookupPartnerResultOutput) ElementType() reflect.Type

func (LookupPartnerResultOutput) Etag

Type of the partner

func (LookupPartnerResultOutput) Id

Identifier of the partner

func (LookupPartnerResultOutput) Name

Name of the partner

func (LookupPartnerResultOutput) ObjectId

This is the object id.

func (LookupPartnerResultOutput) PartnerId

This is the partner id

func (LookupPartnerResultOutput) PartnerName

This is the partner name

func (LookupPartnerResultOutput) TenantId

This is the tenant id.

func (LookupPartnerResultOutput) ToLookupPartnerResultOutput

func (o LookupPartnerResultOutput) ToLookupPartnerResultOutput() LookupPartnerResultOutput

func (LookupPartnerResultOutput) ToLookupPartnerResultOutputWithContext

func (o LookupPartnerResultOutput) ToLookupPartnerResultOutputWithContext(ctx context.Context) LookupPartnerResultOutput

func (LookupPartnerResultOutput) Type

Type of resource. "Microsoft.ManagementPartner/partners"

func (LookupPartnerResultOutput) UpdatedTime

This is the DateTime when the partner was updated.

func (LookupPartnerResultOutput) Version

This is the version.

type Partner

type Partner struct {
	pulumi.CustomResourceState

	// This is the DateTime when the partner was created.
	CreatedTime pulumi.StringPtrOutput `pulumi:"createdTime"`
	// Type of the partner
	Etag pulumi.IntPtrOutput `pulumi:"etag"`
	// Name of the partner
	Name pulumi.StringOutput `pulumi:"name"`
	// This is the object id.
	ObjectId pulumi.StringPtrOutput `pulumi:"objectId"`
	// This is the partner id
	PartnerId pulumi.StringPtrOutput `pulumi:"partnerId"`
	// This is the partner name
	PartnerName pulumi.StringPtrOutput `pulumi:"partnerName"`
	// This is the tenant id.
	TenantId pulumi.StringPtrOutput `pulumi:"tenantId"`
	// Type of resource. "Microsoft.ManagementPartner/partners"
	Type pulumi.StringOutput `pulumi:"type"`
	// This is the DateTime when the partner was updated.
	UpdatedTime pulumi.StringPtrOutput `pulumi:"updatedTime"`
	// This is the version.
	Version pulumi.IntPtrOutput `pulumi:"version"`
}

this is the management partner operations response Azure REST API version: 2018-02-01. Prior API version in Azure Native 1.x: 2018-02-01.

func GetPartner

func GetPartner(ctx *pulumi.Context,
	name string, id pulumi.IDInput, state *PartnerState, opts ...pulumi.ResourceOption) (*Partner, error)

GetPartner gets an existing Partner resource's state with the given name, ID, and optional state properties that are used to uniquely qualify the lookup (nil if not required).

func NewPartner

func NewPartner(ctx *pulumi.Context,
	name string, args *PartnerArgs, opts ...pulumi.ResourceOption) (*Partner, error)

NewPartner registers a new resource with the given unique name, arguments, and options.

func (*Partner) ElementType

func (*Partner) ElementType() reflect.Type

func (*Partner) ToPartnerOutput

func (i *Partner) ToPartnerOutput() PartnerOutput

func (*Partner) ToPartnerOutputWithContext

func (i *Partner) ToPartnerOutputWithContext(ctx context.Context) PartnerOutput

type PartnerArgs

type PartnerArgs struct {
	// Id of the Partner
	PartnerId pulumi.StringPtrInput
}

The set of arguments for constructing a Partner resource.

func (PartnerArgs) ElementType

func (PartnerArgs) ElementType() reflect.Type

type PartnerInput

type PartnerInput interface {
	pulumi.Input

	ToPartnerOutput() PartnerOutput
	ToPartnerOutputWithContext(ctx context.Context) PartnerOutput
}

type PartnerOutput

type PartnerOutput struct{ *pulumi.OutputState }

func (PartnerOutput) CreatedTime

func (o PartnerOutput) CreatedTime() pulumi.StringPtrOutput

This is the DateTime when the partner was created.

func (PartnerOutput) ElementType

func (PartnerOutput) ElementType() reflect.Type

func (PartnerOutput) Etag

Type of the partner

func (PartnerOutput) Name

Name of the partner

func (PartnerOutput) ObjectId

func (o PartnerOutput) ObjectId() pulumi.StringPtrOutput

This is the object id.

func (PartnerOutput) PartnerId

func (o PartnerOutput) PartnerId() pulumi.StringPtrOutput

This is the partner id

func (PartnerOutput) PartnerName

func (o PartnerOutput) PartnerName() pulumi.StringPtrOutput

This is the partner name

func (PartnerOutput) TenantId

func (o PartnerOutput) TenantId() pulumi.StringPtrOutput

This is the tenant id.

func (PartnerOutput) ToPartnerOutput

func (o PartnerOutput) ToPartnerOutput() PartnerOutput

func (PartnerOutput) ToPartnerOutputWithContext

func (o PartnerOutput) ToPartnerOutputWithContext(ctx context.Context) PartnerOutput

func (PartnerOutput) Type

Type of resource. "Microsoft.ManagementPartner/partners"

func (PartnerOutput) UpdatedTime

func (o PartnerOutput) UpdatedTime() pulumi.StringPtrOutput

This is the DateTime when the partner was updated.

func (PartnerOutput) Version

func (o PartnerOutput) Version() pulumi.IntPtrOutput

This is the version.

type PartnerState

type PartnerState struct {
}

func (PartnerState) ElementType

func (PartnerState) ElementType() reflect.Type

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL