AzureAccountInfoObject Class
- java.
lang. Object - com.
microsoft. azure. cognitiveservices. language. luis. authoring. models. AzureAccountInfoObject
- com.
public class AzureAccountInfoObject
Defines the Azure account information object.
Modifier and Type | Method and Description |
---|---|
String |
account Get the accountName value. |
String |
azure Get the azureSubscriptionId value. |
String |
resource Get the resourceGroup value. |
Azure |
with Set the accountName value. |
Azure |
with Set the azureSubscriptionId value. |
Azure |
with Set the resourceGroup value. |
accountName
public String accountName()
Get the accountName value.
Returns:
azureSubscriptionId
public String azureSubscriptionId()
Get the azureSubscriptionId value.
Returns:
resourceGroup
public String resourceGroup()
Get the resourceGroup value.
Returns:
withAccountName
public AzureAccountInfoObject withAccountName(String accountName)
Set the accountName value.
Parameters:
Returns:
withAzureSubscriptionId
public AzureAccountInfoObject withAzureSubscriptionId(String azureSubscriptionId)
Set the azureSubscriptionId value.
Parameters:
Returns:
withResourceGroup
public AzureAccountInfoObject withResourceGroup(String resourceGroup)
Set the resourceGroup value.
Parameters:
Returns:
Azure SDK for Java-feedback
Azure SDK for Java is een open source project. Selecteer een koppeling om feedback te geven: