SecuritySolutionInner Class
- java.
lang. Object - com.
azure. core. management. ProxyResource - com.
azure. resourcemanager. security. fluent. models. SecuritySolutionInner
- com.
- com.
public final class SecuritySolutionInner
extends ProxyResource
Concrete proxy resource types can be created by aliasing this type using a specific property type.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Security |
fromJson(JsonReader jsonReader)
Reads an instance of Security |
| String |
id()
Get the id property: Fully qualified resource Id for the resource. |
| String |
location()
Get the location property: Location where the resource is stored. |
| String |
name()
Get the name property: The name of the resource. |
| String |
protectionStatus()
Get the protection |
|
Provisioning |
provisioningState()
Get the provisioning |
|
Security |
securityFamily()
Get the security |
|
System |
systemData()
Get the system |
| String |
template()
Get the template property: The security solutions' template. |
|
Json |
toJson(JsonWriter jsonWriter) |
| String |
type()
Get the type property: The type of the resource. |
| void |
validate()
Validates the instance. |
Methods inherited from ProxyResource
Methods inherited from java.lang.Object
Method Details
fromJson
public static SecuritySolutionInner fromJson(JsonReader jsonReader)
Reads an instance of SecuritySolutionInner from the JsonReader.
Parameters:
Returns:
Throws:
id
public String id()
Get the id property: Fully qualified resource Id for the resource.
Overrides:
SecuritySolutionInner.id()Returns:
location
public String location()
Get the location property: Location where the resource is stored.
Returns:
name
public String name()
Get the name property: The name of the resource.
Overrides:
SecuritySolutionInner.name()Returns:
protectionStatus
public String protectionStatus()
Get the protectionStatus property: The security solutions' status.
Returns:
provisioningState
public ProvisioningState provisioningState()
Get the provisioningState property: The security family provisioning State.
Returns:
securityFamily
public SecurityFamily securityFamily()
Get the securityFamily property: The security family of the security solution.
Returns:
systemData
public SystemData systemData()
Get the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information.
Returns:
template
public String template()
Get the template property: The security solutions' template.
Returns:
toJson
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
SecuritySolutionInner.toJson(JsonWriter jsonWriter)Parameters:
Throws:
type
public String type()
Get the type property: The type of the resource.
Overrides:
SecuritySolutionInner.type()Returns:
validate
public void validate()
Validates the instance.