WorkspaceSetting Interface
public interface WorkspaceSetting
An immutable client-side representation of WorkspaceSetting.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| abstract String |
id()
Gets the id property: Fully qualified resource Id for the resource. |
|
abstract
Workspace |
innerModel()
Gets the inner com. |
| abstract String |
name()
Gets the name property: The name of the resource. |
|
abstract
Workspace |
refresh()
Refreshes the resource to sync with Azure. |
|
abstract
Workspace |
refresh(Context context)
Refreshes the resource to sync with Azure. |
| abstract 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. |
|
abstract
System |
systemData()
Gets the system |
| abstract String |
type()
Gets the type property: The type of the resource. |
| abstract Update |
update()
Begins update for the Workspace |
| abstract String |
workspaceId()
Gets the workspace |
Method Details
id
public abstract String id()
Gets the id property: Fully qualified resource Id for the resource.
Returns:
innerModel
public abstract WorkspaceSettingInner innerModel()
Gets the inner com.azure.resourcemanager.security.fluent.models.WorkspaceSettingInner object.
Returns:
name
public abstract String name()
Gets the name property: The name of the resource.
Returns:
refresh
public abstract WorkspaceSetting refresh()
Refreshes the resource to sync with Azure.
Returns:
refresh
public abstract WorkspaceSetting refresh(Context context)
Refreshes the resource to sync with Azure.
Parameters:
Returns:
scope
public abstract 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:
systemData
public abstract SystemData systemData()
Gets the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information.
Returns:
type
public abstract String type()
Gets the type property: The type of the resource.
Returns:
update
public abstract WorkspaceSetting.Update update()
Begins update for the WorkspaceSetting resource.
Returns:
workspaceId
public abstract String workspaceId()
Gets the workspaceId property: The full Azure ID of the workspace to save the data in.
Returns: