Uses of Interface
com.azure.resourcemanager.security.models.Application

Packages that use Application
Package
Description
Package containing the data models for SecurityCenter.
  • Uses of Application in com.azure.resourcemanager.security.models

    Modifier and Type
    Method
    Description
    Application.Update.apply()
    Executes the update request.
    Application.Update.apply(com.azure.core.util.Context context)
    Executes the update request.
    Application.DefinitionStages.WithCreate.create()
    Executes the create request.
    Application.DefinitionStages.WithCreate.create(com.azure.core.util.Context context)
    Executes the create request.
    SecurityConnectorApplicationOperations.createOrUpdate(String resourceGroupName, String securityConnectorName, String applicationId, ApplicationInner application)
    Creates or update a security Application on the given security connector.
    ApplicationOperations.get(String applicationId)
    Get a specific application for the requested scope by applicationId.
    SecurityConnectorApplicationOperations.get(String resourceGroupName, String securityConnectorName, String applicationId)
    Get a specific application for the requested scope by applicationId.
    ApplicationOperations.getById(String id)
    Get a specific application for the requested scope by applicationId.
    Application.refresh()
    Refreshes the resource to sync with Azure.
    Application.refresh(com.azure.core.util.Context context)
    Refreshes the resource to sync with Azure.
    Methods in com.azure.resourcemanager.security.models that return types with arguments of type Application
    Modifier and Type
    Method
    Description
    com.azure.core.http.rest.Response<Application>
    SecurityConnectorApplicationOperations.createOrUpdateWithResponse(String resourceGroupName, String securityConnectorName, String applicationId, ApplicationInner application, com.azure.core.util.Context context)
    Creates or update a security Application on the given security connector.
    com.azure.core.http.rest.Response<Application>
    ApplicationOperations.getByIdWithResponse(String id, com.azure.core.util.Context context)
    Get a specific application for the requested scope by applicationId.
    com.azure.core.http.rest.Response<Application>
    ApplicationOperations.getWithResponse(String applicationId, com.azure.core.util.Context context)
    Get a specific application for the requested scope by applicationId.
    com.azure.core.http.rest.Response<Application>
    SecurityConnectorApplicationOperations.getWithResponse(String resourceGroupName, String securityConnectorName, String applicationId, com.azure.core.util.Context context)
    Get a specific application for the requested scope by applicationId.
    com.azure.core.http.rest.PagedIterable<Application>
    Applications.list()
    Get a list of all relevant applications over a subscription level scope.
    com.azure.core.http.rest.PagedIterable<Application>
    Applications.list(com.azure.core.util.Context context)
    Get a list of all relevant applications over a subscription level scope.
    com.azure.core.http.rest.PagedIterable<Application>
    SecurityConnectorApplications.list(String resourceGroupName, String securityConnectorName)
    Get a list of all relevant applications over a security connector level scope.
    com.azure.core.http.rest.PagedIterable<Application>
    SecurityConnectorApplications.list(String resourceGroupName, String securityConnectorName, com.azure.core.util.Context context)
    Get a list of all relevant applications over a security connector level scope.