你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
ContainerRegistryGenerateCredentialsContent 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
用于为容器注册表的指定令牌或用户生成凭据的参数。
public class ContainerRegistryGenerateCredentialsContent
type ContainerRegistryGenerateCredentialsContent = class
Public Class ContainerRegistryGenerateCredentialsContent
- 继承
-
ContainerRegistryGenerateCredentialsContent
构造函数
ContainerRegistryGenerateCredentialsContent() |
初始化 ContainerRegistryGenerateCredentialsContent 的新实例。 |
属性
ExpireOn |
生成的凭据的到期日期,在此日期之后凭据将变为无效。 |
Name |
指定应重新生成的密码的名称(如果有 -- password1 或 password2)。 |
TokenId |
必须为其生成凭据的令牌的资源 ID。 |