printerLocation リソースの種類
名前空間: microsoft.graph
プリンターの物理的および階層的な場所を表します。
プロパティ
プロパティ | 型 | 説明 |
---|---|---|
altitudeInMeters | Int32 | プリンターが配置されている高度をメートル単位で指定します。 |
建物 | String | プリンターが配置されている建物。 |
city | String | プリンターが配置されている都市。 |
countryOrRegion | String | プリンターが配置されている国または地域。 |
floor | String | プリンターが配置されているフロア。 現在、数値のみがサポートされています。 |
floorDescription | String | プリンターが配置されているフロアの説明。 |
latitude | 倍精度浮動小数点数 | プリンターが配置されている緯度。 |
longitude | 倍精度浮動小数点数 | プリンターが配置されている経度。 |
組織 | String collection | プリンターが属する組織階層。 要素は階層順である必要があります。 |
postalCode | String | プリンターが配置されている郵便番号。 |
roomDescription | String | プリンターが配置されている部屋の説明。 |
roomName | String | プリンターが配置されている部屋。 現在、数値のみがサポートされています。 |
サイト | String | プリンターが配置されているサイト。 |
stateOrProvince | String | プリンターが配置されている状態または都道府県。 |
streetAddress | String | プリンターが配置されている番地。 |
小分け | String collection | プリンターが配置されているサブディビジョン。 要素は階層順である必要があります。 |
サブユニット | String collection | プリンターがあるサブユニット階層。 要素は階層順である必要があります。 たとえば、キャンパスが異なるセクションに分割されている場合、階層は次のようになります。 ["East Wing", "Block A"] |
リレーションシップ
なし。
JSON 表記
次の JSON 表現は、リソースの種類を示しています。
{
"@odata.type": "#microsoft.graph.printerLocation",
"latitude": "Double",
"longitude": "Double",
"altitudeInMeters": "Integer",
"streetAddress": "String",
"subUnit": [
"String"
],
"city": "String",
"postalCode": "String",
"countryOrRegion": "String",
"site": "String",
"building": "String",
"floor": "String",
"floorDescription": "String",
"roomName": "String",
"roomDescription": "String",
"organization": [
"String"
],
"subdivision": [
"String"
],
"stateOrProvince": "String"
}