ConnectedEnvironmentPatchResource Class
- java.
lang. Object - com.
azure. resourcemanager. appcontainers. models. ResourceTags - com.
azure. resourcemanager. appcontainers. models. ConnectedEnvironmentPatchResource
- com.
- com.
public final class ConnectedEnvironmentPatchResource
extends ResourceTags
Connected environment patch properties.
Constructor Summary
| Constructor | Description |
|---|---|
| ConnectedEnvironmentPatchResource() |
Creates an instance of Connected |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Connected |
fromJson(JsonReader jsonReader)
Reads an instance of Connected |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
Connected |
withTags(Map<String,String> tags)
Set the tags property: Resource tags. |
Methods inherited from ResourceTags
Methods inherited from java.lang.Object
Constructor Details
ConnectedEnvironmentPatchResource
public ConnectedEnvironmentPatchResource()
Creates an instance of ConnectedEnvironmentPatchResource class.
Method Details
fromJson
public static ConnectedEnvironmentPatchResource fromJson(JsonReader jsonReader)
Reads an instance of ConnectedEnvironmentPatchResource from the JsonReader.
Parameters:
Returns:
Throws:
toJson
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
ConnectedEnvironmentPatchResource.toJson(JsonWriter jsonWriter)Parameters:
Throws:
validate
public void validate()
Validates the instance.
Overrides:
ConnectedEnvironmentPatchResource.validate()withTags
public ConnectedEnvironmentPatchResource withTags(Map<String,String> tags)
Set the tags property: Resource tags.
Overrides:
ConnectedEnvironmentPatchResource.withTags(Map<String,String> tags)Parameters: