|
| 1 | +### YamlMime:UniversalReference |
| 2 | +items: |
| 3 | + - uid: azure-arm-containerservice.ContainerServiceClient |
| 4 | + id: azure-arm-containerservice.ContainerServiceClient |
| 5 | + name: ContainerServiceClient |
| 6 | + summary: Class representing a ContainerServiceClient. |
| 7 | + fullName: azure-arm-containerservice.ContainerServiceClient |
| 8 | + type: Class |
| 9 | + children: |
| 10 | + - 'azure-arm-containerservice.ContainerServiceClient.#ctor' |
| 11 | + langs: |
| 12 | + - js |
| 13 | + - id: 'azure-arm-containerservice.ContainerServiceClient.#ctor' |
| 14 | + uid: 'azure-arm-containerservice.ContainerServiceClient.#ctor' |
| 15 | + parent: azure-arm-containerservice.ContainerServiceClient |
| 16 | + name: 'ContainerServiceClient(credentials, subscriptionId, baseUri, options)' |
| 17 | + fullName: >- |
| 18 | + azure-arm-containerservice.ContainerServiceClient.ContainerServiceClient(credentials, |
| 19 | + subscriptionId, baseUri, options) |
| 20 | + summary: Create a ContainerServiceClient. |
| 21 | + type: Constructor |
| 22 | + syntax: |
| 23 | + parameters: |
| 24 | + - id: credentials |
| 25 | + type: |
| 26 | + - undefinedcredentials |
| 27 | + description: Credentials needed for the client to connect to Azure. |
| 28 | + - id: subscriptionId |
| 29 | + type: |
| 30 | + - string |
| 31 | + description: >- |
| 32 | + Subscription credentials which uniquely identify Microsoft Azure |
| 33 | + subscription. The subscription ID forms part of the URI for every |
| 34 | + service call. |
| 35 | + - id: baseUri |
| 36 | + type: |
| 37 | + - string |
| 38 | + description: The base URI of the service. |
| 39 | + optional: true |
| 40 | + - id: options |
| 41 | + type: |
| 42 | + - object |
| 43 | + description: The parameter options |
| 44 | + optional: true |
| 45 | + - id: options.filters |
| 46 | + type: |
| 47 | + - Array |
| 48 | + description: Filters to be added to the request pipeline |
| 49 | + optional: true |
| 50 | + - id: options.requestOptions |
| 51 | + type: |
| 52 | + - object |
| 53 | + description: "Options for the underlying request object\r[Options doc](https://github.com/request/request#requestoptions-callback)" |
| 54 | + optional: true |
| 55 | + - id: options.noRetryPolicy |
| 56 | + type: |
| 57 | + - boolean |
| 58 | + description: 'If set to true, turn off default retry policy' |
| 59 | + optional: true |
| 60 | + - id: options.acceptLanguage |
| 61 | + type: |
| 62 | + - string |
| 63 | + description: Gets or sets the preferred language for the response. |
| 64 | + optional: true |
| 65 | + - id: options.longRunningOperationRetryTimeout |
| 66 | + type: |
| 67 | + - number |
| 68 | + description: >- |
| 69 | + Gets or sets the retry timeout in seconds for Long Running |
| 70 | + Operations. Default value is 30. |
| 71 | + optional: true |
| 72 | + - id: options.generateClientRequestId |
| 73 | + type: |
| 74 | + - boolean |
| 75 | + description: >- |
| 76 | + When set to true a unique x-ms-client-request-id value is generated |
| 77 | + and included in each request. Default is true. |
| 78 | + optional: true |
| 79 | + content: >- |
| 80 | + new ContainerServiceClient(credentials, subscriptionId, baseUri, |
| 81 | + options) |
| 82 | + langs: |
| 83 | + - js |
0 commit comments