Class ImageTemplateVhdDistributorArgs.Builder

    • Method Detail

      • artifactTags

        public ImageTemplateVhdDistributorArgs.Builder artifactTags​(@Nullable
                                                                    com.pulumi.core.Output<java.util.Map<java.lang.String,​java.lang.String>> artifactTags)
        Parameters:
        artifactTags - Tags that will be applied to the artifact once it has been created/updated by the distributor.
        Returns:
        builder
      • artifactTags

        public ImageTemplateVhdDistributorArgs.Builder artifactTags​(java.util.Map<java.lang.String,​java.lang.String> artifactTags)
        Parameters:
        artifactTags - Tags that will be applied to the artifact once it has been created/updated by the distributor.
        Returns:
        builder
      • runOutputName

        public ImageTemplateVhdDistributorArgs.Builder runOutputName​(com.pulumi.core.Output<java.lang.String> runOutputName)
        Parameters:
        runOutputName - The name to be used for the associated RunOutput.
        Returns:
        builder
      • runOutputName

        public ImageTemplateVhdDistributorArgs.Builder runOutputName​(java.lang.String runOutputName)
        Parameters:
        runOutputName - The name to be used for the associated RunOutput.
        Returns:
        builder
      • uri

        public ImageTemplateVhdDistributorArgs.Builder uri​(@Nullable
                                                           com.pulumi.core.Output<java.lang.String> uri)
        Parameters:
        uri - Optional Azure Storage URI for the distributed VHD blob. Omit to use the default (empty string) in which case VHD would be published to the storage account in the staging resource group.
        Returns:
        builder
      • uri

        public ImageTemplateVhdDistributorArgs.Builder uri​(java.lang.String uri)
        Parameters:
        uri - Optional Azure Storage URI for the distributed VHD blob. Omit to use the default (empty string) in which case VHD would be published to the storage account in the staging resource group.
        Returns:
        builder