你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
IGitHubWithAttach<ParentT> 接口
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
绑定到 GitHub 帐户的 Web 应用源代码管理定义的最后一个阶段。 在此阶段,可以指定任何剩余的可选设置,或者可以使用 WithAttach.attach () 将 Web 应用源代码管理定义附加到父 Web 应用更新。
public interface IGitHubWithAttach<ParentT> : Microsoft.Azure.Management.AppService.Fluent.WebAppSourceControl.UpdateDefinition.IWithAttach<ParentT>, Microsoft.Azure.Management.AppService.Fluent.WebAppSourceControl.UpdateDefinition.IWithGitHubAccessToken<ParentT>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ChildResource.Update.IInUpdate<ParentT>
type IGitHubWithAttach<'ParentT> = interface
interface IWithAttach<'ParentT>
interface IInUpdate<'ParentT>
interface IWithGitHubAccessToken<'ParentT>
Public Interface IGitHubWithAttach(Of ParentT)
Implements IInUpdate(Of ParentT), IWithAttach(Of ParentT), IWithGitHubAccessToken(Of ParentT)
类型参数
- ParentT
WithAttach.attach () 的返回类型。
- 派生
- 实现
方法
Attach() |
绑定到 GitHub 帐户的 Web 应用源代码管理定义的最后一个阶段。 在此阶段,可以指定任何剩余的可选设置,或者可以使用 WithAttach.attach () 将 Web 应用源代码管理定义附加到父 Web 应用更新。 (继承自 IInUpdate<ParentT>) |
WithGitHubAccessToken(String) |
指定 GitHub 个人访问令牌。 可以从 获取一个 https://github.com/settings/tokens。 (继承自 IWithGitHubAccessToken<ParentT>) |