Class BotChannelInner

  • Direct Known Subclasses:
    ListChannelWithKeysResponseInner

    public class BotChannelInner
    extends com.azure.core.management.Resource
    Bot channel resource definition.
    • Constructor Detail

      • BotChannelInner

        public BotChannelInner()
    • Method Detail

      • properties

        public Channel properties()
        Get the properties property: The set of properties specific to bot channel resource.
        Returns:
        the properties value.
      • withProperties

        public BotChannelInner withProperties​(Channel properties)
        Set the properties property: The set of properties specific to bot channel resource.
        Parameters:
        properties - the properties value to set.
        Returns:
        the BotChannelInner object itself.
      • sku

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

        public BotChannelInner withSku​(Sku sku)
        Set the sku property: Gets or sets the SKU of the resource.
        Parameters:
        sku - the sku value to set.
        Returns:
        the BotChannelInner object itself.
      • kind

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

        public BotChannelInner withKind​(Kind kind)
        Set the kind property: Required. Gets or sets the Kind of the resource.
        Parameters:
        kind - the kind value to set.
        Returns:
        the BotChannelInner object itself.
      • etag

        public String etag()
        Get the etag property: Entity Tag.
        Returns:
        the etag value.
      • withEtag

        public BotChannelInner withEtag​(String etag)
        Set the etag property: Entity Tag.
        Parameters:
        etag - the etag value to set.
        Returns:
        the BotChannelInner object itself.
      • zones

        public List<String> zones()
        Get the zones property: Entity zones.
        Returns:
        the zones value.
      • withLocation

        public BotChannelInner withLocation​(String location)
        Overrides:
        withLocation in class com.azure.core.management.Resource
      • validate

        public void validate()
        Validates the instance.
        Throws:
        IllegalArgumentException - thrown if the instance is not valid.