ConnectedWorkspace Class
- java.
lang. Object - com.
azure. resourcemanager. security. models. ConnectedWorkspace
- com.
Implements
public final class ConnectedWorkspace
implements JsonSerializable<ConnectedWorkspace>
Represents an OMS workspace to which the solution is connected.
Constructor Summary
| Constructor | Description |
|---|---|
| ConnectedWorkspace() |
Creates an instance of Connected |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Connected |
fromJson(JsonReader jsonReader)
Reads an instance of Connected |
| String |
id()
Get the id property: Azure resource ID of the connected OMS workspace. |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
Connected |
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
fromJson
public static ConnectedWorkspace fromJson(JsonReader jsonReader)
Reads an instance of ConnectedWorkspace from the JsonReader.
Parameters:
Returns:
Throws:
id
public String id()
Get the id property: Azure resource ID of the connected OMS workspace.
Returns:
toJson
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:
Returns: