---
title: "Implements get of customization policies list"
method: GET
path: "/subscriptions/{subscriptionId}/providers/Microsoft.VMwareCloudSimple/locations/{regionId}/privateClouds/{pcName}/customizationPolicies"
tags: ["customizationPolicies"]
---

# Implements get of customization policies list

`GET /subscriptions/{subscriptionId}/providers/Microsoft.VMwareCloudSimple/locations/{regionId}/privateClouds/{pcName}/customizationPolicies`

Returns list of customization policies in region for private cloud

## Path parameters

- `subscriptionId` string, required
- `regionId` string, required
- `pcName` string, required

## Query parameters

- `api-version` string, required
- `$filter` string

## Response `200`

successful operation

- CustomizationPoliciesListResponse — List of customization polices response model
  - `nextLink` string — Link for next list of the Customization policy
  - `value` CustomizationPolicy[] — List of the customization policies
    - `id` string — Customization policy azure id
    - `location` string — Azure region
    - `name` string — Customization policy name
    - `properties` CustomizationPolicyProperties — The properties of Customization policy
      - `description` string — Policy description
      - `privateCloudId` string — The Private cloud id
      - `specification` CustomizationSpecification — The specification for Customization Policy
        - `identity` CustomizationIdentity
          - `data` string — Windows Text Identity. Prepared data
          - `hostName` CustomizationHostName — Host name model
            - `name` string — Hostname
            - `type` 'USER_DEFINED' | 'PREFIX_BASED' | 'FIXED' | 'VIRTUAL_MACHINE_NAME' | 'CUSTOM_NAME' — Type of host name
          - `type` 'WINDOWS_TEXT' | 'WINDOWS' | 'LINUX' — Identity type
          - `userData` object — Windows Identity. User data customization
            - `isPasswordPredefined` boolean — Is password predefined in customization policy
        - `nicSettings` CustomizationNicSetting[] — Network interface settings
          - `adapter` CustomizationIPSettings
            - `gateway` string[] — The list of gateways
            - `ip` CustomizationIPAddress
              - …
            - `subnetMask` string — Adapter subnet mask
          - `macAddress` string — NIC mac address
      - `type` 'LINUX' | 'WINDOWS' — The type of customization (Linux or Windows)
      - `version` string — Policy version
    - `type` string

## Other responses

- `default` — General Error

---

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