com.pulumi.azure.compute.inputs.GetSshPublicKeyArgs 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.azure.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.Map;
import java.util.Objects;
import java.util.Optional;
import javax.annotation.Nullable;
public final class GetSshPublicKeyArgs extends com.pulumi.resources.InvokeArgs {
public static final GetSshPublicKeyArgs Empty = new GetSshPublicKeyArgs();
/**
* The name of this SSH Public Key.
*
*/
@Import(name="name", required=true)
private Output name;
/**
* @return The name of this SSH Public Key.
*
*/
public Output name() {
return this.name;
}
/**
* The name of the Resource Group where the SSH Public Key exists.
*
*/
@Import(name="resourceGroupName", required=true)
private Output resourceGroupName;
/**
* @return The name of the Resource Group where the SSH Public Key exists.
*
*/
public Output resourceGroupName() {
return this.resourceGroupName;
}
/**
* A mapping of tags which should be assigned to the SSH Public Key.
*
*/
@Import(name="tags")
private @Nullable Output