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 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"` // 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)
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
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.
type PartnerArgs ¶
type PartnerArgs struct { // Id of the Partner PartnerId pulumi.StringInput }
The set of arguments for constructing a Partner resource.
func (PartnerArgs) ElementType ¶
func (PartnerArgs) ElementType() reflect.Type
type PartnerState ¶
type PartnerState struct { // This is the DateTime when the partner was created. CreatedTime pulumi.StringPtrInput // Type of the partner Etag pulumi.IntPtrInput // Name of the partner Name pulumi.StringPtrInput // This is the object id. ObjectId pulumi.StringPtrInput // This is the partner id PartnerId pulumi.StringPtrInput // This is the partner name PartnerName pulumi.StringPtrInput // This is the tenant id. TenantId pulumi.StringPtrInput // Type of resource. "Microsoft.ManagementPartner/partners" Type pulumi.StringPtrInput // This is the DateTime when the partner was updated. UpdatedTime pulumi.StringPtrInput // This is the version. Version pulumi.IntPtrInput }
func (PartnerState) ElementType ¶
func (PartnerState) ElementType() reflect.Type
Click to show internal directories.
Click to hide internal directories.