Interface WorkspaceSetting


public interface WorkspaceSetting
An immutable client-side representation of WorkspaceSetting.
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static interface 
    The entirety of the WorkspaceSetting definition.
    static interface 
    The WorkspaceSetting definition stages.
    static interface 
    The template for WorkspaceSetting update.
    static interface 
    The WorkspaceSetting update stages.
  • Method Summary

    Modifier and Type
    Method
    Description
    id()
    Gets the id property: Fully qualified resource Id for the resource.
    Gets the inner com.azure.resourcemanager.security.fluent.models.WorkspaceSettingInner object.
    Gets the name property: The name of the resource.
    Refreshes the resource to sync with Azure.
    refresh(com.azure.core.util.Context context)
    Refreshes the resource to sync with Azure.
    Gets the scope property: All the VMs in this scope will send their security data to the mentioned workspace unless overridden by a setting with more specific scope.
    Gets the type property: The type of the resource.
    Begins update for the WorkspaceSetting resource.
    Gets the workspaceId property: The full Azure ID of the workspace to save the data in.
  • 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.
    • workspaceId

      String workspaceId()
      Gets the workspaceId property: The full Azure ID of the workspace to save the data in.
      Returns:
      the workspaceId value.
    • scope

      String scope()
      Gets the scope property: All the VMs in this scope will send their security data to the mentioned workspace unless overridden by a setting with more specific scope.
      Returns:
      the scope value.
    • innerModel

      WorkspaceSettingInner innerModel()
      Gets the inner com.azure.resourcemanager.security.fluent.models.WorkspaceSettingInner object.
      Returns:
      the inner object.
    • update

      Begins update for the WorkspaceSetting resource.
      Returns:
      the stage of resource update.
    • refresh

      WorkspaceSetting refresh()
      Refreshes the resource to sync with Azure.
      Returns:
      the refreshed resource.
    • refresh

      WorkspaceSetting refresh(com.azure.core.util.Context context)
      Refreshes the resource to sync with Azure.
      Parameters:
      context - The context to associate with this operation.
      Returns:
      the refreshed resource.