ApplicationInner Class
- java.
lang. Object - com.
azure. core. management. ProxyResource - com.
azure. resourcemanager. security. fluent. models. ApplicationInner
- com.
- com.
public final class ApplicationInner
extends ProxyResource
Security Application over a given scope.
Constructor Summary
| Constructor | Description |
|---|---|
| ApplicationInner() |
Creates an instance of Application |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| List<Object> |
conditionSets()
Get the condition |
| String |
description()
Get the description property: description of the application. |
| String |
displayName()
Get the display |
|
static
Application |
fromJson(JsonReader jsonReader)
Reads an instance of Application |
| String |
id()
Get the id property: Fully qualified resource Id for the resource. |
| String |
name()
Get the name property: The name of the resource. |
|
Application |
sourceResourceType()
Get the source |
|
Json |
toJson(JsonWriter jsonWriter) |
| String |
type()
Get the type property: The type of the resource. |
| void |
validate()
Validates the instance. |
|
Application |
withConditionSets(List<Object> conditionSets)
Set the condition |
|
Application |
withDescription(String description)
Set the description property: description of the application. |
|
Application |
withDisplayName(String displayName)
Set the display |
|
Application |
withSourceResourceType(ApplicationSourceResourceType sourceResourceType)
Set the source |
Methods inherited from ProxyResource
Methods inherited from java.lang.Object
Constructor Details
ApplicationInner
public ApplicationInner()
Creates an instance of ApplicationInner class.
Method Details
conditionSets
public List<Object> conditionSets()
Get the conditionSets property: The application conditionSets - see examples.
Returns:
description
public String description()
Get the description property: description of the application.
Returns:
displayName
public String displayName()
Get the displayName property: display name of the application.
Returns:
fromJson
public static ApplicationInner fromJson(JsonReader jsonReader)
Reads an instance of ApplicationInner from the JsonReader.
Parameters:
Returns:
Throws:
id
public String id()
Get the id property: Fully qualified resource Id for the resource.
Overrides:
ApplicationInner.id()Returns:
name
public String name()
Get the name property: The name of the resource.
Overrides:
ApplicationInner.name()Returns:
sourceResourceType
public ApplicationSourceResourceType sourceResourceType()
Get the sourceResourceType property: The application source, what it affects, e.g. Assessments.
Returns:
toJson
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
ApplicationInner.toJson(JsonWriter jsonWriter)Parameters:
Throws:
type
public String type()
Get the type property: The type of the resource.
Overrides:
ApplicationInner.type()Returns:
validate
public void validate()
Validates the instance.
withConditionSets
public ApplicationInner withConditionSets(List<Object> conditionSets)
Set the conditionSets property: The application conditionSets - see examples.
Parameters:
Returns:
withDescription
public ApplicationInner withDescription(String description)
Set the description property: description of the application.
Parameters:
Returns:
withDisplayName
public ApplicationInner withDisplayName(String displayName)
Set the displayName property: display name of the application.
Parameters:
Returns:
withSourceResourceType
public ApplicationInner withSourceResourceType(ApplicationSourceResourceType sourceResourceType)
Set the sourceResourceType property: The application source, what it affects, e.g. Assessments.
Parameters:
Returns: