WorkspaceUpdate Class

  • java.lang.Object
    • com.azure.resourcemanager.databricks.models.WorkspaceUpdate

public final class WorkspaceUpdate

An update to a workspace.

Constructor Summary

Constructor Description
WorkspaceUpdate()

Creates an instance of WorkspaceUpdate class.

Method Summary

Modifier and Type Method and Description
Map<String,String> tags()

Get the tags property: Resource tags.

void validate()

Validates the instance.

WorkspaceUpdate withTags(Map<String,String> tags)

Set the tags property: Resource tags.

Methods inherited from java.lang.Object

Constructor Details

WorkspaceUpdate

public WorkspaceUpdate()

Creates an instance of WorkspaceUpdate class.

Method Details

tags

public Map tags()

Get the tags property: Resource tags.

Returns:

the tags value.

validate

public void validate()

Validates the instance.

withTags

public WorkspaceUpdate withTags(Map tags)

Set the tags property: Resource tags.

Parameters:

tags - the tags value to set.

Returns:

the WorkspaceUpdate object itself.

Applies to