ScopingConfigurationResourceInner Class
- java.
lang. Object - com.
azure. core. management. ProxyResource - com.
azure. resourcemanager. appcomplianceautomation. fluent. models. ScopingConfigurationResourceInner
- com.
- com.
public final class ScopingConfigurationResourceInner
extends ProxyResource
A class represent an AppComplianceAutomation scoping configuration resource.
Constructor Summary
| Constructor | Description |
|---|---|
| ScopingConfigurationResourceInner() |
Creates an instance of Scoping |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Scoping |
fromJson(JsonReader jsonReader)
Reads an instance of Scoping |
| String |
id()
Get the id property: Fully qualified resource Id for the resource. |
| String |
name()
Get the name property: The name of the resource. |
|
Scoping |
properties()
Get the properties property: Scoping |
|
System |
systemData()
Get the system |
|
Json |
toJson(JsonWriter jsonWriter) |
| String |
type()
Get the type property: The type of the resource. |
|
Scoping |
withProperties(ScopingConfigurationProperties properties)
Set the properties property: Scoping |
Methods inherited from ProxyResource
Methods inherited from java.lang.Object
Constructor Details
ScopingConfigurationResourceInner
public ScopingConfigurationResourceInner()
Creates an instance of ScopingConfigurationResourceInner class.
Method Details
fromJson
public static ScopingConfigurationResourceInner fromJson(JsonReader jsonReader)
Reads an instance of ScopingConfigurationResourceInner from the JsonReader.
Parameters:
Returns:
Throws:
id
public String id()
Get the id property: Fully qualified resource Id for the resource.
Overrides:
ScopingConfigurationResourceInner.id()Returns:
name
public String name()
Get the name property: The name of the resource.
Overrides:
ScopingConfigurationResourceInner.name()Returns:
properties
public ScopingConfigurationProperties properties()
Get the properties property: ScopingConfiguration property.
Returns:
systemData
public SystemData systemData()
Get the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information.
Returns:
toJson
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
ScopingConfigurationResourceInner.toJson(JsonWriter jsonWriter)Parameters:
Throws:
type
public String type()
Get the type property: The type of the resource.
Overrides:
ScopingConfigurationResourceInner.type()Returns:
withProperties
public ScopingConfigurationResourceInner withProperties(ScopingConfigurationProperties properties)
Set the properties property: ScopingConfiguration property.
Parameters:
Returns: