
com.pulumi.azurenative.compute.inputs.GetVirtualMachineScaleSetArgs Maven / Gradle / Ivy
// *** 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.compute.inputs;
import com.pulumi.core.Output;
import com.pulumi.core.annotations.Import;
import com.pulumi.exceptions.MissingRequiredPropertyException;
import java.lang.String;
import java.util.Objects;
import java.util.Optional;
import javax.annotation.Nullable;
public final class GetVirtualMachineScaleSetArgs extends com.pulumi.resources.InvokeArgs {
public static final GetVirtualMachineScaleSetArgs Empty = new GetVirtualMachineScaleSetArgs();
/**
* The expand expression to apply on the operation. 'UserData' retrieves the UserData property of the VM scale set that was provided by the user during the VM scale set Create/Update operation
*
*/
@Import(name="expand")
private @Nullable Output expand;
/**
* @return The expand expression to apply on the operation. 'UserData' retrieves the UserData property of the VM scale set that was provided by the user during the VM scale set Create/Update operation
*
*/
public Optional
© 2015 - 2025 Weber Informatics LLC | Privacy Policy