AssignToAppOptionalParameter Classe
- java.
lang. Object - com.
microsoft. azure. cognitiveservices. language. luis. authoring. models. AssignToAppOptionalParameter
- com.
public class AssignToAppOptionalParameter
O modelo AssignToAppOptionalParameter.
Resumo do método
Modificador e tipo | Método e descrição |
---|---|
String |
armToken()
Obtenha o valor armToken. |
Azure |
azureAccountInfoObject()
Obtenha o valor azureAccountInfoObject. |
String |
thisclientacceptLanguage()
Obtenha o valor thisclientacceptLanguage. |
Assign |
withArmToken(String armToken)
Defina o valor armToken. |
Assign |
withAzureAccountInfoObject(AzureAccountInfoObject azureAccountInfoObject)
Defina o valor azureAccountInfoObject. |
Assign |
withThisclientacceptLanguage(String thisclientacceptLanguage)
Defina o valor thisclientacceptLanguage. |
Detalhes do método
armToken
public String armToken()
Obtenha o valor armToken.
Returns:
azureAccountInfoObject
public AzureAccountInfoObject azureAccountInfoObject()
Obtenha o valor azureAccountInfoObject.
Returns:
thisclientacceptLanguage
public String thisclientacceptLanguage()
Obtenha o valor thisclientacceptLanguage.
Returns:
withArmToken
public AssignToAppOptionalParameter withArmToken(String armToken)
Defina o valor armToken.
Parameters:
Returns:
withAzureAccountInfoObject
public AssignToAppOptionalParameter withAzureAccountInfoObject(AzureAccountInfoObject azureAccountInfoObject)
Defina o valor azureAccountInfoObject.
Parameters:
Returns:
withThisclientacceptLanguage
public AssignToAppOptionalParameter withThisclientacceptLanguage(String thisclientacceptLanguage)
Defina o valor thisclientacceptLanguage.
Parameters:
Returns:
Aplica-se a
Azure SDK for Java