RunUpdateParameters Class
- java.
lang. Object - com.
azure. resourcemanager. containerregistry. models. RunUpdateParameters
- com.
Implements
public final class RunUpdateParameters
implements JsonSerializable<RunUpdateParameters>
The set of run properties that can be updated.
Constructor Summary
| Constructor | Description |
|---|---|
| RunUpdateParameters() |
Creates an instance of Run |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Run |
fromJson(JsonReader jsonReader)
Reads an instance of Run |
| Boolean |
isArchiveEnabled()
Get the is |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
Run |
withIsArchiveEnabled(Boolean isArchiveEnabled)
Set the is |
Methods inherited from java.lang.Object
Constructor Details
RunUpdateParameters
public RunUpdateParameters()
Creates an instance of RunUpdateParameters class.
Method Details
fromJson
public static RunUpdateParameters fromJson(JsonReader jsonReader)
Reads an instance of RunUpdateParameters from the JsonReader.
Parameters:
Returns:
Throws:
isArchiveEnabled
public Boolean isArchiveEnabled()
Get the isArchiveEnabled property: The value that indicates whether archiving is enabled or not.
Returns:
toJson
validate
public void validate()
Validates the instance.
withIsArchiveEnabled
public RunUpdateParameters withIsArchiveEnabled(Boolean isArchiveEnabled)
Set the isArchiveEnabled property: The value that indicates whether archiving is enabled or not.
Parameters:
Returns: