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 Details

    • AppLinkMemberUpdate

      public AppLinkMemberUpdate()
      Creates an instance of AppLinkMemberUpdate class.
  • Method Details

    • tags

      public Map<String,String> tags()
      Get the tags property: Resource tags.
      Returns:
      the tags value.
    • withTags

      public AppLinkMemberUpdate withTags(Map<String,String> tags)
      Set the tags property: Resource tags.
      Parameters:
      tags - the tags value to set.
      Returns:
      the AppLinkMemberUpdate object itself.
    • properties

      public AppLinkMemberUpdateProperties properties()
      Get the properties property: The resource-specific properties for this resource.
      Returns:
      the properties value.
    • withProperties

      public AppLinkMemberUpdate withProperties(AppLinkMemberUpdateProperties properties)
      Set the properties property: The resource-specific properties for this resource.
      Parameters:
      properties - the properties value to set.
      Returns:
      the AppLinkMemberUpdate object itself.
    • toJson

      public com.azure.json.JsonWriter toJson(com.azure.json.JsonWriter jsonWriter) throws IOException
      Specified by:
      toJson in interface com.azure.json.JsonSerializable<AppLinkMemberUpdate>
      Throws:
      IOException
    • fromJson

      public static AppLinkMemberUpdate fromJson(com.azure.json.JsonReader jsonReader) throws IOException
      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.