azure-native.datalakestore.getVirtualNetworkRule

Explore with Pulumi AI

Gets the specified Data Lake Store virtual network rule. API Version: 2016-11-01.

Using getVirtualNetworkRule

Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

function getVirtualNetworkRule(args: GetVirtualNetworkRuleArgs, opts?: InvokeOptions): Promise<GetVirtualNetworkRuleResult>
function getVirtualNetworkRuleOutput(args: GetVirtualNetworkRuleOutputArgs, opts?: InvokeOptions): Output<GetVirtualNetworkRuleResult>
def get_virtual_network_rule(account_name: Optional[str] = None,
                             resource_group_name: Optional[str] = None,
                             virtual_network_rule_name: Optional[str] = None,
                             opts: Optional[InvokeOptions] = None) -> GetVirtualNetworkRuleResult
def get_virtual_network_rule_output(account_name: Optional[pulumi.Input[str]] = None,
                             resource_group_name: Optional[pulumi.Input[str]] = None,
                             virtual_network_rule_name: Optional[pulumi.Input[str]] = None,
                             opts: Optional[InvokeOptions] = None) -> Output[GetVirtualNetworkRuleResult]
func LookupVirtualNetworkRule(ctx *Context, args *LookupVirtualNetworkRuleArgs, opts ...InvokeOption) (*LookupVirtualNetworkRuleResult, error)
func LookupVirtualNetworkRuleOutput(ctx *Context, args *LookupVirtualNetworkRuleOutputArgs, opts ...InvokeOption) LookupVirtualNetworkRuleResultOutput

> Note: This function is named LookupVirtualNetworkRule in the Go SDK.

public static class GetVirtualNetworkRule 
{
    public static Task<GetVirtualNetworkRuleResult> InvokeAsync(GetVirtualNetworkRuleArgs args, InvokeOptions? opts = null)
    public static Output<GetVirtualNetworkRuleResult> Invoke(GetVirtualNetworkRuleInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetVirtualNetworkRuleResult> getVirtualNetworkRule(GetVirtualNetworkRuleArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
  function: azure-native:datalakestore:getVirtualNetworkRule
  arguments:
    # arguments dictionary

The following arguments are supported:

AccountName string

The name of the Data Lake Store account.

ResourceGroupName string

The name of the Azure resource group.

VirtualNetworkRuleName string

The name of the virtual network rule to retrieve.

AccountName string

The name of the Data Lake Store account.

ResourceGroupName string

The name of the Azure resource group.

VirtualNetworkRuleName string

The name of the virtual network rule to retrieve.

accountName String

The name of the Data Lake Store account.

resourceGroupName String

The name of the Azure resource group.

virtualNetworkRuleName String

The name of the virtual network rule to retrieve.

accountName string

The name of the Data Lake Store account.

resourceGroupName string

The name of the Azure resource group.

virtualNetworkRuleName string

The name of the virtual network rule to retrieve.

account_name str

The name of the Data Lake Store account.

resource_group_name str

The name of the Azure resource group.

virtual_network_rule_name str

The name of the virtual network rule to retrieve.

accountName String

The name of the Data Lake Store account.

resourceGroupName String

The name of the Azure resource group.

virtualNetworkRuleName String

The name of the virtual network rule to retrieve.

getVirtualNetworkRule Result

The following output properties are available:

Id string

The resource identifier.

Name string

The resource name.

SubnetId string

The resource identifier for the subnet.

Type string

The resource type.

Id string

The resource identifier.

Name string

The resource name.

SubnetId string

The resource identifier for the subnet.

Type string

The resource type.

id String

The resource identifier.

name String

The resource name.

subnetId String

The resource identifier for the subnet.

type String

The resource type.

id string

The resource identifier.

name string

The resource name.

subnetId string

The resource identifier for the subnet.

type string

The resource type.

id str

The resource identifier.

name str

The resource name.

subnet_id str

The resource identifier for the subnet.

type str

The resource type.

id String

The resource identifier.

name String

The resource name.

subnetId String

The resource identifier for the subnet.

type String

The resource type.

Package Details

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