AzureAccountInfoObject Class
- java.
lang. Object - com.
microsoft. azure. cognitiveservices. language. luis. authoring. models. AzureAccountInfoObject
- com.
public class AzureAccountInfoObject
Defines the Azure account information object.
Method Summary
Modifier and Type | Method and Description |
---|---|
String |
accountName()
Get the accountName value. |
String |
azureSubscriptionId()
Get the azureSubscriptionId value. |
String |
resourceGroup()
Get the resourceGroup value. |
Azure |
withAccountName(String accountName)
Set the accountName value. |
Azure |
withAzureSubscriptionId(String azureSubscriptionId)
Set the azureSubscriptionId value. |
Azure |
withResourceGroup(String resourceGroup)
Set the resourceGroup value. |
Method Details
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:
Applies to
Azure SDK for Java