Class KeyVaultReference


  • public class KeyVaultReference
    extends Object
    Identifies the Azure key vault associated with a Batch account.
    • Constructor Detail

      • KeyVaultReference

        public KeyVaultReference()
    • Method Detail

      • id

        public String id()
        Get the id value.
        Returns:
        the id value
      • withId

        public KeyVaultReference withId​(String id)
        Set the id value.
        Parameters:
        id - the id value to set
        Returns:
        the KeyVaultReference object itself.
      • url

        public String url()
        Get the url value.
        Returns:
        the url value
      • withUrl

        public KeyVaultReference withUrl​(String url)
        Set the url value.
        Parameters:
        url - the url value to set
        Returns:
        the KeyVaultReference object itself.