1. Packages
  2. Azure Native
  3. API Docs
  4. elasticsan
  5. getVolumeGroup
This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.9.0 published on Wednesday, Sep 27, 2023 by Pulumi

azure-native.elasticsan.getVolumeGroup

Explore with Pulumi AI

azure-native logo
This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.9.0 published on Wednesday, Sep 27, 2023 by Pulumi

    Get an VolumeGroups. Azure REST API version: 2021-11-20-preview.

    Using getVolumeGroup

    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 getVolumeGroup(args: GetVolumeGroupArgs, opts?: InvokeOptions): Promise<GetVolumeGroupResult>
    function getVolumeGroupOutput(args: GetVolumeGroupOutputArgs, opts?: InvokeOptions): Output<GetVolumeGroupResult>
    def get_volume_group(elastic_san_name: Optional[str] = None,
                         resource_group_name: Optional[str] = None,
                         volume_group_name: Optional[str] = None,
                         opts: Optional[InvokeOptions] = None) -> GetVolumeGroupResult
    def get_volume_group_output(elastic_san_name: Optional[pulumi.Input[str]] = None,
                         resource_group_name: Optional[pulumi.Input[str]] = None,
                         volume_group_name: Optional[pulumi.Input[str]] = None,
                         opts: Optional[InvokeOptions] = None) -> Output[GetVolumeGroupResult]
    func LookupVolumeGroup(ctx *Context, args *LookupVolumeGroupArgs, opts ...InvokeOption) (*LookupVolumeGroupResult, error)
    func LookupVolumeGroupOutput(ctx *Context, args *LookupVolumeGroupOutputArgs, opts ...InvokeOption) LookupVolumeGroupResultOutput

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

    public static class GetVolumeGroup 
    {
        public static Task<GetVolumeGroupResult> InvokeAsync(GetVolumeGroupArgs args, InvokeOptions? opts = null)
        public static Output<GetVolumeGroupResult> Invoke(GetVolumeGroupInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetVolumeGroupResult> getVolumeGroup(GetVolumeGroupArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: azure-native:elasticsan:getVolumeGroup
      arguments:
        # arguments dictionary

    The following arguments are supported:

    ElasticSanName string

    The name of the ElasticSan.

    ResourceGroupName string

    The name of the resource group. The name is case insensitive.

    VolumeGroupName string

    The name of the VolumeGroup.

    ElasticSanName string

    The name of the ElasticSan.

    ResourceGroupName string

    The name of the resource group. The name is case insensitive.

    VolumeGroupName string

    The name of the VolumeGroup.

    elasticSanName String

    The name of the ElasticSan.

    resourceGroupName String

    The name of the resource group. The name is case insensitive.

    volumeGroupName String

    The name of the VolumeGroup.

    elasticSanName string

    The name of the ElasticSan.

    resourceGroupName string

    The name of the resource group. The name is case insensitive.

    volumeGroupName string

    The name of the VolumeGroup.

    elastic_san_name str

    The name of the ElasticSan.

    resource_group_name str

    The name of the resource group. The name is case insensitive.

    volume_group_name str

    The name of the VolumeGroup.

    elasticSanName String

    The name of the ElasticSan.

    resourceGroupName String

    The name of the resource group. The name is case insensitive.

    volumeGroupName String

    The name of the VolumeGroup.

    getVolumeGroup Result

    The following output properties are available:

    Id string

    Azure resource identifier.

    Name string

    Azure resource name.

    ProvisioningState string

    State of the operation on the resource.

    SystemData Pulumi.AzureNative.ElasticSan.Outputs.SystemDataResponse

    Resource metadata required by ARM RPC

    Type string

    Azure resource type.

    Encryption string

    Type of encryption

    NetworkAcls Pulumi.AzureNative.ElasticSan.Outputs.NetworkRuleSetResponse

    A collection of rules governing the accessibility from specific network locations.

    ProtocolType string

    Type of storage target

    Tags Dictionary<string, string>

    Azure resource tags.

    Id string

    Azure resource identifier.

    Name string

    Azure resource name.

    ProvisioningState string

    State of the operation on the resource.

    SystemData SystemDataResponse

    Resource metadata required by ARM RPC

    Type string

    Azure resource type.

    Encryption string

    Type of encryption

    NetworkAcls NetworkRuleSetResponse

    A collection of rules governing the accessibility from specific network locations.

    ProtocolType string

    Type of storage target

    Tags map[string]string

    Azure resource tags.

    id String

    Azure resource identifier.

    name String

    Azure resource name.

    provisioningState String

    State of the operation on the resource.

    systemData SystemDataResponse

    Resource metadata required by ARM RPC

    type String

    Azure resource type.

    encryption String

    Type of encryption

    networkAcls NetworkRuleSetResponse

    A collection of rules governing the accessibility from specific network locations.

    protocolType String

    Type of storage target

    tags Map<String,String>

    Azure resource tags.

    id string

    Azure resource identifier.

    name string

    Azure resource name.

    provisioningState string

    State of the operation on the resource.

    systemData SystemDataResponse

    Resource metadata required by ARM RPC

    type string

    Azure resource type.

    encryption string

    Type of encryption

    networkAcls NetworkRuleSetResponse

    A collection of rules governing the accessibility from specific network locations.

    protocolType string

    Type of storage target

    tags {[key: string]: string}

    Azure resource tags.

    id str

    Azure resource identifier.

    name str

    Azure resource name.

    provisioning_state str

    State of the operation on the resource.

    system_data SystemDataResponse

    Resource metadata required by ARM RPC

    type str

    Azure resource type.

    encryption str

    Type of encryption

    network_acls NetworkRuleSetResponse

    A collection of rules governing the accessibility from specific network locations.

    protocol_type str

    Type of storage target

    tags Mapping[str, str]

    Azure resource tags.

    id String

    Azure resource identifier.

    name String

    Azure resource name.

    provisioningState String

    State of the operation on the resource.

    systemData Property Map

    Resource metadata required by ARM RPC

    type String

    Azure resource type.

    encryption String

    Type of encryption

    networkAcls Property Map

    A collection of rules governing the accessibility from specific network locations.

    protocolType String

    Type of storage target

    tags Map<String>

    Azure resource tags.

    Supporting Types

    NetworkRuleSetResponse

    VirtualNetworkRules []VirtualNetworkRuleResponse

    The list of virtual network rules.

    virtualNetworkRules List<VirtualNetworkRuleResponse>

    The list of virtual network rules.

    virtualNetworkRules VirtualNetworkRuleResponse[]

    The list of virtual network rules.

    virtualNetworkRules List<Property Map>

    The list of virtual network rules.

    SystemDataResponse

    CreatedAt string

    The timestamp of resource creation (UTC).

    CreatedBy string

    The identity that created the resource.

    CreatedByType string

    The type of identity that created the resource.

    LastModifiedAt string

    The timestamp of resource last modification (UTC)

    LastModifiedBy string

    The identity that last modified the resource.

    LastModifiedByType string

    The type of identity that last modified the resource.

    CreatedAt string

    The timestamp of resource creation (UTC).

    CreatedBy string

    The identity that created the resource.

    CreatedByType string

    The type of identity that created the resource.

    LastModifiedAt string

    The timestamp of resource last modification (UTC)

    LastModifiedBy string

    The identity that last modified the resource.

    LastModifiedByType string

    The type of identity that last modified the resource.

    createdAt String

    The timestamp of resource creation (UTC).

    createdBy String

    The identity that created the resource.

    createdByType String

    The type of identity that created the resource.

    lastModifiedAt String

    The timestamp of resource last modification (UTC)

    lastModifiedBy String

    The identity that last modified the resource.

    lastModifiedByType String

    The type of identity that last modified the resource.

    createdAt string

    The timestamp of resource creation (UTC).

    createdBy string

    The identity that created the resource.

    createdByType string

    The type of identity that created the resource.

    lastModifiedAt string

    The timestamp of resource last modification (UTC)

    lastModifiedBy string

    The identity that last modified the resource.

    lastModifiedByType string

    The type of identity that last modified the resource.

    created_at str

    The timestamp of resource creation (UTC).

    created_by str

    The identity that created the resource.

    created_by_type str

    The type of identity that created the resource.

    last_modified_at str

    The timestamp of resource last modification (UTC)

    last_modified_by str

    The identity that last modified the resource.

    last_modified_by_type str

    The type of identity that last modified the resource.

    createdAt String

    The timestamp of resource creation (UTC).

    createdBy String

    The identity that created the resource.

    createdByType String

    The type of identity that created the resource.

    lastModifiedAt String

    The timestamp of resource last modification (UTC)

    lastModifiedBy String

    The identity that last modified the resource.

    lastModifiedByType String

    The type of identity that last modified the resource.

    VirtualNetworkRuleResponse

    State string

    Gets the state of virtual network rule.

    VirtualNetworkResourceId string

    Resource ID of a subnet, for example: /subscriptions/{subscriptionId}/resourceGroups/{groupName}/providers/Microsoft.Network/virtualNetworks/{vnetName}/subnets/{subnetName}.

    Action string

    The action of virtual network rule.

    State string

    Gets the state of virtual network rule.

    VirtualNetworkResourceId string

    Resource ID of a subnet, for example: /subscriptions/{subscriptionId}/resourceGroups/{groupName}/providers/Microsoft.Network/virtualNetworks/{vnetName}/subnets/{subnetName}.

    Action string

    The action of virtual network rule.

    state String

    Gets the state of virtual network rule.

    virtualNetworkResourceId String

    Resource ID of a subnet, for example: /subscriptions/{subscriptionId}/resourceGroups/{groupName}/providers/Microsoft.Network/virtualNetworks/{vnetName}/subnets/{subnetName}.

    action String

    The action of virtual network rule.

    state string

    Gets the state of virtual network rule.

    virtualNetworkResourceId string

    Resource ID of a subnet, for example: /subscriptions/{subscriptionId}/resourceGroups/{groupName}/providers/Microsoft.Network/virtualNetworks/{vnetName}/subnets/{subnetName}.

    action string

    The action of virtual network rule.

    state str

    Gets the state of virtual network rule.

    virtual_network_resource_id str

    Resource ID of a subnet, for example: /subscriptions/{subscriptionId}/resourceGroups/{groupName}/providers/Microsoft.Network/virtualNetworks/{vnetName}/subnets/{subnetName}.

    action str

    The action of virtual network rule.

    state String

    Gets the state of virtual network rule.

    virtualNetworkResourceId String

    Resource ID of a subnet, for example: /subscriptions/{subscriptionId}/resourceGroups/{groupName}/providers/Microsoft.Network/virtualNetworks/{vnetName}/subnets/{subnetName}.

    action String

    The action of virtual network rule.

    Package Details

    Repository
    Azure Native pulumi/pulumi-azure-native
    License
    Apache-2.0
    azure-native logo
    This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
    Azure Native v2.9.0 published on Wednesday, Sep 27, 2023 by Pulumi