类 ComputeEngine

总结

成员 说明
public const std::vector<std::shared_ptr<Label>> ListSensitivityLabels(const std::vector<std::string>& contentFormats) 尚未记录。
public std::shared_ptr<ContentLabel> GetSensitivityLabel(ComputeEngineContext& context, const DocumentState& state) 尚未记录。
public std::vector<std::shared_ptr<Action>> ComputeActions(ComputeEngineContext& context, const DocumentState& documentState, const ApplicationActionState& actionState) 尚未记录。
public std::p air<std::vector<std::shared_ptr<Action>>, bool> ComputeActionsWithRemoteState(ComputeEngineContext& context, const DocumentState& localDocumentState, const DocumentState& remoteDocumentState, const ApplicationActionState& actionState) 在远程和本地状态之间选择时计算操作。
public void NotifyCommittedActions(ComputeEngineContext& context, const DocumentState& documentState, const ApplicationActionState& actionState) 尚未记录。
public const std::shared_ptr<Label> GetDefaultLabel(const std::string& contentFormat) const 尚未记录。
public const std::string& GetMoreInfoUrl() const 尚未记录。
public const std::string& GetUpn() const 尚未记录。
public bool IsLabelingRequired(const std::string& contentFormat) const 尚未记录。
public bool IsDowngradeJustificationRequired() const 尚未记录。
public const std::string& GetFileId() const 尚未记录。
public bool HasClassificationRules(const std::vector<std::string>& contentFormats) const 尚未记录。
public bool IsEnhancedClassificationEnabled() const 尚未记录。
public std::shared_ptr<Label> GetLabelById(const std::string& id) const 尚未记录。
public const std::string& GetTenantId() const 尚未记录。
public void SetSensitivityTypesRulePackages(std::vector<std::shared_ptr<SensitivityTypesRulePackage>> && custom) 尚未记录。
public const std::vector<std::shared_ptr<SensitivityTypesRulePackage>>& GetSensitivityTypesRulePackages() const 尚未记录。
public const std::vector<std::p air<std::string, std::string>>& GetCustom设置() const 尚未记录。
public uint32_t GetOpcMetadataVersion() const 尚未记录。
public const std::string& GetUserObjectId() const 尚未记录。
public bool HasWorkloadConsent(Workload workload) const 尚未记录。
public virtual ~ComputeEngine() 尚未记录。

成员

ListSensitivityLabels 函数

尚未记录。

GetSensitivityLabel 函数

尚未记录。

ComputeActions 函数

尚未记录。

ComputeActionsWithRemoteState 函数

在远程和本地状态之间选择时计算操作。 使用此优先级,状态处于选中状态。 未知的保护类型(模板或临时不在策略中)。 保护状态始终优先于不受保护的状态。 带标签的文档状态优先于不带标签的文档状态。 标签顺序,越高越好。 标签时间戳,首选最新的标记文档。 DocumentState LastModifiedTime 可以实现,首选最近修改的文件。

参数:

  • context:计算引擎上下文。

  • localDocumentState:本地文档状态。

  • remoteDocumentState:远程文档状态。

  • actionState:应用程序的操作状态。

返回结果:方法返回一个对。 第一个包含操作列表,第二个为是否应在本地应用(如果应对远程文档应用 false 操作,并且应使用该文档状态)。

NotifyCommittedActions 函数

尚未记录。

GetDefaultLabel 函数

尚未记录。

GetMoreInfoUrl 函数

尚未记录。

GetUpn 函数

尚未记录。

IsLabelingRequired 函数

尚未记录。

IsDowngradeJustificationRequired 函数

尚未记录。

GetFileId 函数

尚未记录。

HasClassificationRules 函数

尚未记录。

IsEnhancedClassificationEnabled 函数

尚未记录。

GetLabelById 函数

尚未记录。

GetTenantId 函数

尚未记录。

SetSensitivityTypesRulePackages 函数

尚未记录。

GetSensitivityTypesRulePackages 函数

尚未记录。

GetCustomSettings 函数

尚未记录。

GetOpcMetadataVersion 函数

尚未记录。

GetUserObjectId 函数

尚未记录。

HasWorkloadConsent 函数

尚未记录。

~ComputeEngine 函数

尚未记录。