VirtualNetworkLinkPatch Class
- java.
lang. Object - com.
azure. resourcemanager. dnsresolver. models. VirtualNetworkLinkPatch
- com.
Implements
public final class VirtualNetworkLinkPatch
implements JsonSerializable<VirtualNetworkLinkPatch>
Describes a virtual network link for PATCH operation.
Constructor Summary
| Constructor | Description |
|---|---|
| VirtualNetworkLinkPatch() |
Creates an instance of Virtual |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Virtual |
fromJson(JsonReader jsonReader)
Reads an instance of Virtual |
| Map<String,String> |
metadata()
Get the metadata property: Metadata attached to the virtual network link. |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
Virtual |
withMetadata(Map<String,String> metadata)
Set the metadata property: Metadata attached to the virtual network link. |
Methods inherited from java.lang.Object
Constructor Details
VirtualNetworkLinkPatch
public VirtualNetworkLinkPatch()
Creates an instance of VirtualNetworkLinkPatch class.
Method Details
fromJson
public static VirtualNetworkLinkPatch fromJson(JsonReader jsonReader)
Reads an instance of VirtualNetworkLinkPatch from the JsonReader.
Parameters:
Returns:
Throws:
metadata
public Map<String,String> metadata()
Get the metadata property: Metadata attached to the virtual network link.
Returns:
toJson
validate
public void validate()
Validates the instance.
withMetadata
public VirtualNetworkLinkPatch withMetadata(Map<String,String> metadata)
Set the metadata property: Metadata attached to the virtual network link.
Parameters:
Returns: