你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

NeonRolesOperations interface

表示 NeonRoles作的接口。

属性

createOrUpdate

创建 NeonRole

delete
get

获取 NeonRole

list

按 Branch 列出 NeonRole 资源

update

更新 NeonRole

属性详细信息

createOrUpdate

创建 NeonRole

createOrUpdate: (resourceGroupName: string, organizationName: string, projectName: string, branchName: string, neonRoleName: string, resource: NeonRole, options?: NeonRolesCreateOrUpdateOptionalParams) => PollerLike<OperationState<NeonRole>, NeonRole>

属性值

(resourceGroupName: string, organizationName: string, projectName: string, branchName: string, neonRoleName: string, resource: NeonRole, options?: NeonRolesCreateOrUpdateOptionalParams) => PollerLike<OperationState<NeonRole>, NeonRole>

delete

delete: (resourceGroupName: string, organizationName: string, projectName: string, branchName: string, neonRoleName: string, options?: NeonRolesDeleteOptionalParams) => Promise<void>

属性值

(resourceGroupName: string, organizationName: string, projectName: string, branchName: string, neonRoleName: string, options?: NeonRolesDeleteOptionalParams) => Promise<void>

get

获取 NeonRole

get: (resourceGroupName: string, organizationName: string, projectName: string, branchName: string, neonRoleName: string, options?: NeonRolesGetOptionalParams) => Promise<NeonRole>

属性值

(resourceGroupName: string, organizationName: string, projectName: string, branchName: string, neonRoleName: string, options?: NeonRolesGetOptionalParams) => Promise<NeonRole>

list

按 Branch 列出 NeonRole 资源

list: (resourceGroupName: string, organizationName: string, projectName: string, branchName: string, options?: NeonRolesListOptionalParams) => PagedAsyncIterableIterator<NeonRole, NeonRole[], PageSettings>

属性值

(resourceGroupName: string, organizationName: string, projectName: string, branchName: string, options?: NeonRolesListOptionalParams) => PagedAsyncIterableIterator<NeonRole, NeonRole[], PageSettings>

update

更新 NeonRole

update: (resourceGroupName: string, organizationName: string, projectName: string, branchName: string, neonRoleName: string, properties: NeonRole, options?: NeonRolesUpdateOptionalParams) => PollerLike<OperationState<NeonRole>, NeonRole>

属性值

(resourceGroupName: string, organizationName: string, projectName: string, branchName: string, neonRoleName: string, properties: NeonRole, options?: NeonRolesUpdateOptionalParams) => PollerLike<OperationState<NeonRole>, NeonRole>