PrivateLinkHubPatchInfo Class
- java.
lang. Object - com.
azure. resourcemanager. synapse. models. PrivateLinkHubPatchInfo
- com.
Implements
public final class PrivateLinkHubPatchInfo
implements JsonSerializable<PrivateLinkHubPatchInfo>
PrivateLinkHub patch details.
Constructor Summary
| Constructor | Description |
|---|---|
| PrivateLinkHubPatchInfo() |
Creates an instance of Private |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Private |
fromJson(JsonReader jsonReader)
Reads an instance of Private |
| Map<String,String> |
tags()
Get the tags property: Resource tags. |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
Private |
withTags(Map<String,String> tags)
Set the tags property: Resource tags. |
Methods inherited from java.lang.Object
Constructor Details
PrivateLinkHubPatchInfo
public PrivateLinkHubPatchInfo()
Creates an instance of PrivateLinkHubPatchInfo class.
Method Details
fromJson
public static PrivateLinkHubPatchInfo fromJson(JsonReader jsonReader)
Reads an instance of PrivateLinkHubPatchInfo from the JsonReader.
Parameters:
Returns:
Throws:
tags
public Map<String,String> tags()
Get the tags property: Resource tags.
Returns:
toJson
validate
public void validate()
Validates the instance.
withTags
public PrivateLinkHubPatchInfo withTags(Map<String,String> tags)
Set the tags property: Resource tags.
Parameters:
Returns: