代码之家  ›  专栏  ›  技术社区  ›  Laurence Wingo

使用其REST API时,应如何格式化Microsoft Azure Media Services通道ID?

  •  0
  • Laurence Wingo  · 技术社区  · 6 年前

    documentation

    https://<accountname>.restv2.<location>.media.azure.net/api/Channels
    

    因此,据我所知,这需要更改为:

    https://genericAccountName.restv2.eastus.media.azure.net/api/Channels(‘genericChannelName’)
    

    1 回复  |  直到 6 年前
        1
  •  1
  •   Juliako    6 年前

    文档中的示例:

    https://testrest.cloudapp.net/api/Channels

    所以你需要在身份证的名字周围。