WorkspaceSettingsClient Interface
public interface WorkspaceSettingsClient
An instance of this class provides access to all the operations defined in WorkspaceSettingsClient.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
abstract
Workspace |
create(String workspaceSettingName, WorkspaceSettingInner workspaceSetting)
creating settings about where we should store your security data and logs. |
|
abstract
Response<Workspace |
createWithResponse(String workspaceSettingName, WorkspaceSettingInner workspaceSetting, Context context)
creating settings about where we should store your security data and logs. |
| abstract void |
delete(String workspaceSettingName)
Deletes the custom workspace settings for this subscription. |
| abstract Response<Void> |
deleteWithResponse(String workspaceSettingName, Context context)
Deletes the custom workspace settings for this subscription. |
|
abstract
Workspace |
get(String workspaceSettingName)
Settings about where we should store your security data and logs. |
|
abstract
Response<Workspace |
getWithResponse(String workspaceSettingName, Context context)
Settings about where we should store your security data and logs. |
|
abstract
Paged |
list()
Settings about where we should store your security data and logs. |
|
abstract
Paged |
list(Context context)
Settings about where we should store your security data and logs. |
|
abstract
Workspace |
update(String workspaceSettingName, WorkspaceSettingInner workspaceSetting)
Settings about where we should store your security data and logs. |
|
abstract
Response<Workspace |
updateWithResponse(String workspaceSettingName, WorkspaceSettingInner workspaceSetting, Context context)
Settings about where we should store your security data and logs. |
Method Details
create
public abstract WorkspaceSettingInner create(String workspaceSettingName, WorkspaceSettingInner workspaceSetting)
creating settings about where we should store your security data and logs.
Parameters:
Returns:
createWithResponse
public abstract Response<WorkspaceSettingInner> createWithResponse(String workspaceSettingName, WorkspaceSettingInner workspaceSetting, Context context)
creating settings about where we should store your security data and logs.
Parameters:
Returns:
delete
public abstract void delete(String workspaceSettingName)
Deletes the custom workspace settings for this subscription. new VMs will report to the default workspace.
Parameters:
deleteWithResponse
public abstract Response<Void> deleteWithResponse(String workspaceSettingName, Context context)
Deletes the custom workspace settings for this subscription. new VMs will report to the default workspace.
Parameters:
Returns:
get
public abstract WorkspaceSettingInner get(String workspaceSettingName)
Settings about where we should store your security data and logs. If the result is empty, it means that no custom-workspace configuration was set.
Parameters:
Returns:
getWithResponse
public abstract Response<WorkspaceSettingInner> getWithResponse(String workspaceSettingName, Context context)
Settings about where we should store your security data and logs. If the result is empty, it means that no custom-workspace configuration was set.
Parameters:
Returns:
list
public abstract PagedIterable<WorkspaceSettingInner> list()
Settings about where we should store your security data and logs. If the result is empty, it means that no custom-workspace configuration was set.
Returns:
list
public abstract PagedIterable<WorkspaceSettingInner> list(Context context)
Settings about where we should store your security data and logs. If the result is empty, it means that no custom-workspace configuration was set.
Parameters:
Returns:
update
public abstract WorkspaceSettingInner update(String workspaceSettingName, WorkspaceSettingInner workspaceSetting)
Settings about where we should store your security data and logs.
Parameters:
Returns:
updateWithResponse
public abstract Response<WorkspaceSettingInner> updateWithResponse(String workspaceSettingName, WorkspaceSettingInner workspaceSetting, Context context)
Settings about where we should store your security data and logs.
Parameters:
Returns: