azure-docs-sdk-java/docs-ref-autogen/com.azure.resourcemanager.a...

396 строки
31 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.appcomplianceautomation.models.Reports"
fullName: "com.azure.resourcemanager.appcomplianceautomation.models.Reports"
name: "Reports"
nameWithType: "Reports"
summary: "Resource collection API of Reports."
syntax: "public interface **Reports**"
methods:
- uid: "com.azure.resourcemanager.appcomplianceautomation.models.Reports.createOrUpdate(java.lang.String,com.azure.resourcemanager.appcomplianceautomation.fluent.models.ReportResourceInner)"
fullName: "com.azure.resourcemanager.appcomplianceautomation.models.Reports.createOrUpdate(String reportName, ReportResourceInner properties)"
name: "createOrUpdate(String reportName, ReportResourceInner properties)"
nameWithType: "Reports.createOrUpdate(String reportName, ReportResourceInner properties)"
summary: "Create a new App<wbr>Compliance<wbr>Automation report or update an exiting App<wbr>Compliance<wbr>Automation report."
modifiers:
- "abstract"
parameters:
- description: "Report Name."
name: "reportName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Parameters for the create or update operation."
name: "properties"
type: "<xref href=\"com.azure.resourcemanager.appcomplianceautomation.fluent.models.ReportResourceInner?alt=com.azure.resourcemanager.appcomplianceautomation.fluent.models.ReportResourceInner&text=ReportResourceInner\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract ReportResource createOrUpdate(String reportName, ReportResourceInner properties)"
desc: "Create a new AppComplianceAutomation report or update an exiting AppComplianceAutomation report."
returns:
description: "a class represent an AppComplianceAutomation report resource."
type: "<xref href=\"com.azure.resourcemanager.appcomplianceautomation.models.ReportResource?alt=com.azure.resourcemanager.appcomplianceautomation.models.ReportResource&text=ReportResource\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.appcomplianceautomation.models.Reports.createOrUpdate(java.lang.String,com.azure.resourcemanager.appcomplianceautomation.fluent.models.ReportResourceInner,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.appcomplianceautomation.models.Reports.createOrUpdate(String reportName, ReportResourceInner properties, Context context)"
name: "createOrUpdate(String reportName, ReportResourceInner properties, Context context)"
nameWithType: "Reports.createOrUpdate(String reportName, ReportResourceInner properties, Context context)"
summary: "Create a new App<wbr>Compliance<wbr>Automation report or update an exiting App<wbr>Compliance<wbr>Automation report."
modifiers:
- "abstract"
parameters:
- description: "Report Name."
name: "reportName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Parameters for the create or update operation."
name: "properties"
type: "<xref href=\"com.azure.resourcemanager.appcomplianceautomation.fluent.models.ReportResourceInner?alt=com.azure.resourcemanager.appcomplianceautomation.fluent.models.ReportResourceInner&text=ReportResourceInner\" data-throw-if-not-resolved=\"False\" />"
- description: "The context to associate with this operation."
name: "context"
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract ReportResource createOrUpdate(String reportName, ReportResourceInner properties, Context context)"
desc: "Create a new AppComplianceAutomation report or update an exiting AppComplianceAutomation report."
returns:
description: "a class represent an AppComplianceAutomation report resource."
type: "<xref href=\"com.azure.resourcemanager.appcomplianceautomation.models.ReportResource?alt=com.azure.resourcemanager.appcomplianceautomation.models.ReportResource&text=ReportResource\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.appcomplianceautomation.models.Reports.delete(java.lang.String)"
fullName: "com.azure.resourcemanager.appcomplianceautomation.models.Reports.delete(String reportName)"
name: "delete(String reportName)"
nameWithType: "Reports.delete(String reportName)"
summary: "Delete an App<wbr>Compliance<wbr>Automation report."
modifiers:
- "abstract"
parameters:
- description: "Report Name."
name: "reportName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract void delete(String reportName)"
desc: "Delete an AppComplianceAutomation report."
- uid: "com.azure.resourcemanager.appcomplianceautomation.models.Reports.delete(java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.appcomplianceautomation.models.Reports.delete(String reportName, Context context)"
name: "delete(String reportName, Context context)"
nameWithType: "Reports.delete(String reportName, Context context)"
summary: "Delete an App<wbr>Compliance<wbr>Automation report."
modifiers:
- "abstract"
parameters:
- description: "Report Name."
name: "reportName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The context to associate with this operation."
name: "context"
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract void delete(String reportName, Context context)"
desc: "Delete an AppComplianceAutomation report."
- uid: "com.azure.resourcemanager.appcomplianceautomation.models.Reports.fix(java.lang.String)"
fullName: "com.azure.resourcemanager.appcomplianceautomation.models.Reports.fix(String reportName)"
name: "fix(String reportName)"
nameWithType: "Reports.fix(String reportName)"
summary: "Fix the App<wbr>Compliance<wbr>Automation report error."
modifiers:
- "abstract"
parameters:
- description: "Report Name."
name: "reportName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract ReportFixResult fix(String reportName)"
desc: "Fix the AppComplianceAutomation report error. e.g: App Compliance Automation Tool service unregistered, automation removed."
returns:
description: "report fix result."
type: "<xref href=\"com.azure.resourcemanager.appcomplianceautomation.models.ReportFixResult?alt=com.azure.resourcemanager.appcomplianceautomation.models.ReportFixResult&text=ReportFixResult\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.appcomplianceautomation.models.Reports.fix(java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.appcomplianceautomation.models.Reports.fix(String reportName, Context context)"
name: "fix(String reportName, Context context)"
nameWithType: "Reports.fix(String reportName, Context context)"
summary: "Fix the App<wbr>Compliance<wbr>Automation report error."
modifiers:
- "abstract"
parameters:
- description: "Report Name."
name: "reportName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The context to associate with this operation."
name: "context"
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract ReportFixResult fix(String reportName, Context context)"
desc: "Fix the AppComplianceAutomation report error. e.g: App Compliance Automation Tool service unregistered, automation removed."
returns:
description: "report fix result."
type: "<xref href=\"com.azure.resourcemanager.appcomplianceautomation.models.ReportFixResult?alt=com.azure.resourcemanager.appcomplianceautomation.models.ReportFixResult&text=ReportFixResult\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.appcomplianceautomation.models.Reports.get(java.lang.String)"
fullName: "com.azure.resourcemanager.appcomplianceautomation.models.Reports.get(String reportName)"
name: "get(String reportName)"
nameWithType: "Reports.get(String reportName)"
summary: "Get the App<wbr>Compliance<wbr>Automation report and its properties."
modifiers:
- "abstract"
parameters:
- description: "Report Name."
name: "reportName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract ReportResource get(String reportName)"
desc: "Get the AppComplianceAutomation report and its properties."
returns:
description: "the AppComplianceAutomation report and its properties."
type: "<xref href=\"com.azure.resourcemanager.appcomplianceautomation.models.ReportResource?alt=com.azure.resourcemanager.appcomplianceautomation.models.ReportResource&text=ReportResource\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.appcomplianceautomation.models.Reports.getScopingQuestions(java.lang.String)"
fullName: "com.azure.resourcemanager.appcomplianceautomation.models.Reports.getScopingQuestions(String reportName)"
name: "getScopingQuestions(String reportName)"
nameWithType: "Reports.getScopingQuestions(String reportName)"
summary: "Fix the App<wbr>Compliance<wbr>Automation report error."
modifiers:
- "abstract"
parameters:
- description: "Report Name."
name: "reportName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract ScopingQuestions getScopingQuestions(String reportName)"
desc: "Fix the AppComplianceAutomation report error. e.g: App Compliance Automation Tool service unregistered, automation removed."
returns:
description: "scoping question list."
type: "<xref href=\"com.azure.resourcemanager.appcomplianceautomation.models.ScopingQuestions?alt=com.azure.resourcemanager.appcomplianceautomation.models.ScopingQuestions&text=ScopingQuestions\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.appcomplianceautomation.models.Reports.getScopingQuestionsWithResponse(java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.appcomplianceautomation.models.Reports.getScopingQuestionsWithResponse(String reportName, Context context)"
name: "getScopingQuestionsWithResponse(String reportName, Context context)"
nameWithType: "Reports.getScopingQuestionsWithResponse(String reportName, Context context)"
summary: "Fix the App<wbr>Compliance<wbr>Automation report error."
modifiers:
- "abstract"
parameters:
- description: "Report Name."
name: "reportName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The context to associate with this operation."
name: "context"
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract Response<ScopingQuestions> getScopingQuestionsWithResponse(String reportName, Context context)"
desc: "Fix the AppComplianceAutomation report error. e.g: App Compliance Automation Tool service unregistered, automation removed."
returns:
description: "scoping question list along with <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref>."
type: "<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.appcomplianceautomation.models.ScopingQuestions?alt=com.azure.resourcemanager.appcomplianceautomation.models.ScopingQuestions&text=ScopingQuestions\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.appcomplianceautomation.models.Reports.getWithResponse(java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.appcomplianceautomation.models.Reports.getWithResponse(String reportName, Context context)"
name: "getWithResponse(String reportName, Context context)"
nameWithType: "Reports.getWithResponse(String reportName, Context context)"
summary: "Get the App<wbr>Compliance<wbr>Automation report and its properties."
modifiers:
- "abstract"
parameters:
- description: "Report Name."
name: "reportName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The context to associate with this operation."
name: "context"
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract Response<ReportResource> getWithResponse(String reportName, Context context)"
desc: "Get the AppComplianceAutomation report and its properties."
returns:
description: "the AppComplianceAutomation report and its properties along with <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref>."
type: "<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.appcomplianceautomation.models.ReportResource?alt=com.azure.resourcemanager.appcomplianceautomation.models.ReportResource&text=ReportResource\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.appcomplianceautomation.models.Reports.list()"
fullName: "com.azure.resourcemanager.appcomplianceautomation.models.Reports.list()"
name: "list()"
nameWithType: "Reports.list()"
summary: "Get the App<wbr>Compliance<wbr>Automation report list for the tenant."
modifiers:
- "abstract"
syntax: "public abstract PagedIterable<ReportResource> list()"
desc: "Get the AppComplianceAutomation report list for the tenant."
returns:
description: "the AppComplianceAutomation report list for the tenant as paginated response with <xref uid=\"com.azure.core.http.rest.PagedIterable\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PagedIterable\"></xref>."
type: "<xref href=\"com.azure.core.http.rest.PagedIterable?alt=com.azure.core.http.rest.PagedIterable&text=PagedIterable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.appcomplianceautomation.models.ReportResource?alt=com.azure.resourcemanager.appcomplianceautomation.models.ReportResource&text=ReportResource\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.appcomplianceautomation.models.Reports.list(java.lang.String,java.lang.Integer,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.appcomplianceautomation.models.Reports.list(String skipToken, Integer top, String select, String filter, String orderby, String offerGuid, String reportCreatorTenantId, Context context)"
name: "list(String skipToken, Integer top, String select, String filter, String orderby, String offerGuid, String reportCreatorTenantId, Context context)"
nameWithType: "Reports.list(String skipToken, Integer top, String select, String filter, String orderby, String offerGuid, String reportCreatorTenantId, Context context)"
summary: "Get the App<wbr>Compliance<wbr>Automation report list for the tenant."
modifiers:
- "abstract"
parameters:
- description: "Skip over when retrieving results."
name: "skipToken"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Number of elements to return when retrieving results."
name: "top"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html\">Integer</a>"
- description: "OData Select statement. Limits the properties on each entry to just those requested, e.g.\n ?$select=reportName,id."
name: "select"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The filter to apply on the operation."
name: "filter"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "OData order by query option."
name: "orderby"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The offerGuid which mapping to the reports."
name: "offerGuid"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The tenant id of the report creator."
name: "reportCreatorTenantId"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The context to associate with this operation."
name: "context"
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract PagedIterable<ReportResource> list(String skipToken, Integer top, String select, String filter, String orderby, String offerGuid, String reportCreatorTenantId, Context context)"
desc: "Get the AppComplianceAutomation report list for the tenant."
returns:
description: "the AppComplianceAutomation report list for the tenant as paginated response with <xref uid=\"com.azure.core.http.rest.PagedIterable\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PagedIterable\"></xref>."
type: "<xref href=\"com.azure.core.http.rest.PagedIterable?alt=com.azure.core.http.rest.PagedIterable&text=PagedIterable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.appcomplianceautomation.models.ReportResource?alt=com.azure.resourcemanager.appcomplianceautomation.models.ReportResource&text=ReportResource\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.appcomplianceautomation.models.Reports.nestedResourceCheckNameAvailability(java.lang.String,com.azure.resourcemanager.appcomplianceautomation.models.CheckNameAvailabilityRequest)"
fullName: "com.azure.resourcemanager.appcomplianceautomation.models.Reports.nestedResourceCheckNameAvailability(String reportName, CheckNameAvailabilityRequest body)"
name: "nestedResourceCheckNameAvailability(String reportName, CheckNameAvailabilityRequest body)"
nameWithType: "Reports.nestedResourceCheckNameAvailability(String reportName, CheckNameAvailabilityRequest body)"
summary: "Checks the report's nested resource name availability, e.<wbr>g: Webhooks, Evidences, Snapshots."
modifiers:
- "abstract"
parameters:
- description: "Report Name."
name: "reportName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "NameAvailabilityRequest object."
name: "body"
type: "<xref href=\"com.azure.resourcemanager.appcomplianceautomation.models.CheckNameAvailabilityRequest?alt=com.azure.resourcemanager.appcomplianceautomation.models.CheckNameAvailabilityRequest&text=CheckNameAvailabilityRequest\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract CheckNameAvailabilityResponse nestedResourceCheckNameAvailability(String reportName, CheckNameAvailabilityRequest body)"
desc: "Checks the report's nested resource name availability, e.g: Webhooks, Evidences, Snapshots."
returns:
description: "the check availability result."
type: "<xref href=\"com.azure.resourcemanager.appcomplianceautomation.models.CheckNameAvailabilityResponse?alt=com.azure.resourcemanager.appcomplianceautomation.models.CheckNameAvailabilityResponse&text=CheckNameAvailabilityResponse\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.appcomplianceautomation.models.Reports.nestedResourceCheckNameAvailabilityWithResponse(java.lang.String,com.azure.resourcemanager.appcomplianceautomation.models.CheckNameAvailabilityRequest,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.appcomplianceautomation.models.Reports.nestedResourceCheckNameAvailabilityWithResponse(String reportName, CheckNameAvailabilityRequest body, Context context)"
name: "nestedResourceCheckNameAvailabilityWithResponse(String reportName, CheckNameAvailabilityRequest body, Context context)"
nameWithType: "Reports.nestedResourceCheckNameAvailabilityWithResponse(String reportName, CheckNameAvailabilityRequest body, Context context)"
summary: "Checks the report's nested resource name availability, e.<wbr>g: Webhooks, Evidences, Snapshots."
modifiers:
- "abstract"
parameters:
- description: "Report Name."
name: "reportName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "NameAvailabilityRequest object."
name: "body"
type: "<xref href=\"com.azure.resourcemanager.appcomplianceautomation.models.CheckNameAvailabilityRequest?alt=com.azure.resourcemanager.appcomplianceautomation.models.CheckNameAvailabilityRequest&text=CheckNameAvailabilityRequest\" data-throw-if-not-resolved=\"False\" />"
- description: "The context to associate with this operation."
name: "context"
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract Response<CheckNameAvailabilityResponse> nestedResourceCheckNameAvailabilityWithResponse(String reportName, CheckNameAvailabilityRequest body, Context context)"
desc: "Checks the report's nested resource name availability, e.g: Webhooks, Evidences, Snapshots."
returns:
description: "the check availability result along with <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref>."
type: "<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.appcomplianceautomation.models.CheckNameAvailabilityResponse?alt=com.azure.resourcemanager.appcomplianceautomation.models.CheckNameAvailabilityResponse&text=CheckNameAvailabilityResponse\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.appcomplianceautomation.models.Reports.syncCertRecord(java.lang.String,com.azure.resourcemanager.appcomplianceautomation.models.SyncCertRecordRequest)"
fullName: "com.azure.resourcemanager.appcomplianceautomation.models.Reports.syncCertRecord(String reportName, SyncCertRecordRequest body)"
name: "syncCertRecord(String reportName, SyncCertRecordRequest body)"
nameWithType: "Reports.syncCertRecord(String reportName, SyncCertRecordRequest body)"
summary: "Synchronize attestation record from app compliance."
modifiers:
- "abstract"
parameters:
- description: "Report Name."
name: "reportName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Parameters for synchronize certification record operation."
name: "body"
type: "<xref href=\"com.azure.resourcemanager.appcomplianceautomation.models.SyncCertRecordRequest?alt=com.azure.resourcemanager.appcomplianceautomation.models.SyncCertRecordRequest&text=SyncCertRecordRequest\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract SyncCertRecordResponse syncCertRecord(String reportName, SyncCertRecordRequest body)"
desc: "Synchronize attestation record from app compliance."
returns:
description: "synchronize certification record response."
type: "<xref href=\"com.azure.resourcemanager.appcomplianceautomation.models.SyncCertRecordResponse?alt=com.azure.resourcemanager.appcomplianceautomation.models.SyncCertRecordResponse&text=SyncCertRecordResponse\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.appcomplianceautomation.models.Reports.syncCertRecord(java.lang.String,com.azure.resourcemanager.appcomplianceautomation.models.SyncCertRecordRequest,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.appcomplianceautomation.models.Reports.syncCertRecord(String reportName, SyncCertRecordRequest body, Context context)"
name: "syncCertRecord(String reportName, SyncCertRecordRequest body, Context context)"
nameWithType: "Reports.syncCertRecord(String reportName, SyncCertRecordRequest body, Context context)"
summary: "Synchronize attestation record from app compliance."
modifiers:
- "abstract"
parameters:
- description: "Report Name."
name: "reportName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Parameters for synchronize certification record operation."
name: "body"
type: "<xref href=\"com.azure.resourcemanager.appcomplianceautomation.models.SyncCertRecordRequest?alt=com.azure.resourcemanager.appcomplianceautomation.models.SyncCertRecordRequest&text=SyncCertRecordRequest\" data-throw-if-not-resolved=\"False\" />"
- description: "The context to associate with this operation."
name: "context"
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract SyncCertRecordResponse syncCertRecord(String reportName, SyncCertRecordRequest body, Context context)"
desc: "Synchronize attestation record from app compliance."
returns:
description: "synchronize certification record response."
type: "<xref href=\"com.azure.resourcemanager.appcomplianceautomation.models.SyncCertRecordResponse?alt=com.azure.resourcemanager.appcomplianceautomation.models.SyncCertRecordResponse&text=SyncCertRecordResponse\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.appcomplianceautomation.models.Reports.update(java.lang.String,com.azure.resourcemanager.appcomplianceautomation.models.ReportResourcePatch)"
fullName: "com.azure.resourcemanager.appcomplianceautomation.models.Reports.update(String reportName, ReportResourcePatch properties)"
name: "update(String reportName, ReportResourcePatch properties)"
nameWithType: "Reports.update(String reportName, ReportResourcePatch properties)"
summary: "Update an exiting App<wbr>Compliance<wbr>Automation report."
modifiers:
- "abstract"
parameters:
- description: "Report Name."
name: "reportName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Parameters for the create or update operation."
name: "properties"
type: "<xref href=\"com.azure.resourcemanager.appcomplianceautomation.models.ReportResourcePatch?alt=com.azure.resourcemanager.appcomplianceautomation.models.ReportResourcePatch&text=ReportResourcePatch\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract ReportResource update(String reportName, ReportResourcePatch properties)"
desc: "Update an exiting AppComplianceAutomation report."
returns:
description: "a class represent an AppComplianceAutomation report resource."
type: "<xref href=\"com.azure.resourcemanager.appcomplianceautomation.models.ReportResource?alt=com.azure.resourcemanager.appcomplianceautomation.models.ReportResource&text=ReportResource\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.appcomplianceautomation.models.Reports.update(java.lang.String,com.azure.resourcemanager.appcomplianceautomation.models.ReportResourcePatch,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.appcomplianceautomation.models.Reports.update(String reportName, ReportResourcePatch properties, Context context)"
name: "update(String reportName, ReportResourcePatch properties, Context context)"
nameWithType: "Reports.update(String reportName, ReportResourcePatch properties, Context context)"
summary: "Update an exiting App<wbr>Compliance<wbr>Automation report."
modifiers:
- "abstract"
parameters:
- description: "Report Name."
name: "reportName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Parameters for the create or update operation."
name: "properties"
type: "<xref href=\"com.azure.resourcemanager.appcomplianceautomation.models.ReportResourcePatch?alt=com.azure.resourcemanager.appcomplianceautomation.models.ReportResourcePatch&text=ReportResourcePatch\" data-throw-if-not-resolved=\"False\" />"
- description: "The context to associate with this operation."
name: "context"
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract ReportResource update(String reportName, ReportResourcePatch properties, Context context)"
desc: "Update an exiting AppComplianceAutomation report."
returns:
description: "a class represent an AppComplianceAutomation report resource."
type: "<xref href=\"com.azure.resourcemanager.appcomplianceautomation.models.ReportResource?alt=com.azure.resourcemanager.appcomplianceautomation.models.ReportResource&text=ReportResource\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.appcomplianceautomation.models.Reports.verify(java.lang.String)"
fullName: "com.azure.resourcemanager.appcomplianceautomation.models.Reports.verify(String reportName)"
name: "verify(String reportName)"
nameWithType: "Reports.verify(String reportName)"
summary: "Verify the App<wbr>Compliance<wbr>Automation report health status."
modifiers:
- "abstract"
parameters:
- description: "Report Name."
name: "reportName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract ReportVerificationResult verify(String reportName)"
desc: "Verify the AppComplianceAutomation report health status."
returns:
description: "report health status verification result."
type: "<xref href=\"com.azure.resourcemanager.appcomplianceautomation.models.ReportVerificationResult?alt=com.azure.resourcemanager.appcomplianceautomation.models.ReportVerificationResult&text=ReportVerificationResult\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.appcomplianceautomation.models.Reports.verify(java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.appcomplianceautomation.models.Reports.verify(String reportName, Context context)"
name: "verify(String reportName, Context context)"
nameWithType: "Reports.verify(String reportName, Context context)"
summary: "Verify the App<wbr>Compliance<wbr>Automation report health status."
modifiers:
- "abstract"
parameters:
- description: "Report Name."
name: "reportName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The context to associate with this operation."
name: "context"
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract ReportVerificationResult verify(String reportName, Context context)"
desc: "Verify the AppComplianceAutomation report health status."
returns:
description: "report health status verification result."
type: "<xref href=\"com.azure.resourcemanager.appcomplianceautomation.models.ReportVerificationResult?alt=com.azure.resourcemanager.appcomplianceautomation.models.ReportVerificationResult&text=ReportVerificationResult\" data-throw-if-not-resolved=\"False\" />"
type: "interface"
desc: "Resource collection API of Reports."
metadata: {}
package: "com.azure.resourcemanager.appcomplianceautomation.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-appcomplianceautomation:1.0.0