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

TenantSupportTicketCollection 类

定义

表示 及其操作的集合的 TenantSupportTicketResource 类。 TenantSupportTicketResource集合中的每个 都将属于 的TenantResource同一实例。 若要获取 TenantSupportTicketCollection 实例,请从 实例 TenantResource调用 GetTenantSupportTickets 方法。

public class TenantSupportTicketCollection : Azure.ResourceManager.ArmCollection, System.Collections.Generic.IAsyncEnumerable<Azure.ResourceManager.Support.TenantSupportTicketResource>, System.Collections.Generic.IEnumerable<Azure.ResourceManager.Support.TenantSupportTicketResource>
type TenantSupportTicketCollection = class
    inherit ArmCollection
    interface seq<TenantSupportTicketResource>
    interface IEnumerable
    interface IAsyncEnumerable<TenantSupportTicketResource>
Public Class TenantSupportTicketCollection
Inherits ArmCollection
Implements IAsyncEnumerable(Of TenantSupportTicketResource), IEnumerable(Of TenantSupportTicketResource)
继承
TenantSupportTicketCollection
实现

构造函数

TenantSupportTicketCollection()

初始化 类的新实例 TenantSupportTicketCollection 以便模拟。

属性

Client

获取 ArmClient 创建此资源客户端的源。

(继承自 ArmCollection)
Diagnostics

获取此资源客户端的诊断选项。

(继承自 ArmCollection)
Endpoint

获取此资源客户端的基 URI。

(继承自 ArmCollection)
Id

获取资源标识符。

(继承自 ArmCollection)
Pipeline

获取此资源客户端的管道。

(继承自 ArmCollection)

方法

CreateOrUpdate(WaitUntil, String, SupportTicketData, CancellationToken)

为计费和订阅管理问题创建新的支持票证。 了解创建支持票证所需的 先决条件 。<br/><br/>始终调用服务和问题分类 API,以获取创建支持票证所需的最新服务和问题类别。<br/><br/>当前不支持通过 API 添加附件。 若要将文件添加到现有支持票证,请访问Azure 门户中的“管理支持票证”页,选择支持票证,然后使用文件上传控件添加新文件。<br/><br/>目前不支持通过 API 同意与Azure 支持共享诊断信息。 如果问题需要从 Azure 资源收集诊断信息,处理票证的Azure 支持工程师将与你取得同意。<br/><br/>

  • 请求路径/提供程序/Microsoft.Support/supportTickets/{supportTicketName}
  • 操作IdSupportTicketsNoSubscription_Create
CreateOrUpdateAsync(WaitUntil, String, SupportTicketData, CancellationToken)

为计费和订阅管理问题创建新的支持票证。 了解创建支持票证所需的 先决条件 。<br/><br/>始终调用服务和问题分类 API,以获取创建支持票证所需的最新服务和问题类别。<br/><br/>当前不支持通过 API 添加附件。 若要将文件添加到现有支持票证,请访问Azure 门户中的“管理支持票证”页,选择支持票证,然后使用文件上传控件添加新文件。<br/><br/>目前不支持通过 API 同意与Azure 支持共享诊断信息。 如果问题需要从 Azure 资源收集诊断信息,处理票证的Azure 支持工程师将与你取得同意。<br/><br/>

  • 请求路径/提供程序/Microsoft.Support/supportTickets/{supportTicketName}
  • 操作IdSupportTicketsNoSubscription_Create
Exists(String, CancellationToken)

检查 Azure 中是否存在资源。

  • 请求路径/提供程序/Microsoft.Support/supportTickets/{supportTicketName}
  • 操作IdSupportTicketsNoSubscription_Get
ExistsAsync(String, CancellationToken)

检查 Azure 中是否存在资源。

  • 请求路径/提供程序/Microsoft.Support/supportTickets/{supportTicketName}
  • 操作IdSupportTicketsNoSubscription_Get
Get(String, CancellationToken)

获取特定支持票证的详细信息。 支持票证数据在票证创建后的 18 个月内可用。 如果票证创建时间超过 18 个月,则数据请求可能会导致错误。

  • 请求路径/提供程序/Microsoft.Support/supportTickets/{supportTicketName}
  • 操作IdSupportTicketsNoSubscription_Get
GetAll(Nullable<Int32>, String, CancellationToken)

列出所有支持票证。 <br/><br/>还可以使用 $filter 参数按 <i>Status</i>、 <i>CreatedDate</i>、、 <i>ServiceId</i> 和 <i>ProblemClassificationId</i> 筛选支持票证。 输出将是带有 <i>nextLink</i> 的分页结果,使用该结果可以检索下一组支持票证。 <br/><br/>支持票证数据在票证创建后的 18 个月内可用。 如果票证创建时间超过 18 个月,则数据请求可能会导致错误。

  • 请求路径/提供程序/Microsoft.Support/supportTickets
  • 操作IdSupportTicketsNoSubscription_List
GetAllAsync(Nullable<Int32>, String, CancellationToken)

列出所有支持票证。 <br/><br/>还可以使用 $filter 参数按 <i>Status</i>、 <i>CreatedDate</i>、、 <i>ServiceId</i> 和 <i>ProblemClassificationId</i> 筛选支持票证。 输出将是带有 <i>nextLink</i> 的分页结果,使用该结果可以检索下一组支持票证。 <br/><br/>支持票证数据在票证创建后的 18 个月内可用。 如果票证创建时间超过 18 个月,则数据请求可能会导致错误。

  • 请求路径/提供程序/Microsoft.Support/supportTickets
  • 操作IdSupportTicketsNoSubscription_List
GetAsync(String, CancellationToken)

获取特定支持票证的详细信息。 支持票证数据在票证创建后的 18 个月内可用。 如果票证创建时间超过 18 个月,则数据请求可能会导致错误。

  • 请求路径/提供程序/Microsoft.Support/supportTickets/{supportTicketName}
  • 操作IdSupportTicketsNoSubscription_Get
GetIfExists(String, CancellationToken)

尝试从服务获取此资源的详细信息。

  • 请求路径/提供程序/Microsoft.Support/supportTickets/{supportTicketName}
  • 操作IdSupportTicketsNoSubscription_Get
GetIfExistsAsync(String, CancellationToken)

尝试从服务获取此资源的详细信息。

  • 请求路径/提供程序/Microsoft.Support/supportTickets/{supportTicketName}
  • 操作IdSupportTicketsNoSubscription_Get
TryGetApiVersion(ResourceType, String)

获取 API 版本替代(如果已为当前客户端选项设置)。

(继承自 ArmCollection)

显式接口实现

IAsyncEnumerable<TenantSupportTicketResource>.GetAsyncEnumerator(CancellationToken)

返回一个异步循环访问集合的枚举器。

IEnumerable.GetEnumerator()

返回循环访问集合的枚举数。

IEnumerable<TenantSupportTicketResource>.GetEnumerator()

返回一个循环访问集合的枚举器。

适用于