ConnectedWorkspace Class

  • java.lang.Object
    • com.azure.resourcemanager.security.models.ConnectedWorkspace

public final class ConnectedWorkspace

Represents an OMS workspace to which the solution is connected.

Constructor Summary

Constructor Description
ConnectedWorkspace()

Creates an instance of ConnectedWorkspace class.

Method Summary

Modifier and Type Method and Description
String id()

Get the id property: Azure resource ID of the connected OMS workspace.

void validate()

Validates the instance.

ConnectedWorkspace withId(String id)

Set the id property: Azure resource ID of the connected OMS workspace.

Methods inherited from java.lang.Object

Constructor Details

ConnectedWorkspace

public ConnectedWorkspace()

Creates an instance of ConnectedWorkspace class.

Method Details

id

public String id()

Get the id property: Azure resource ID of the connected OMS workspace.

Returns:

the id value.

validate

public void validate()

Validates the instance.

withId

public ConnectedWorkspace withId(String id)

Set the id property: Azure resource ID of the connected OMS workspace.

Parameters:

id - the id value to set.

Returns:

the ConnectedWorkspace object itself.

Applies to