FarmBeatsUpdateRequestModel interface
FarmBeats 업데이트 요청입니다.
속성
| identity | 리소스의 ID입니다. |
| location | 리소스가 있는 지리적 위치입니다. |
| properties | FarmBeats ARM 리소스 속성입니다. |
| tags | 리소스 태그. |
속성 세부 정보
identity
location
리소스가 있는 지리적 위치입니다.
location?: string
속성 값
string
properties
tags
리소스 태그.
tags?: {[propertyName: string]: string}
속성 값
{[propertyName: string]: string}