Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GuestUsage ¶
type GuestUsage struct { pulumi.CustomResourceState // Location of the Guest Usages resource. Location pulumi.StringPtrOutput `pulumi:"location"` // The name of the Guest Usages resource. Name pulumi.StringOutput `pulumi:"name"` // Key-value pairs of additional resource provisioning properties. Tags pulumi.StringMapOutput `pulumi:"tags"` // An identifier for the tenant for which the resource is being created TenantId pulumi.StringPtrOutput `pulumi:"tenantId"` // The type of the Guest Usages resource. Type pulumi.StringOutput `pulumi:"type"` }
Guest Usages Resource
func GetGuestUsage ¶
func GetGuestUsage(ctx *pulumi.Context, name string, id pulumi.IDInput, state *GuestUsageState, opts ...pulumi.ResourceOption) (*GuestUsage, error)
GetGuestUsage gets an existing GuestUsage 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 NewGuestUsage ¶
func NewGuestUsage(ctx *pulumi.Context, name string, args *GuestUsageArgs, opts ...pulumi.ResourceOption) (*GuestUsage, error)
NewGuestUsage registers a new resource with the given unique name, arguments, and options.
func (*GuestUsage) ElementType ¶ added in v0.2.6
func (*GuestUsage) ElementType() reflect.Type
func (*GuestUsage) ToGuestUsageOutput ¶ added in v0.2.6
func (i *GuestUsage) ToGuestUsageOutput() GuestUsageOutput
func (*GuestUsage) ToGuestUsageOutputWithContext ¶ added in v0.2.6
func (i *GuestUsage) ToGuestUsageOutputWithContext(ctx context.Context) GuestUsageOutput
type GuestUsageArgs ¶
type GuestUsageArgs struct { // Location of the Guest Usages resource. Location pulumi.StringPtrInput // The name of the resource group. ResourceGroupName pulumi.StringInput // The initial domain name of the AAD tenant. ResourceName pulumi.StringInput // Key-value pairs of additional resource provisioning properties. Tags pulumi.StringMapInput // An identifier for the tenant for which the resource is being created TenantId pulumi.StringPtrInput }
The set of arguments for constructing a GuestUsage resource.
func (GuestUsageArgs) ElementType ¶
func (GuestUsageArgs) ElementType() reflect.Type
type GuestUsageInput ¶ added in v0.2.6
type GuestUsageInput interface { pulumi.Input ToGuestUsageOutput() GuestUsageOutput ToGuestUsageOutputWithContext(ctx context.Context) GuestUsageOutput }
type GuestUsageOutput ¶ added in v0.2.6
type GuestUsageOutput struct {
*pulumi.OutputState
}
func (GuestUsageOutput) ElementType ¶ added in v0.2.6
func (GuestUsageOutput) ElementType() reflect.Type
func (GuestUsageOutput) ToGuestUsageOutput ¶ added in v0.2.6
func (o GuestUsageOutput) ToGuestUsageOutput() GuestUsageOutput
func (GuestUsageOutput) ToGuestUsageOutputWithContext ¶ added in v0.2.6
func (o GuestUsageOutput) ToGuestUsageOutputWithContext(ctx context.Context) GuestUsageOutput
type GuestUsageState ¶
type GuestUsageState struct { // Location of the Guest Usages resource. Location pulumi.StringPtrInput // The name of the Guest Usages resource. Name pulumi.StringPtrInput // Key-value pairs of additional resource provisioning properties. Tags pulumi.StringMapInput // An identifier for the tenant for which the resource is being created TenantId pulumi.StringPtrInput // The type of the Guest Usages resource. Type pulumi.StringPtrInput }
func (GuestUsageState) ElementType ¶
func (GuestUsageState) ElementType() reflect.Type
type LookupGuestUsageArgs ¶
type LookupGuestUsageResult ¶
type LookupGuestUsageResult struct { // An identifier that represents the Guest Usages resource. Id string `pulumi:"id"` // Location of the Guest Usages resource. Location *string `pulumi:"location"` // The name of the Guest Usages resource. Name string `pulumi:"name"` // Key-value pairs of additional resource provisioning properties. Tags map[string]string `pulumi:"tags"` // An identifier for the tenant for which the resource is being created TenantId *string `pulumi:"tenantId"` // The type of the Guest Usages resource. Type string `pulumi:"type"` }
Guest Usages Resource
func LookupGuestUsage ¶
func LookupGuestUsage(ctx *pulumi.Context, args *LookupGuestUsageArgs, opts ...pulumi.InvokeOption) (*LookupGuestUsageResult, error)
Click to show internal directories.
Click to hide internal directories.