JobPatchProperties interface
容器应用作业资源特定属性。
属性
| identity | 容器应用作业需要托管标识才能与其他 Azure 服务交互,以不维护代码中的任何机密或凭据。 |
| properties | |
| tags | 资源标记。 |
属性详细信息
identity
容器应用作业需要托管标识才能与其他 Azure 服务交互,以不维护代码中的任何机密或凭据。
identity?: ManagedServiceIdentity
属性值
properties
tags
资源标记。
tags?: {[propertyName: string]: string}
属性值
{[propertyName: string]: string}