Application Interface
public interface Application
An immutable client-side representation of Application.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| abstract List<Object> |
conditionSets()
Gets the condition |
| abstract String |
description()
Gets the description property: description of the application. |
| abstract String |
displayName()
Gets the display |
| abstract String |
id()
Gets the id property: Fully qualified resource Id for the resource. |
|
abstract
Application |
innerModel()
Gets the inner com. |
| abstract String |
name()
Gets the name property: The name of the resource. |
| abstract Application |
refresh()
Refreshes the resource to sync with Azure. |
| abstract Application |
refresh(Context context)
Refreshes the resource to sync with Azure. |
|
abstract
Application |
sourceResourceType()
Gets the source |
|
abstract
System |
systemData()
Gets the system |
| abstract String |
type()
Gets the type property: The type of the resource. |
| abstract Update |
update()
Begins update for the Application resource. |
Method Details
conditionSets
public abstract List<Object> conditionSets()
Gets the conditionSets property: The application conditionSets - see examples.
Returns:
description
public abstract String description()
Gets the description property: description of the application.
Returns:
displayName
public abstract String displayName()
Gets the displayName property: display name of the application.
Returns:
id
public abstract String id()
Gets the id property: Fully qualified resource Id for the resource.
Returns:
innerModel
public abstract ApplicationInner innerModel()
Gets the inner com.azure.resourcemanager.security.fluent.models.ApplicationInner object.
Returns:
name
public abstract String name()
Gets the name property: The name of the resource.
Returns:
refresh
public abstract Application refresh()
Refreshes the resource to sync with Azure.
Returns:
refresh
public abstract Application refresh(Context context)
Refreshes the resource to sync with Azure.
Parameters:
Returns:
sourceResourceType
public abstract ApplicationSourceResourceType sourceResourceType()
Gets the sourceResourceType property: The application source, what it affects, e.g. Assessments.
Returns:
systemData
public abstract SystemData systemData()
Gets the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information.
Returns:
type
public abstract String type()
Gets the type property: The type of the resource.
Returns:
update
public abstract Application.Update update()
Begins update for the Application resource.
Returns: