Class AppLinkMemberUpdate
java.lang.Object
com.azure.resourcemanager.appnetwork.models.AppLinkMemberUpdate
- All Implemented Interfaces:
com.azure.json.JsonSerializable<AppLinkMemberUpdate>
public final class AppLinkMemberUpdate
extends Object
implements com.azure.json.JsonSerializable<AppLinkMemberUpdate>
The type used for update operations of the AppLinkMember.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic AppLinkMemberUpdatefromJson(com.azure.json.JsonReader jsonReader) Reads an instance of AppLinkMemberUpdate from the JsonReader.Get the properties property: The resource-specific properties for this resource.tags()Get the tags property: Resource tags.com.azure.json.JsonWritertoJson(com.azure.json.JsonWriter jsonWriter) withProperties(AppLinkMemberUpdateProperties properties) Set the properties property: The resource-specific properties for this resource.Set the tags property: Resource tags.Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.azure.json.JsonSerializable
toJson, toJson, toJsonBytes, toJsonString
-
Constructor Details
-
AppLinkMemberUpdate
public AppLinkMemberUpdate()Creates an instance of AppLinkMemberUpdate class.
-
-
Method Details
-
tags
-
withTags
Set the tags property: Resource tags.- Parameters:
tags- the tags value to set.- Returns:
- the AppLinkMemberUpdate object itself.
-
properties
Get the properties property: The resource-specific properties for this resource.- Returns:
- the properties value.
-
withProperties
Set the properties property: The resource-specific properties for this resource.- Parameters:
properties- the properties value to set.- Returns:
- the AppLinkMemberUpdate object itself.
-
toJson
- Specified by:
toJsonin interfacecom.azure.json.JsonSerializable<AppLinkMemberUpdate>- Throws:
IOException
-
fromJson
Reads an instance of AppLinkMemberUpdate from the JsonReader.- Parameters:
jsonReader- The JsonReader being read.- Returns:
- An instance of AppLinkMemberUpdate if the JsonReader was pointing to an instance of it, or null if it was pointing to JSON null.
- Throws:
IOException- If an error occurs while reading the AppLinkMemberUpdate.
-