PrivateLinkUpdate Class
- java.
lang. Object - com.
azure. resourcemanager. security. models. PrivateLinkUpdate
- com.
Implements
public final class PrivateLinkUpdate
implements JsonSerializable<PrivateLinkUpdate>
Request payload for updating a private link resource. Used in PATCH operations to update specific mutable properties without affecting the entire resource configuration.
Constructor Summary
| Constructor | Description |
|---|---|
| PrivateLinkUpdate() |
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
PrivateLinkUpdate
public PrivateLinkUpdate()
Creates an instance of PrivateLinkUpdate class.
Method Details
fromJson
public static PrivateLinkUpdate fromJson(JsonReader jsonReader)
Reads an instance of PrivateLinkUpdate 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 PrivateLinkUpdate withTags(Map<String,String> tags)
Set the tags property: Resource tags.
Parameters:
Returns: