ControllerUpdateParameters Class
- java.
lang. Object - com.
azure. resourcemanager. devspaces. models. ControllerUpdateParameters
- com.
Implements
public final class ControllerUpdateParameters
implements JsonSerializable<ControllerUpdateParameters>
Parameters for updating an Azure Dev Spaces Controller.
Constructor Summary
| Constructor | Description |
|---|---|
| ControllerUpdateParameters() |
Creates an instance of Controller |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Controller |
fromJson(JsonReader jsonReader)
Reads an instance of Controller |
| Map<String,String> |
tags()
Get the tags property: Tags for the Azure Dev Spaces Controller. |
| String |
targetContainerHostCredentialsBase64()
Get the target |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
Controller |
withTags(Map<String,String> tags)
Set the tags property: Tags for the Azure Dev Spaces Controller. |
|
Controller |
withTargetContainerHostCredentialsBase64(String targetContainerHostCredentialsBase64)
Set the target |
Methods inherited from java.lang.Object
Constructor Details
ControllerUpdateParameters
public ControllerUpdateParameters()
Creates an instance of ControllerUpdateParameters class.
Method Details
fromJson
public static ControllerUpdateParameters fromJson(JsonReader jsonReader)
Reads an instance of ControllerUpdateParameters from the JsonReader.
Parameters:
Returns:
Throws:
tags
public Map<String,String> tags()
Get the tags property: Tags for the Azure Dev Spaces Controller.
Returns:
targetContainerHostCredentialsBase64
public String targetContainerHostCredentialsBase64()
Get the targetContainerHostCredentialsBase64 property: Credentials of the target container host (base64).
Returns:
toJson
validate
public void validate()
Validates the instance.
withTags
public ControllerUpdateParameters withTags(Map<String,String> tags)
Set the tags property: Tags for the Azure Dev Spaces Controller.
Parameters:
Returns:
withTargetContainerHostCredentialsBase64
public ControllerUpdateParameters withTargetContainerHostCredentialsBase64(String targetContainerHostCredentialsBase64)
Set the targetContainerHostCredentialsBase64 property: Credentials of the target container host (base64).
Parameters:
Returns: