You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
33
33
34
-
DASHBOARD <IDashboard>: The shared dashboard resource definition.
35
-
Location <String>: Resource location
36
-
[Lens <IDashboardPropertiesLenses>]: The dashboard lenses.
37
-
[(Any) <IDashboardLens>]: This indicates any property can be added to this object.
38
-
[Metadata <IDashboardPropertiesMetadata>]: The dashboard metadata.
39
-
[(Any) <Object>]: This indicates any property can be added to this object.
40
-
[Tag <IDashboardTags>]: Resource tags
34
+
LENS <IDashboardLens[]>: The dashboard lenses.
35
+
Order <Int32>: The lens order.
36
+
Part <IDashboardParts[]>: The dashboard parts.
37
+
PositionColSpan <Int32>: The dashboard's part column span.
38
+
PositionRowSpan <Int32>: The dashboard's part row span.
39
+
PositionX <Int32>: The dashboard's part x coordinate.
40
+
PositionY <Int32>: The dashboard's part y coordinate.
41
+
[PositionMetadata <IAny>]: The dashboard part's metadata.
42
+
[Metadata <IAny>]: The dashboard len's metadata.
43
+
44
+
RESOURCE <IDashboard>: The shared dashboard resource definition.
45
+
Location <String>: The geo-location where the resource lives
46
+
[Tag <ITrackedResourceTags>]: Resource tags.
41
47
[(Any) <String>]: This indicates any property can be added to this object.
48
+
[SystemDataCreatedAt <DateTime?>]: The timestamp of resource creation (UTC).
49
+
[SystemDataCreatedBy <String>]: The identity that created the resource.
50
+
[SystemDataCreatedByType <CreatedByType?>]: The type of identity that created the resource.
51
+
[SystemDataLastModifiedAt <DateTime?>]: The timestamp of resource last modification (UTC)
52
+
[SystemDataLastModifiedBy <String>]: The identity that last modified the resource.
53
+
[SystemDataLastModifiedByType <CreatedByType?>]: The type of identity that last modified the resource.
54
+
[Lens <IDashboardLens[]>]: The dashboard lenses.
55
+
Order <Int32>: The lens order.
56
+
Part <IDashboardParts[]>: The dashboard parts.
57
+
PositionColSpan <Int32>: The dashboard's part column span.
58
+
PositionRowSpan <Int32>: The dashboard's part row span.
59
+
PositionX <Int32>: The dashboard's part x coordinate.
60
+
PositionY <Int32>: The dashboard's part y coordinate.
61
+
[PositionMetadata <IAny>]: The dashboard part's metadata.
62
+
[Metadata <IAny>]: The dashboard len's metadata.
63
+
[Metadata <IDashboardPropertiesWithProvisioningStateMetadata>]: The dashboard metadata.
64
+
[(Any) <Object>]: This indicates any property can be added to this object.
0 commit comments