Interface WcfRelay.UpdateStages.WithUserMetadata

All Known Subinterfaces:
WcfRelay.Update
Enclosing interface:
WcfRelay.UpdateStages

public static interface WcfRelay.UpdateStages.WithUserMetadata
The stage of the WcfRelay update allowing to specify userMetadata.
  • Method Summary

    Modifier and Type
    Method
    Description
    withUserMetadata(String userMetadata)
    Specifies the userMetadata property: The usermetadata is a placeholder to store user-defined string data for the WCF Relay endpoint.
  • Method Details

    • withUserMetadata

      WcfRelay.Update withUserMetadata(String userMetadata)
      Specifies the userMetadata property: The usermetadata is a placeholder to store user-defined string data for the WCF Relay endpoint. For example, it can be used to store descriptive data, such as list of teams and their contact information. Also, user-defined configuration settings can be stored..
      Parameters:
      userMetadata - The usermetadata is a placeholder to store user-defined string data for the WCF Relay endpoint. For example, it can be used to store descriptive data, such as list of teams and their contact information. Also, user-defined configuration settings can be stored.
      Returns:
      the next definition stage.