Interface ListChannelWithKeysResponse


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

    Modifier and Type
    Method
    Description
    Gets the changedTime property: Changed time of the resource.
    Gets the entityTag property: Entity tag of the resource.
    Gets the etag property: Entity Tag.
    id()
    Gets the id property: Fully qualified resource Id for the resource.
    Gets the inner com.azure.resourcemanager.botservice.fluent.models.ListChannelWithKeysResponseInner object.
    Gets the kind property: Required.
    Gets the location property: The geo-location where the resource lives.
    Gets the name property: The name of the resource.
    Gets the properties property: The set of properties specific to bot channel resource.
    Gets the provisioningState property: Provisioning state of the resource.
    Gets the resource property: The set of properties specific to bot channel resource.
    Gets the setting property: Channel settings.
    sku()
    Gets the sku property: Gets or sets the SKU of the resource.
    Gets the tags property: Resource tags.
    Gets the type property: The type of the resource.
    Gets the zones property: Entity zones.
  • Method Details

    • id

      String id()
      Gets the id property: Fully qualified resource Id for the resource.
      Returns:
      the id value.
    • name

      String name()
      Gets the name property: The name of the resource.
      Returns:
      the name value.
    • type

      String type()
      Gets the type property: The type of the resource.
      Returns:
      the type value.
    • location

      String location()
      Gets the location property: The geo-location where the resource lives.
      Returns:
      the location value.
    • tags

      Map<String,String> tags()
      Gets the tags property: Resource tags.
      Returns:
      the tags value.
    • properties

      Channel properties()
      Gets the properties property: The set of properties specific to bot channel resource.
      Returns:
      the properties value.
    • sku

      Sku sku()
      Gets the sku property: Gets or sets the SKU of the resource.
      Returns:
      the sku value.
    • kind

      Kind kind()
      Gets the kind property: Required. Gets or sets the Kind of the resource.
      Returns:
      the kind value.
    • etag

      String etag()
      Gets the etag property: Entity Tag.
      Returns:
      the etag value.
    • zones

      List<String> zones()
      Gets the zones property: Entity zones.
      Returns:
      the zones value.
    • resource

      Channel resource()
      Gets the resource property: The set of properties specific to bot channel resource.
      Returns:
      the resource value.
    • setting

      ChannelSettings setting()
      Gets the setting property: Channel settings.
      Returns:
      the setting value.
    • provisioningState

      String provisioningState()
      Gets the provisioningState property: Provisioning state of the resource.
      Returns:
      the provisioningState value.
    • entityTag

      String entityTag()
      Gets the entityTag property: Entity tag of the resource.
      Returns:
      the entityTag value.
    • changedTime

      String changedTime()
      Gets the changedTime property: Changed time of the resource.
      Returns:
      the changedTime value.
    • innerModel

      Gets the inner com.azure.resourcemanager.botservice.fluent.models.ListChannelWithKeysResponseInner object.
      Returns:
      the inner object.