-
Notifications
You must be signed in to change notification settings - Fork 187
/
ControllerUpdateParameters.yml
35 lines (35 loc) · 1.13 KB
/
ControllerUpdateParameters.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
### YamlMime:TSType
name: ControllerUpdateParameters
uid: '@azure/arm-devspaces.ControllerUpdateParameters'
package: '@azure/arm-devspaces'
summary: Parameters for updating an Azure Dev Spaces Controller.
fullName: ControllerUpdateParameters
remarks: ''
isDeprecated: false
type: interface
properties:
- name: tags
uid: '@azure/arm-devspaces.ControllerUpdateParameters.tags'
package: '@azure/arm-devspaces'
summary: Tags for the Azure Dev Spaces Controller.
fullName: tags
remarks: ''
isDeprecated: false
syntax:
content: 'tags?: {[propertyName: string]: string}'
return:
description: ''
type: '{[propertyName: string]: string}'
- name: targetContainerHostCredentialsBase64
uid: >-
@azure/arm-devspaces.ControllerUpdateParameters.targetContainerHostCredentialsBase64
package: '@azure/arm-devspaces'
summary: Credentials of the target container host (base64).
fullName: targetContainerHostCredentialsBase64
remarks: ''
isDeprecated: false
syntax:
content: 'targetContainerHostCredentialsBase64?: string'
return:
description: ''
type: string