Class AzureCustomerManagedBootDiagnostics

    • Constructor Detail

      • AzureCustomerManagedBootDiagnostics

        public AzureCustomerManagedBootDiagnostics()
        No args constructor for use in serialization
      • AzureCustomerManagedBootDiagnostics

        public AzureCustomerManagedBootDiagnostics​(String storageAccountURI)
    • Method Detail

      • getStorageAccountURI

        public String getStorageAccountURI()
        storageAccountURI is the URI of the customer managed storage account. The URI typically will be `https://<mystorageaccountname>.blob.core.windows.net/` but may differ if you are using Azure DNS zone endpoints. You can find the correct endpoint by looking for the Blob Primary Endpoint in the endpoints tab in the Azure console.
      • setStorageAccountURI

        public void setStorageAccountURI​(String storageAccountURI)
        storageAccountURI is the URI of the customer managed storage account. The URI typically will be `https://<mystorageaccountname>.blob.core.windows.net/` but may differ if you are using Azure DNS zone endpoints. You can find the correct endpoint by looking for the Blob Primary Endpoint in the endpoints tab in the Azure console.
      • getAdditionalProperties

        public Map<String,​Object> getAdditionalProperties()
      • setAdditionalProperty

        public void setAdditionalProperty​(String name,
                                          Object value)
      • setAdditionalProperties

        public void setAdditionalProperties​(Map<String,​Object> additionalProperties)