AssignedStandardItem Class
- java.
lang. Object - com.
azure. resourcemanager. security. models. AssignedStandardItem
- com.
Implements
public final class AssignedStandardItem
implements JsonSerializable<AssignedStandardItem>
Describe the properties of a of a standard assignments object reference.
Constructor Summary
| Constructor | Description |
|---|---|
| AssignedStandardItem() |
Creates an instance of Assigned |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Assigned |
fromJson(JsonReader jsonReader)
Reads an instance of Assigned |
| String |
id()
Get the id property: Full resource |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
Assigned |
withId(String id)
Set the id property: Full resource |
Methods inherited from java.lang.Object
Constructor Details
AssignedStandardItem
public AssignedStandardItem()
Creates an instance of AssignedStandardItem class.
Method Details
fromJson
public static AssignedStandardItem fromJson(JsonReader jsonReader)
Reads an instance of AssignedStandardItem from the JsonReader.
Parameters:
Returns:
Throws:
id
public String id()
Get the id property: Full resourceId of the Microsoft.Security/standard object.
Returns:
toJson
validate
public void validate()
Validates the instance.
withId
public AssignedStandardItem withId(String id)
Set the id property: Full resourceId of the Microsoft.Security/standard object.
Parameters:
Returns: