java.lang.Object
com.azure.core.management.ProxyResource
com.azure.core.management.Resource
com.azure.resourcemanager.applicationinsights.models.WorkbookResource
Direct Known Subclasses:
WorkbookInner

public class WorkbookResource extends com.azure.core.management.Resource
An azure resource object.
  • Constructor Details

    • WorkbookResource

      public WorkbookResource()
  • Method Details

    • identity

      public WorkbookResourceIdentity identity()
      Get the identity property: Identity used for BYOS.
      Returns:
      the identity value.
    • withIdentity

      public WorkbookResource withIdentity(WorkbookResourceIdentity identity)
      Set the identity property: Identity used for BYOS.
      Parameters:
      identity - the identity value to set.
      Returns:
      the WorkbookResource object itself.
    • kind

      public WorkbookSharedTypeKind kind()
      Get the kind property: The kind of workbook. Only valid value is shared.
      Returns:
      the kind value.
    • withKind

      public WorkbookResource withKind(WorkbookSharedTypeKind kind)
      Set the kind property: The kind of workbook. Only valid value is shared.
      Parameters:
      kind - the kind value to set.
      Returns:
      the WorkbookResource object itself.
    • etag

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

      public WorkbookResource withEtag(String etag)
      Set the etag property: Resource etag.
      Parameters:
      etag - the etag value to set.
      Returns:
      the WorkbookResource object itself.
    • withLocation

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

      public WorkbookResource 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.