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