Auf Englisch lesen

Freigeben über


New-MgServiceAnnouncementHealthOverview

Create new navigation property to healthOverviews for admin

Hinweis

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

Syntax

PowerShell
New-MgServiceAnnouncementHealthOverview
   [-ResponseHeadersVariable <String>]
   [-AdditionalProperties <Hashtable>]
   [-Id <String>]
   [-Issues <IMicrosoftGraphServiceHealthIssue[]>]
   [-Service <String>]
   [-Status <String>]
   [-Headers <IDictionary>]
   [-ProgressAction <ActionPreference>]
   [-WhatIf]
   [-Confirm]
   [<CommonParameters>]
PowerShell
New-MgServiceAnnouncementHealthOverview
   -BodyParameter <IMicrosoftGraphServiceHealth>
   [-ResponseHeadersVariable <String>]
   [-Headers <IDictionary>]
   [-ProgressAction <ActionPreference>]
   [-WhatIf]
   [-Confirm]
   [<CommonParameters>]

Description

Create new navigation property to healthOverviews for admin

Parameters

-AdditionalProperties

Additional Parameters

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

-BodyParameter

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

Type:IMicrosoftGraphServiceHealth
Position:Named
Default value:None
Required:True
Accept pipeline input:True
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

-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

-Issues

A collection of issues that happened on the service, with detailed information for each issue. To construct, see NOTES section for ISSUES properties and create a hash table.

Type:IMicrosoftGraphServiceHealthIssue[]
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

The service name. Use the list healthOverviews operation to get exact string names for services subscribed by the tenant.

Type:String
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

-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.IMicrosoftGraphServiceHealth

System.Collections.IDictionary

Outputs

Microsoft.Graph.PowerShell.Models.IMicrosoftGraphServiceHealth

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 <IMicrosoftGraphServiceHealth>: serviceHealth

  • [(Any) <Object>]: This indicates any property can be added to this object.
  • [Id <String>]: The unique identifier for an entity. Read-only.
  • [Issues <IMicrosoftGraphServiceHealthIssue- []>]: A collection of issues that happened on the service, with detailed information for each issue.
    • [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
  • [Service <String>]: The service name. Use the list healthOverviews operation to get exact string names for services subscribed by the tenant.
  • [Status <String>]: serviceHealthStatus

ISSUES <IMicrosoftGraphServiceHealthIssue- []>: A collection of issues that happened on the service, with detailed information for each issue.

  • [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