azure-native.datalakestore.VirtualNetworkRule

Explore with Pulumi AI

Data Lake Store virtual network rule information. API Version: 2016-11-01.

Example Usage

Creates or updates the specified virtual network rule. During update, the virtual network rule with the specified name will be replaced with this new virtual network rule.

using System.Collections.Generic;
using Pulumi;
using AzureNative = Pulumi.AzureNative;

return await Deployment.RunAsync(() => 
{
    var virtualNetworkRule = new AzureNative.DataLakeStore.VirtualNetworkRule("virtualNetworkRule", new()
    {
        AccountName = "contosoadla",
        ResourceGroupName = "contosorg",
        SubnetId = "test_subnetId",
        VirtualNetworkRuleName = "test_virtual_network_rules_name",
    });

});
package main

import (
	datalakestore "github.com/pulumi/pulumi-azure-native/sdk/go/azure/datalakestore"
	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)

func main() {
	pulumi.Run(func(ctx *pulumi.Context) error {
		_, err := datalakestore.NewVirtualNetworkRule(ctx, "virtualNetworkRule", &datalakestore.VirtualNetworkRuleArgs{
			AccountName:            pulumi.String("contosoadla"),
			ResourceGroupName:      pulumi.String("contosorg"),
			SubnetId:               pulumi.String("test_subnetId"),
			VirtualNetworkRuleName: pulumi.String("test_virtual_network_rules_name"),
		})
		if err != nil {
			return err
		}
		return nil
	})
}
package generated_program;

import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.azurenative.datalakestore.VirtualNetworkRule;
import com.pulumi.azurenative.datalakestore.VirtualNetworkRuleArgs;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;

public class App {
    public static void main(String[] args) {
        Pulumi.run(App::stack);
    }

    public static void stack(Context ctx) {
        var virtualNetworkRule = new VirtualNetworkRule("virtualNetworkRule", VirtualNetworkRuleArgs.builder()        
            .accountName("contosoadla")
            .resourceGroupName("contosorg")
            .subnetId("test_subnetId")
            .virtualNetworkRuleName("test_virtual_network_rules_name")
            .build());

    }
}
import pulumi
import pulumi_azure_native as azure_native

virtual_network_rule = azure_native.datalakestore.VirtualNetworkRule("virtualNetworkRule",
    account_name="contosoadla",
    resource_group_name="contosorg",
    subnet_id="test_subnetId",
    virtual_network_rule_name="test_virtual_network_rules_name")
import * as pulumi from "@pulumi/pulumi";
import * as azure_native from "@pulumi/azure-native";

const virtualNetworkRule = new azure_native.datalakestore.VirtualNetworkRule("virtualNetworkRule", {
    accountName: "contosoadla",
    resourceGroupName: "contosorg",
    subnetId: "test_subnetId",
    virtualNetworkRuleName: "test_virtual_network_rules_name",
});
resources:
  virtualNetworkRule:
    type: azure-native:datalakestore:VirtualNetworkRule
    properties:
      accountName: contosoadla
      resourceGroupName: contosorg
      subnetId: test_subnetId
      virtualNetworkRuleName: test_virtual_network_rules_name

Create VirtualNetworkRule Resource

new VirtualNetworkRule(name: string, args: VirtualNetworkRuleArgs, opts?: CustomResourceOptions);
@overload
def VirtualNetworkRule(resource_name: str,
                       opts: Optional[ResourceOptions] = None,
                       account_name: Optional[str] = None,
                       resource_group_name: Optional[str] = None,
                       subnet_id: Optional[str] = None,
                       virtual_network_rule_name: Optional[str] = None)
@overload
def VirtualNetworkRule(resource_name: str,
                       args: VirtualNetworkRuleArgs,
                       opts: Optional[ResourceOptions] = None)
func NewVirtualNetworkRule(ctx *Context, name string, args VirtualNetworkRuleArgs, opts ...ResourceOption) (*VirtualNetworkRule, error)
public VirtualNetworkRule(string name, VirtualNetworkRuleArgs args, CustomResourceOptions? opts = null)
public VirtualNetworkRule(String name, VirtualNetworkRuleArgs args)
public VirtualNetworkRule(String name, VirtualNetworkRuleArgs args, CustomResourceOptions options)
type: azure-native:datalakestore:VirtualNetworkRule
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.

name string
The unique name of the resource.
args VirtualNetworkRuleArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.
resource_name str
The unique name of the resource.
args VirtualNetworkRuleArgs
The arguments to resource properties.
opts ResourceOptions
Bag of options to control resource's behavior.
ctx Context
Context object for the current deployment.
name string
The unique name of the resource.
args VirtualNetworkRuleArgs
The arguments to resource properties.
opts ResourceOption
Bag of options to control resource's behavior.
name string
The unique name of the resource.
args VirtualNetworkRuleArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.
name String
The unique name of the resource.
args VirtualNetworkRuleArgs
The arguments to resource properties.
options CustomResourceOptions
Bag of options to control resource's behavior.

VirtualNetworkRule Resource Properties

To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

Inputs

The VirtualNetworkRule resource accepts the following input properties:

AccountName string

The name of the Data Lake Store account.

ResourceGroupName string

The name of the Azure resource group.

SubnetId string

The resource identifier for the subnet.

VirtualNetworkRuleName string

The name of the virtual network rule to create or update.

AccountName string

The name of the Data Lake Store account.

ResourceGroupName string

The name of the Azure resource group.

SubnetId string

The resource identifier for the subnet.

VirtualNetworkRuleName string

The name of the virtual network rule to create or update.

accountName String

The name of the Data Lake Store account.

resourceGroupName String

The name of the Azure resource group.

subnetId String

The resource identifier for the subnet.

virtualNetworkRuleName String

The name of the virtual network rule to create or update.

accountName string

The name of the Data Lake Store account.

resourceGroupName string

The name of the Azure resource group.

subnetId string

The resource identifier for the subnet.

virtualNetworkRuleName string

The name of the virtual network rule to create or update.

account_name str

The name of the Data Lake Store account.

resource_group_name str

The name of the Azure resource group.

subnet_id str

The resource identifier for the subnet.

virtual_network_rule_name str

The name of the virtual network rule to create or update.

accountName String

The name of the Data Lake Store account.

resourceGroupName String

The name of the Azure resource group.

subnetId String

The resource identifier for the subnet.

virtualNetworkRuleName String

The name of the virtual network rule to create or update.

Outputs

All input properties are implicitly available as output properties. Additionally, the VirtualNetworkRule resource produces the following output properties:

Id string

The provider-assigned unique ID for this managed resource.

Name string

The resource name.

Type string

The resource type.

Id string

The provider-assigned unique ID for this managed resource.

Name string

The resource name.

Type string

The resource type.

id String

The provider-assigned unique ID for this managed resource.

name String

The resource name.

type String

The resource type.

id string

The provider-assigned unique ID for this managed resource.

name string

The resource name.

type string

The resource type.

id str

The provider-assigned unique ID for this managed resource.

name str

The resource name.

type str

The resource type.

id String

The provider-assigned unique ID for this managed resource.

name String

The resource name.

type String

The resource type.

Import

An existing resource can be imported using its type token, name, and identifier, e.g.

$ pulumi import azure-native:datalakestore:VirtualNetworkRule test_virtual_network_rules_name 34adfa4f-cedf-4dc0-ba29-b6d1a69ab345 

Package Details

Repository
Azure Native pulumi/pulumi-azure-native
License
Apache-2.0