> + public AzureComputeProviderMetadata(final Builder builder) {
> + super(builder);
> + }
> +
> + public static class Builder extends BaseProviderMetadata.Builder {
> +
> + protected Builder() {
> + super();
> +
> + id("azurecompute-arm")
> + .name("Azure Resource Management ")
> + .apiMetadata(new AzureManagementApiMetadata())
> +
> .endpoint("https://management.azure.com/subscriptions/SUBSCRIPTION_ID")
> + .homepage(URI.create("https://www.windowsazure.com/"))
> +
> .console(URI.create("https://windows.azure.com/default.aspx"))
> + .linkedServices("azureblob", "azurequeue", "azuretable")
This should reference to *existing* providers that can be accessed using the
same account.
---
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs/pull/250/files/8d7d68bf33361d7f5df68c7e7232b03116ed6977#r58621151