
com.pulumi.azurenative.compute.inputs.VirtualMachineIdentityArgs 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.azurenative.compute.enums.ResourceIdentityType;
import com.pulumi.core.Output;
import com.pulumi.core.annotations.Import;
import java.lang.String;
import java.util.List;
import java.util.Objects;
import java.util.Optional;
import javax.annotation.Nullable;
/**
* Identity for the virtual machine.
*
*/
public final class VirtualMachineIdentityArgs extends com.pulumi.resources.ResourceArgs {
public static final VirtualMachineIdentityArgs Empty = new VirtualMachineIdentityArgs();
/**
* The type of identity used for the virtual machine. The type 'SystemAssigned, UserAssigned' includes both an implicitly created identity and a set of user assigned identities. The type 'None' will remove any identities from the virtual machine.
*
*/
@Import(name="type")
private @Nullable Output type;
/**
* @return The type of identity used for the virtual machine. The type 'SystemAssigned, UserAssigned' includes both an implicitly created identity and a set of user assigned identities. The type 'None' will remove any identities from the virtual machine.
*
*/
public Optional
© 2015 - 2025 Weber Informatics LLC | Privacy Policy