Class AzureAccountInfoObject


  • public class AzureAccountInfoObject
    extends Object
    Defines the Azure account information object.
    • Constructor Detail

      • AzureAccountInfoObject

        public AzureAccountInfoObject()
    • Method Detail

      • azureSubscriptionId

        public String azureSubscriptionId()
        Get the azureSubscriptionId value.
        Returns:
        the azureSubscriptionId value
      • withAzureSubscriptionId

        public AzureAccountInfoObject withAzureSubscriptionId​(String azureSubscriptionId)
        Set the azureSubscriptionId value.
        Parameters:
        azureSubscriptionId - the azureSubscriptionId value to set
        Returns:
        the AzureAccountInfoObject object itself.
      • resourceGroup

        public String resourceGroup()
        Get the resourceGroup value.
        Returns:
        the resourceGroup value
      • withResourceGroup

        public AzureAccountInfoObject withResourceGroup​(String resourceGroup)
        Set the resourceGroup value.
        Parameters:
        resourceGroup - the resourceGroup value to set
        Returns:
        the AzureAccountInfoObject object itself.
      • accountName

        public String accountName()
        Get the accountName value.
        Returns:
        the accountName value
      • withAccountName

        public AzureAccountInfoObject withAccountName​(String accountName)
        Set the accountName value.
        Parameters:
        accountName - the accountName value to set
        Returns:
        the AzureAccountInfoObject object itself.