Freigeben über


AzureAccountInfoObject Class

  • java.lang.Object
    • com.microsoft.azure.cognitiveservices.language.luis.authoring.models.AzureAccountInfoObject

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.

AzureAccountInfoObject withAccountName(String accountName)

Set the accountName value.

AzureAccountInfoObject withAzureSubscriptionId(String azureSubscriptionId)

Set the azureSubscriptionId value.

AzureAccountInfoObject withResourceGroup(String resourceGroup)

Set the resourceGroup value.

Method Details

accountName

public String accountName()

Get the accountName value.

Returns:

the accountName value

azureSubscriptionId

public String azureSubscriptionId()

Get the azureSubscriptionId value.

Returns:

the azureSubscriptionId value

resourceGroup

public String resourceGroup()

Get the resourceGroup value.

Returns:

the resourceGroup value

withAccountName

public AzureAccountInfoObject withAccountName(String accountName)

Set the accountName value.

Parameters:

accountName - the accountName value to set

Returns:

the AzureAccountInfoObject object itself.

withAzureSubscriptionId

public AzureAccountInfoObject withAzureSubscriptionId(String azureSubscriptionId)

Set the azureSubscriptionId value.

Parameters:

azureSubscriptionId - the azureSubscriptionId value to set

Returns:

the AzureAccountInfoObject object itself.

withResourceGroup

public AzureAccountInfoObject withResourceGroup(String resourceGroup)

Set the resourceGroup value.

Parameters:

resourceGroup - the resourceGroup value to set

Returns:

the AzureAccountInfoObject object itself.

Applies to