Class ConnectionSettingInner

java.lang.Object
com.azure.core.management.ProxyResource
com.azure.core.management.Resource
com.azure.resourcemanager.botservice.fluent.models.ConnectionSettingInner

public final class ConnectionSettingInner extends com.azure.core.management.Resource
Bot channel resource definition.
  • Constructor Details

    • ConnectionSettingInner

      public ConnectionSettingInner()
  • Method Details

    • properties

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

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

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

      public ConnectionSettingInner withSku(Sku sku)
      Set the sku property: Gets or sets the SKU of the resource.
      Parameters:
      sku - the sku value to set.
      Returns:
      the ConnectionSettingInner 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 ConnectionSettingInner 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 ConnectionSettingInner object itself.
    • etag

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

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

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

      public ConnectionSettingInner withLocation(String location)
      Overrides:
      withLocation in class com.azure.core.management.Resource
    • withTags

      public ConnectionSettingInner withTags(Map<String,String> tags)
      Overrides:
      withTags in class com.azure.core.management.Resource
    • validate

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