
com.pulumi.azurenative.workloads.inputs.DeployerVmPackagesArgs Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of azure-native Show documentation
Show all versions of azure-native Show documentation
A native Pulumi package for creating and managing Azure resources.
// *** WARNING: this file was generated by pulumi-java-gen. ***
// *** Do not edit by hand unless you're certain you know what you are doing! ***
package com.pulumi.azurenative.workloads.inputs;
import com.pulumi.core.Output;
import com.pulumi.core.annotations.Import;
import java.lang.String;
import java.util.Objects;
import java.util.Optional;
import javax.annotation.Nullable;
/**
* Defines the url and storage account ID where deployer VM packages are uploaded
*
*/
public final class DeployerVmPackagesArgs extends com.pulumi.resources.ResourceArgs {
public static final DeployerVmPackagesArgs Empty = new DeployerVmPackagesArgs();
/**
* The deployer VM packages storage account id
*
*/
@Import(name="storageAccountId")
private @Nullable Output storageAccountId;
/**
* @return The deployer VM packages storage account id
*
*/
public Optional
© 2015 - 2025 Weber Informatics LLC | Privacy Policy