< Back

New-AudioObject

Sat Jan 18, 2020 12:10 pm

NAME New-AudioObject



SYNOPSIS

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





SYNTAX

New-AudioObject [-album <string>] [-albumArtist <string>] [-artist <string>] [-bitrate <long>] [-composers

<string>] [-copyright <string>] [-disc <short>] [-discCount <short>] [-duration <long>] [-genre <string>] [-hasDrm

<bool>] [-isVariableBitrate <bool>] [-title <string>] [-track <int>] [-trackCount <int>] [-year <int>]

[<CommonParameters>]





DESCRIPTION

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





PARAMETERS

-album <string>

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



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



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-albumArtist <string>

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



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



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-artist <string>

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



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



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-bitrate <long>

The "bitrate" property, of type "Edm.Int64".



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



Required? false

Position? named

Default value 0

Accept pipeline input? false

Accept wildcard characters? false



-composers <string>

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



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



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-copyright <string>

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



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



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-disc <short>

The "disc" property, of type "Edm.Int16".



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



Required? false

Position? named

Default value 0

Accept pipeline input? false

Accept wildcard characters? false



-discCount <short>

The "discCount" property, of type "Edm.Int16".



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



Required? false

Position? named

Default value 0

Accept pipeline input? false

Accept wildcard characters? false



-duration <long>

The "duration" property, of type "Edm.Int64".



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



Required? false

Position? named

Default value 0

Accept pipeline input? false

Accept wildcard characters? false



-genre <string>

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



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



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-hasDrm <bool>

The "hasDrm" property, of type "Edm.Boolean".



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



Required? false

Position? named

Default value False

Accept pipeline input? false

Accept wildcard characters? false



-isVariableBitrate <bool>

The "isVariableBitrate" property, of type "Edm.Boolean".



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



Required? false

Position? named

Default value False

Accept pipeline input? false

Accept wildcard characters? false



-title <string>

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



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



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-track <int>

The "track" property, of type "Edm.Int32".



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



Required? false

Position? named

Default value 0

Accept pipeline input? false

Accept wildcard characters? false



-trackCount <int>

The "trackCount" property, of type "Edm.Int32".



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



Required? false

Position? named

Default value 0

Accept pipeline input? false

Accept wildcard characters? false



-year <int>

The "year" property, of type "Edm.Int32".



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



Required? false

Position? named

Default value 0

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