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 conditionSets property: The application conditionSets - see examples.

abstract String description()

Gets the description property: description of the application.

abstract String displayName()

Gets the displayName property: display name of the application.

abstract String id()

Gets the id property: Fully qualified resource Id for the resource.

abstract ApplicationInner innerModel()

Gets the inner com.azure.resourcemanager.security.fluent.models.ApplicationInner object.

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 ApplicationSourceResourceType sourceResourceType()

Gets the sourceResourceType property: The application source, what it affects, e.g.

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 conditionSets()

Gets the conditionSets property: The application conditionSets - see examples.

Returns:

the conditionSets value.

description

public abstract String description()

Gets the description property: description of the application.

Returns:

the description value.

displayName

public abstract String displayName()

Gets the displayName property: display name of the application.

Returns:

the displayName value.

id

public abstract String id()

Gets the id property: Fully qualified resource Id for the resource.

Returns:

the id value.

innerModel

public abstract ApplicationInner innerModel()

Gets the inner com.azure.resourcemanager.security.fluent.models.ApplicationInner object.

Returns:

the inner object.

name

public abstract String name()

Gets the name property: The name of the resource.

Returns:

the name value.

refresh

public abstract Application refresh()

Refreshes the resource to sync with Azure.

Returns:

the refreshed resource.

refresh

public abstract Application refresh(Context context)

Refreshes the resource to sync with Azure.

Parameters:

context - The context to associate with this operation.

Returns:

the refreshed resource.

sourceResourceType

public abstract ApplicationSourceResourceType sourceResourceType()

Gets the sourceResourceType property: The application source, what it affects, e.g. Assessments.

Returns:

the sourceResourceType value.

type

public abstract String type()

Gets the type property: The type of the resource.

Returns:

the type value.

update

public abstract Application.Update update()

Begins update for the Application resource.

Returns:

the stage of resource update.

Applies to