All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.pulumi.azurenative.web.WebAppSwiftVirtualNetworkConnectionSlot Maven / Gradle / Ivy

There is a newer version: 2.89.2
Show newest version
// *** 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.web;

import com.pulumi.azurenative.Utilities;
import com.pulumi.azurenative.web.WebAppSwiftVirtualNetworkConnectionSlotArgs;
import com.pulumi.core.Alias;
import com.pulumi.core.Output;
import com.pulumi.core.annotations.Export;
import com.pulumi.core.annotations.ResourceType;
import com.pulumi.core.internal.Codegen;
import java.lang.Boolean;
import java.lang.String;
import java.util.List;
import java.util.Optional;
import javax.annotation.Nullable;

/**
 * Swift Virtual Network Contract. This is used to enable the new Swift way of doing virtual network integration.
 * Azure REST API version: 2022-09-01. Prior API version in Azure Native 1.x: 2020-10-01.
 * 
 * Other available API versions: 2020-10-01, 2023-01-01, 2023-12-01.
 * ## Import
 * 
 * An existing resource can be imported using its type token, name, and identifier, e.g.
 * 
 * ```sh
 * $ pulumi import azure-native:web:WebAppSwiftVirtualNetworkConnectionSlot myresource1 /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/networkConfig/virtualNetwork 
 * ```
 * 
 */
@ResourceType(type="azure-native:web:WebAppSwiftVirtualNetworkConnectionSlot")
public class WebAppSwiftVirtualNetworkConnectionSlot extends com.pulumi.resources.CustomResource {
    /**
     * Kind of resource.
     * 
     */
    @Export(name="kind", refs={String.class}, tree="[0]")
    private Output kind;

    /**
     * @return Kind of resource.
     * 
     */
    public Output> kind() {
        return Codegen.optional(this.kind);
    }
    /**
     * Resource Name.
     * 
     */
    @Export(name="name", refs={String.class}, tree="[0]")
    private Output name;

    /**
     * @return Resource Name.
     * 
     */
    public Output name() {
        return this.name;
    }
    /**
     * The Virtual Network subnet's resource ID. This is the subnet that this Web App will join. This subnet must have a delegation to Microsoft.Web/serverFarms defined first.
     * 
     */
    @Export(name="subnetResourceId", refs={String.class}, tree="[0]")
    private Output subnetResourceId;

    /**
     * @return The Virtual Network subnet's resource ID. This is the subnet that this Web App will join. This subnet must have a delegation to Microsoft.Web/serverFarms defined first.
     * 
     */
    public Output> subnetResourceId() {
        return Codegen.optional(this.subnetResourceId);
    }
    /**
     * A flag that specifies if the scale unit this Web App is on supports Swift integration.
     * 
     */
    @Export(name="swiftSupported", refs={Boolean.class}, tree="[0]")
    private Output swiftSupported;

    /**
     * @return A flag that specifies if the scale unit this Web App is on supports Swift integration.
     * 
     */
    public Output> swiftSupported() {
        return Codegen.optional(this.swiftSupported);
    }
    /**
     * Resource type.
     * 
     */
    @Export(name="type", refs={String.class}, tree="[0]")
    private Output type;

    /**
     * @return Resource type.
     * 
     */
    public Output type() {
        return this.type;
    }

    /**
     *
     * @param name The _unique_ name of the resulting resource.
     */
    public WebAppSwiftVirtualNetworkConnectionSlot(java.lang.String name) {
        this(name, WebAppSwiftVirtualNetworkConnectionSlotArgs.Empty);
    }
    /**
     *
     * @param name The _unique_ name of the resulting resource.
     * @param args The arguments to use to populate this resource's properties.
     */
    public WebAppSwiftVirtualNetworkConnectionSlot(java.lang.String name, WebAppSwiftVirtualNetworkConnectionSlotArgs args) {
        this(name, args, null);
    }
    /**
     *
     * @param name The _unique_ name of the resulting resource.
     * @param args The arguments to use to populate this resource's properties.
     * @param options A bag of options that control this resource's behavior.
     */
    public WebAppSwiftVirtualNetworkConnectionSlot(java.lang.String name, WebAppSwiftVirtualNetworkConnectionSlotArgs args, @Nullable com.pulumi.resources.CustomResourceOptions options) {
        super("azure-native:web:WebAppSwiftVirtualNetworkConnectionSlot", name, makeArgs(args, options), makeResourceOptions(options, Codegen.empty()), false);
    }

    private WebAppSwiftVirtualNetworkConnectionSlot(java.lang.String name, Output id, @Nullable com.pulumi.resources.CustomResourceOptions options) {
        super("azure-native:web:WebAppSwiftVirtualNetworkConnectionSlot", name, null, makeResourceOptions(options, id), false);
    }

    private static WebAppSwiftVirtualNetworkConnectionSlotArgs makeArgs(WebAppSwiftVirtualNetworkConnectionSlotArgs args, @Nullable com.pulumi.resources.CustomResourceOptions options) {
        if (options != null && options.getUrn().isPresent()) {
            return null;
        }
        return args == null ? WebAppSwiftVirtualNetworkConnectionSlotArgs.Empty : args;
    }

    private static com.pulumi.resources.CustomResourceOptions makeResourceOptions(@Nullable com.pulumi.resources.CustomResourceOptions options, @Nullable Output id) {
        var defaultOptions = com.pulumi.resources.CustomResourceOptions.builder()
            .version(Utilities.getVersion())
            .aliases(List.of(
                Output.of(Alias.builder().type("azure-native:web/v20180201:WebAppSwiftVirtualNetworkConnectionSlot").build()),
                Output.of(Alias.builder().type("azure-native:web/v20181101:WebAppSwiftVirtualNetworkConnectionSlot").build()),
                Output.of(Alias.builder().type("azure-native:web/v20190801:WebAppSwiftVirtualNetworkConnectionSlot").build()),
                Output.of(Alias.builder().type("azure-native:web/v20200601:WebAppSwiftVirtualNetworkConnectionSlot").build()),
                Output.of(Alias.builder().type("azure-native:web/v20200901:WebAppSwiftVirtualNetworkConnectionSlot").build()),
                Output.of(Alias.builder().type("azure-native:web/v20201001:WebAppSwiftVirtualNetworkConnectionSlot").build()),
                Output.of(Alias.builder().type("azure-native:web/v20210115:WebAppSwiftVirtualNetworkConnectionSlot").build()),
                Output.of(Alias.builder().type("azure-native:web/v20210201:WebAppSwiftVirtualNetworkConnectionSlot").build()),
                Output.of(Alias.builder().type("azure-native:web/v20210301:WebAppSwiftVirtualNetworkConnectionSlot").build()),
                Output.of(Alias.builder().type("azure-native:web/v20220301:WebAppSwiftVirtualNetworkConnectionSlot").build()),
                Output.of(Alias.builder().type("azure-native:web/v20220901:WebAppSwiftVirtualNetworkConnectionSlot").build()),
                Output.of(Alias.builder().type("azure-native:web/v20230101:WebAppSwiftVirtualNetworkConnectionSlot").build()),
                Output.of(Alias.builder().type("azure-native:web/v20231201:WebAppSwiftVirtualNetworkConnectionSlot").build())
            ))
            .build();
        return com.pulumi.resources.CustomResourceOptions.merge(defaultOptions, options, id);
    }

    /**
     * Get an existing Host resource's state with the given name, ID, and optional extra
     * properties used to qualify the lookup.
     *
     * @param name The _unique_ name of the resulting resource.
     * @param id The _unique_ provider ID of the resource to lookup.
     * @param options Optional settings to control the behavior of the CustomResource.
     */
    public static WebAppSwiftVirtualNetworkConnectionSlot get(java.lang.String name, Output id, @Nullable com.pulumi.resources.CustomResourceOptions options) {
        return new WebAppSwiftVirtualNetworkConnectionSlot(name, id, options);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy