简体   繁体   English

REST API的Azure媒体服务渠道创建问题

[英]Azure Media Service Channel Creation issue with REST API

I am facing some issue with channel creation service in Azure Media service. 我在Azure Media服务中遇到有关频道创建服务的问题。 I am getting following error message. 我收到以下错误消息。 Make sure to only use property names that are defined by the type 确保仅使用由类型定义的属性名称

You could follow the naming convention in REST documentation . 您可以遵循REST文档中的命名约定。

Here is the naming convention for Channel: 这是Channel的命名约定:

  • Must be unique within your Media Services account. 在您的媒体服务帐户中必须唯一。
  • Maximum length = 32 characters. 最大长度= 32个字符。
  • Cannot contain spaces. 不能包含空格。
  • Hyphens and alphanumeric characters only. 仅连字符和字母数字字符。
  • Cannot begin or end with a hyphen. 不能以连字符开头或结尾。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM