Class AbstractAzureClient.AzureCredentials

java.lang.Object
com.pervasive.datarush.azure.AbstractAzureClient.AzureCredentials
Enclosing class:
AbstractAzureClient

public abstract static class AbstractAzureClient.AzureCredentials extends Object
  • Field Details

  • Constructor Details

  • Method Details

    • getAuthType

      public AzureAuthType getAuthType()
    • getEndpointProtocol

      public String getEndpointProtocol()
    • getAccountName

      public String getAccountName()
    • getAccountKey

      public String getAccountKey()
    • getSasKey

      public String getSasKey()
    • getClientId

      public String getClientId()
    • getTenantId

      public String getTenantId()
    • getClientSecret

      public String getClientSecret()
    • getConnectionString

      public String getConnectionString()
    • getEndpoint

      public abstract String getEndpoint(String accountName)