ExternalSecuritySolutionInner Class
- java.
lang. Object - com.
azure. core. management. ProxyResource - com.
azure. resourcemanager. security. fluent. models. ExternalSecuritySolutionInner
- com.
- com.
public class ExternalSecuritySolutionInner
extends ProxyResource
Represents a security solution external to Microsoft Defender for Cloud which sends information to an OMS workspace and whose data is displayed by Microsoft Defender for Cloud.
Constructor Summary
| Constructor | Description |
|---|---|
| ExternalSecuritySolutionInner() |
Creates an instance of External |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
External |
fromJson(JsonReader jsonReader)
Reads an instance of External |
| String |
id()
Get the id property: Fully qualified resource Id for the resource. |
|
External |
kind()
Get the kind property: The kind of the external solution. |
| String |
location()
Get the location property: Location where the resource is stored. |
| String |
name()
Get the name property: The name of the resource. |
|
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
Constructor Details
ExternalSecuritySolutionInner
public ExternalSecuritySolutionInner()
Creates an instance of ExternalSecuritySolutionInner class.
Method Details
fromJson
public static ExternalSecuritySolutionInner fromJson(JsonReader jsonReader)
Reads an instance of ExternalSecuritySolutionInner from the JsonReader.
Parameters:
Returns:
Throws:
id
public String id()
Get the id property: Fully qualified resource Id for the resource.
Overrides:
ExternalSecuritySolutionInner.id()Returns:
kind
public ExternalSecuritySolutionKind kind()
Get the kind property: The kind of the external solution.
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:
ExternalSecuritySolutionInner.name()Returns:
toJson
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
ExternalSecuritySolutionInner.toJson(JsonWriter jsonWriter)Parameters:
Throws:
type
public String type()
Get the type property: The type of the resource.
Overrides:
ExternalSecuritySolutionInner.type()Returns:
validate
public void validate()
Validates the instance.