printerLocation リソースの種類

名前空間: microsoft.graph

プリンターの物理的および階層的な場所を表します。

プロパティ

プロパティ 説明
latitude Double プリンターが位置する緯度。
longitude Double プリンターが位置する経度。
altitudeInMeters Int32 プリンターが位置する高度 (メートル)。
streetAddress String プリンターが保存されている番街の住所。
subUnit 文字列コレクション プリンターがあるサブユニット階層。 要素は階層的な順序である必要があります。 たとえば、キャンパスが異なるセクションに分割されている場合、階層は次のようになります。 ["East Wing", "Block A"]
city String プリンターが位置する都市。
postalCode String プリンターが含む郵便番号。
countryOrRegion String プリンターが入っている国または地域。
サイト 文字列 プリンターが入っているサイト。
建物 String プリンターが位置する建物。
floor String プリンターが上にあるフロア。 現在は数値だけがサポートされています。
floorDescription String プリンターが上にあるフロアの説明。
roomName String プリンターが入っている部屋。 現在は数値だけがサポートされています。
roomDescription String プリンターが入っている部屋の説明。
組織 文字列コレクション プリンターが属する組織階層。 要素は階層的な順序である必要があります。
サブディビジョン 文字列コレクション プリンターが位置するサブディビジョン。 要素は階層的な順序である必要があります。
stateOrProvince String プリンターが入っている状態または州。

リレーションシップ

なし。

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"
}