< Back

New-LicenseAssignmentStateObject

Sat Jan 18, 2020 12:33 pm

NAME New-LicenseAssignmentStateObject



SYNOPSIS

Creates a new object which represents a "microsoft.graph.licenseAssignmentState" (or one of its derived types).





SYNTAX

New-LicenseAssignmentStateObject [-assignedByGroup <string>] [-disabledPlans <Guid[]>] [-error <string>] [-skuId

<Guid>] [-state <string>] [<CommonParameters>]





DESCRIPTION

Creates a new object which represents a "microsoft.graph.licenseAssignmentState" (or one of its derived types).





PARAMETERS

-skuId <Guid>

The "skuId" property, of type "Edm.Guid".



This property is on the "microsoft.graph.licenseAssignmentState" type.



Required? false

Position? named

Default value 00000000-0000-0000-0000-000000000000

Accept pipeline input? false

Accept wildcard characters? false



-disabledPlans <Guid[]>

The "disabledPlans" property, of type "Edm.Guid".



This property is on the "microsoft.graph.licenseAssignmentState" type.



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-assignedByGroup <string>

The "assignedByGroup" property, of type "Edm.String".



This property is on the "microsoft.graph.licenseAssignmentState" type.



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-state <string>

The "state" property, of type "Edm.String".



This property is on the "microsoft.graph.licenseAssignmentState" type.



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-error <string>

The "error" property, of type "Edm.String".



This property is on the "microsoft.graph.licenseAssignmentState" type.



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



<CommonParameters>

This cmdlet supports the common parameters: Verbose, Debug,

ErrorAction, ErrorVariable, WarningAction, WarningVariable,

OutBuffer, PipelineVariable, and OutVariable. For more information, see

about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).



INPUTS



OUTPUTS





RELATED LINKS