Interface CallbackUrl


public interface CallbackUrl
An immutable client-side representation of CallbackUrl.
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the inner com.azure.resourcemanager.logic.fluent.models.CallbackUrlInner object.
    Gets the value property: The URL value.
  • Method Details

    • value

      String value()
      Gets the value property: The URL value.
      Returns:
      the value value.
    • innerModel

      CallbackUrlInner innerModel()
      Gets the inner com.azure.resourcemanager.logic.fluent.models.CallbackUrlInner object.
      Returns:
      the inner object.