---
title: "Creates or updates a Service Fabric property."
method: PUT
path: "/Names/{nameId}/$/GetProperty"
tags: ["Property Management"]
---

# Creates or updates a Service Fabric property.

`PUT /Names/{nameId}/$/GetProperty`

Creates or updates the specified Service Fabric property under a given name.

## Path parameters

- `nameId` string, required

## Query parameters

- `api-version` '6.0', required
- `timeout` integer

## Request body

- PropertyDescription — Description of a Service Fabric property.
  - `PropertyName` string, required — The name of the Service Fabric property.
  - `CustomTypeId` string — The property's custom type ID. Using this property, the user is able to tag the type of the value of the property.
  - `Value` PropertyValue, required — Describes a Service Fabric property value.
    - `Kind` 'Invalid' | 'Binary' | 'Int64' | 'Double' | 'String' | 'Guid', required — The kind of property, determined by the type of data. Following are the possible values.

## Response `200`

A successful response means that the property has been created or updated.

## Other responses

- `default` — The detailed error response.

---

[API](https://skmtc.net/azure/apis/service-fabric-client-apis.md) · [All operations](https://skmtc.net/azure/apis/service-fabric-client-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/azure/service-fabric-client-apis/versions/6df9f2f4d542/schema)
