< Back

New-ResourceOperationObject

Sat Jan 18, 2020 1:33 pm

NAME New-ResourceOperationObject



SYNOPSIS

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





SYNTAX

New-ResourceOperationObject [-actionName <string>] [-description <string>] [-resourceName <string>]

[<CommonParameters>]





DESCRIPTION

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



This defines an operation or action that can be performed on an Intune resource (or entity). Common operations are

Read, Delete, Update or Create. These operations provide basic management of the underlying Intune resource

itself. In some cases, an Intune resource can have operations that are used by the resource to take action in

combination with other resources. For example, the Assign operation is used to assign a MobileApp resource to an

AAD security group. Resource operations cannot be modified for built-in roles.This defines an operation or action

that can be performed on an Intune resource (or entity). Common operations are Get, List, Delete, Update or

Create. These operations provide basic management of the underlying Intune resource itself. In some cases, an

Intune resource can have operations that are used by the resource to take action in combination with other

resources. For example, the "Assign" operation is used to assign a MobileApp resource to an AAD security group.

Resource operations cannot be modified for built-in roles.





PARAMETERS

-resourceName <string>

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



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



Name of the Resource this operation is performed on.



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-actionName <string>

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



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



Type of action this operation is going to perform. The actionName should be concise and limited to as few

words as possible.



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-description <string>

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



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



Description of the resource operation. The description is used in mouse-over text for the operation when shown

in the Azure Portal.



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