Compartir a través de


AzureAccountInfoObject Clase

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

public class AzureAccountInfoObject

Define el objeto de información de la cuenta de Azure.

Resumen del método

Modificador y tipo Método y descripción
String accountName()

Obtenga el valor accountName.

String azureSubscriptionId()

Obtenga el valor azureSubscriptionId.

String resourceGroup()

Obtenga el valor resourceGroup.

AzureAccountInfoObject withAccountName(String accountName)

Establezca el valor accountName.

AzureAccountInfoObject withAzureSubscriptionId(String azureSubscriptionId)

Establezca el valor azureSubscriptionId.

AzureAccountInfoObject withResourceGroup(String resourceGroup)

Establezca el valor de resourceGroup.

Detalles del método

accountName

public String accountName()

Obtenga el valor accountName.

Returns:

el valor accountName

azureSubscriptionId

public String azureSubscriptionId()

Obtenga el valor azureSubscriptionId.

Returns:

el valor azureSubscriptionId

resourceGroup

public String resourceGroup()

Obtenga el valor resourceGroup.

Returns:

el valor resourceGroup

withAccountName

public AzureAccountInfoObject withAccountName(String accountName)

Establezca el valor accountName.

Parameters:

accountName - valor accountName que se va a establecer

Returns:

el propio objeto AzureAccountInfoObject.

withAzureSubscriptionId

public AzureAccountInfoObject withAzureSubscriptionId(String azureSubscriptionId)

Establezca el valor azureSubscriptionId.

Parameters:

azureSubscriptionId - el valor azureSubscriptionId que se va a establecer

Returns:

el propio objeto AzureAccountInfoObject.

withResourceGroup

public AzureAccountInfoObject withResourceGroup(String resourceGroup)

Establezca el valor de resourceGroup.

Parameters:

resourceGroup - el valor resourceGroup que se va a establecer

Returns:

el propio objeto AzureAccountInfoObject.

Se aplica a