你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
RemoveFromAppOptionalParameter 类
- java.
lang. Object - com.
microsoft. azure. cognitiveservices. language. luis. authoring. models. RemoveFromAppOptionalParameter
- com.
public class RemoveFromAppOptionalParameter
RemoveFromAppOptionalParameter 模型。
方法摘要
修饰符和类型 | 方法和描述 |
---|---|
String |
armToken()
获取 armToken 值。 |
Azure |
azureAccountInfoObject()
获取 azureAccountInfoObject 值。 |
String |
thisclientacceptLanguage()
获取 thisclientacceptLanguage 值。 |
Remove |
withArmToken(String armToken)
设置 armToken 值。 |
Remove |
withAzureAccountInfoObject(AzureAccountInfoObject azureAccountInfoObject)
设置 azureAccountInfoObject 值。 |
Remove |
withThisclientacceptLanguage(String thisclientacceptLanguage)
设置 thisclientacceptLanguage 值。 |
方法详细信息
armToken
public String armToken()
获取 armToken 值。
Returns:
azureAccountInfoObject
public AzureAccountInfoObject azureAccountInfoObject()
获取 azureAccountInfoObject 值。
Returns:
thisclientacceptLanguage
public String thisclientacceptLanguage()
获取 thisclientacceptLanguage 值。
Returns:
withArmToken
public RemoveFromAppOptionalParameter withArmToken(String armToken)
设置 armToken 值。
Parameters:
Returns:
withAzureAccountInfoObject
public RemoveFromAppOptionalParameter withAzureAccountInfoObject(AzureAccountInfoObject azureAccountInfoObject)
设置 azureAccountInfoObject 值。
Parameters:
Returns:
withThisclientacceptLanguage
public RemoveFromAppOptionalParameter withThisclientacceptLanguage(String thisclientacceptLanguage)
设置 thisclientacceptLanguage 值。
Parameters:
Returns: