Auf Englisch lesen

Freigeben über


New-MgServiceAnnouncementHealthOverviewIssue

Create new navigation property to issues for admin

Hinweis

To view the beta release of this cmdlet, view New-MgBetaServiceAnnouncementHealthOverviewIssue

Syntax

PowerShell
New-MgServiceAnnouncementHealthOverviewIssue
   -ServiceHealthId <String>
   [-ResponseHeadersVariable <String>]
   [-AdditionalProperties <Hashtable>]
   [-Classification <String>]
   [-Details <IMicrosoftGraphKeyValuePair[]>]
   [-EndDateTime <DateTime>]
   [-Feature <String>]
   [-FeatureGroup <String>]
   [-Id <String>]
   [-ImpactDescription <String>]
   [-IsResolved]
   [-LastModifiedDateTime <DateTime>]
   [-Origin <String>]
   [-Posts <IMicrosoftGraphServiceHealthIssuePost[]>]
   [-Service <String>]
   [-StartDateTime <DateTime>]
   [-Status <String>]
   [-Title <String>]
   [-Headers <IDictionary>]
   [-ProgressAction <ActionPreference>]
   [-WhatIf]
   [-Confirm]
   [<CommonParameters>]
PowerShell
New-MgServiceAnnouncementHealthOverviewIssue
   -ServiceHealthId <String>
   -BodyParameter <IMicrosoftGraphServiceHealthIssue>
   [-ResponseHeadersVariable <String>]
   [-Headers <IDictionary>]
   [-ProgressAction <ActionPreference>]
   [-WhatIf]
   [-Confirm]
   [<CommonParameters>]
PowerShell
New-MgServiceAnnouncementHealthOverviewIssue
   -InputObject <IDevicesServiceAnnouncementIdentity>
   [-ResponseHeadersVariable <String>]
   [-AdditionalProperties <Hashtable>]
   [-Classification <String>]
   [-Details <IMicrosoftGraphKeyValuePair[]>]
   [-EndDateTime <DateTime>]
   [-Feature <String>]
   [-FeatureGroup <String>]
   [-Id <String>]
   [-ImpactDescription <String>]
   [-IsResolved]
   [-LastModifiedDateTime <DateTime>]
   [-Origin <String>]
   [-Posts <IMicrosoftGraphServiceHealthIssuePost[]>]
   [-Service <String>]
   [-StartDateTime <DateTime>]
   [-Status <String>]
   [-Title <String>]
   [-Headers <IDictionary>]
   [-ProgressAction <ActionPreference>]
   [-WhatIf]
   [-Confirm]
   [<CommonParameters>]
PowerShell
New-MgServiceAnnouncementHealthOverviewIssue
   -InputObject <IDevicesServiceAnnouncementIdentity>
   -BodyParameter <IMicrosoftGraphServiceHealthIssue>
   [-ResponseHeadersVariable <String>]
   [-Headers <IDictionary>]
   [-ProgressAction <ActionPreference>]
   [-WhatIf]
   [-Confirm]
   [<CommonParameters>]

Description

Create new navigation property to issues for admin

Parameters

-AdditionalProperties

Additional Parameters

Type:Hashtable
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

-BodyParameter

serviceHealthIssue To construct, see NOTES section for BODYPARAMETER properties and create a hash table.

Type:IMicrosoftGraphServiceHealthIssue
Position:Named
Default value:None
Required:True
Accept pipeline input:True
Accept wildcard characters:False

-Classification

serviceHealthClassificationType

Type:String
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

-Confirm

Prompts you for confirmation before running the cmdlet.

Type:SwitchParameter
Aliases:cf
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

-Details

More details about service event. This property doesn't support filters. To construct, see NOTES section for DETAILS properties and create a hash table.

Type:IMicrosoftGraphKeyValuePair[]
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

-EndDateTime

The end time of the service event.

Type:DateTime
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

-Feature

The feature name of the service issue.

Type:String
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

-FeatureGroup

The feature group name of the service issue.

Type:String
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

-Headers

Optional headers that will be added to the request.

Type:IDictionary
Position:Named
Default value:None
Required:False
Accept pipeline input:True
Accept wildcard characters:False

-Id

The unique identifier for an entity. Read-only.

Type:String
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

-ImpactDescription

The description of the service issue impact.

Type:String
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

-InputObject

Identity Parameter To construct, see NOTES section for INPUTOBJECT properties and create a hash table.

Type:IDevicesServiceAnnouncementIdentity
Position:Named
Default value:None
Required:True
Accept pipeline input:True
Accept wildcard characters:False

-IsResolved

Indicates whether the issue is resolved.

Type:SwitchParameter
Position:Named
Default value:False
Required:False
Accept pipeline input:False
Accept wildcard characters:False

-LastModifiedDateTime

The last modified time of the service event.

Type:DateTime
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

-Origin

serviceHealthOrigin

Type:String
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

-Posts

Collection of historical posts for the service issue. To construct, see NOTES section for POSTS properties and create a hash table.

Type:IMicrosoftGraphServiceHealthIssuePost[]
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

-ProgressAction

{{ Fill ProgressAction Description }}

Type:ActionPreference
Aliases:proga
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

-ResponseHeadersVariable

Optional Response Headers Variable.

Type:String
Aliases:RHV
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

-Service

Indicates the service affected by the issue.

Type:String
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

-ServiceHealthId

The unique identifier of serviceHealth

Type:String
Position:Named
Default value:None
Required:True
Accept pipeline input:False
Accept wildcard characters:False

-StartDateTime

The start time of the service event.

Type:DateTime
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

-Status

serviceHealthStatus

Type:String
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

-Title

The title of the service event.

Type:String
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

-WhatIf

Shows what would happen if the cmdlet runs. The cmdlet is not run.

Type:SwitchParameter
Aliases:wi
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

Inputs

Microsoft.Graph.PowerShell.Models.IDevicesServiceAnnouncementIdentity

Microsoft.Graph.PowerShell.Models.IMicrosoftGraphServiceHealthIssue

System.Collections.IDictionary

Outputs

Microsoft.Graph.PowerShell.Models.IMicrosoftGraphServiceHealthIssue

Notes

COMPLEX PARAMETER PROPERTIES

To create the parameters described below, construct a hash table containing the appropriate properties. For information on hash tables, run Get-Help about_Hash_Tables.

BODYPARAMETER <IMicrosoftGraphServiceHealthIssue>: serviceHealthIssue

  • [(Any) <Object>]: This indicates any property can be added to this object.
  • [Details <IMicrosoftGraphKeyValuePair- []>]: More details about service event. This property doesn't support filters.
    • [Name <String>]: Name for this key-value pair
    • [Value <String>]: Value for this key-value pair
  • [EndDateTime <DateTime?>]: The end time of the service event.
  • [LastModifiedDateTime <DateTime?>]: The last modified time of the service event.
  • [StartDateTime <DateTime?>]: The start time of the service event.
  • [Title <String>]: The title of the service event.
  • [Id <String>]: The unique identifier for an entity. Read-only.
  • [Classification <String>]: serviceHealthClassificationType
  • [Feature <String>]: The feature name of the service issue.
  • [FeatureGroup <String>]: The feature group name of the service issue.
  • [ImpactDescription <String>]: The description of the service issue impact.
  • [IsResolved <Boolean?>]: Indicates whether the issue is resolved.
  • [Origin <String>]: serviceHealthOrigin
  • [Posts <IMicrosoftGraphServiceHealthIssuePost- []>]: Collection of historical posts for the service issue.
    • [CreatedDateTime <DateTime?>]: The published time of the post.
    • [Description <IMicrosoftGraphItemBody>]: itemBody
      • [(Any) <Object>]: This indicates any property can be added to this object.
      • [Content <String>]: The content of the item.
      • [ContentType <String>]: bodyType
    • [PostType <String>]: postType
  • [Service <String>]: Indicates the service affected by the issue.
  • [Status <String>]: serviceHealthStatus

DETAILS <IMicrosoftGraphKeyValuePair- []>: More details about service event. This property doesn't support filters.

  • [Name <String>]: Name for this key-value pair
  • [Value <String>]: Value for this key-value pair

INPUTOBJECT <IDevicesServiceAnnouncementIdentity>: Identity Parameter

  • [ServiceAnnouncementAttachmentId <String>]: The unique identifier of serviceAnnouncementAttachment
  • [ServiceHealthId <String>]: The unique identifier of serviceHealth
  • [ServiceHealthIssueId <String>]: The unique identifier of serviceHealthIssue
  • [ServiceUpdateMessageId <String>]: The unique identifier of serviceUpdateMessage

POSTS <IMicrosoftGraphServiceHealthIssuePost- []>: Collection of historical posts for the service issue.

  • [CreatedDateTime <DateTime?>]: The published time of the post.
  • [Description <IMicrosoftGraphItemBody>]: itemBody
    • [(Any) <Object>]: This indicates any property can be added to this object.
    • [Content <String>]: The content of the item.
    • [ContentType <String>]: bodyType
  • [PostType <String>]: postType