We recommend using Azure Native.
Azure Classic v5.81.0 published on Monday, Jun 24, 2024 by Pulumi
azure.core.getSubscription
Explore with Pulumi AI
Use this data source to access information about an existing Subscription.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as azure from "@pulumi/azure";
const current = azure.core.getSubscription({});
export const currentSubscriptionDisplayName = current.then(current => current.displayName);
import pulumi
import pulumi_azure as azure
current = azure.core.get_subscription()
pulumi.export("currentSubscriptionDisplayName", current.display_name)
package main
import (
"github.com/pulumi/pulumi-azure/sdk/v5/go/azure/core"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
current, err := core.LookupSubscription(ctx, nil, nil)
if err != nil {
return err
}
ctx.Export("currentSubscriptionDisplayName", current.DisplayName)
return nil
})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Azure = Pulumi.Azure;
return await Deployment.RunAsync(() =>
{
var current = Azure.Core.GetSubscription.Invoke();
return new Dictionary<string, object?>
{
["currentSubscriptionDisplayName"] = current.Apply(getSubscriptionResult => getSubscriptionResult.DisplayName),
};
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.azure.core.CoreFunctions;
import com.pulumi.azure.core.inputs.GetSubscriptionArgs;
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) {
final var current = CoreFunctions.getSubscription();
ctx.export("currentSubscriptionDisplayName", current.applyValue(getSubscriptionResult -> getSubscriptionResult.displayName()));
}
}
variables:
current:
fn::invoke:
Function: azure:core:getSubscription
Arguments: {}
outputs:
currentSubscriptionDisplayName: ${current.displayName}
Using getSubscription
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 getSubscription(args: GetSubscriptionArgs, opts?: InvokeOptions): Promise<GetSubscriptionResult>
function getSubscriptionOutput(args: GetSubscriptionOutputArgs, opts?: InvokeOptions): Output<GetSubscriptionResult>
def get_subscription(subscription_id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetSubscriptionResult
def get_subscription_output(subscription_id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetSubscriptionResult]
func LookupSubscription(ctx *Context, args *LookupSubscriptionArgs, opts ...InvokeOption) (*LookupSubscriptionResult, error)
func LookupSubscriptionOutput(ctx *Context, args *LookupSubscriptionOutputArgs, opts ...InvokeOption) LookupSubscriptionResultOutput
> Note: This function is named LookupSubscription
in the Go SDK.
public static class GetSubscription
{
public static Task<GetSubscriptionResult> InvokeAsync(GetSubscriptionArgs args, InvokeOptions? opts = null)
public static Output<GetSubscriptionResult> Invoke(GetSubscriptionInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetSubscriptionResult> getSubscription(GetSubscriptionArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: azure:core/getSubscription:getSubscription
arguments:
# arguments dictionary
The following arguments are supported:
- Subscription
Id string - Specifies the ID of the subscription. If this argument is omitted, the subscription ID of the current Azure Resource Manager provider is used.
- Subscription
Id string - Specifies the ID of the subscription. If this argument is omitted, the subscription ID of the current Azure Resource Manager provider is used.
- subscription
Id String - Specifies the ID of the subscription. If this argument is omitted, the subscription ID of the current Azure Resource Manager provider is used.
- subscription
Id string - Specifies the ID of the subscription. If this argument is omitted, the subscription ID of the current Azure Resource Manager provider is used.
- subscription_
id str - Specifies the ID of the subscription. If this argument is omitted, the subscription ID of the current Azure Resource Manager provider is used.
- subscription
Id String - Specifies the ID of the subscription. If this argument is omitted, the subscription ID of the current Azure Resource Manager provider is used.
getSubscription Result
The following output properties are available:
- Display
Name string - The subscription display name.
- Id string
- The provider-assigned unique ID for this managed resource.
- Location
Placement stringId - The subscription location placement ID.
- Quota
Id string - The subscription quota ID.
- Spending
Limit string - The subscription spending limit.
- State string
- The subscription state. Possible values are Enabled, Warned, PastDue, Disabled, and Deleted.
- Subscription
Id string - The subscription GUID.
- Dictionary<string, string>
- A mapping of tags assigned to the Subscription.
- Tenant
Id string - The subscription tenant ID.
- Display
Name string - The subscription display name.
- Id string
- The provider-assigned unique ID for this managed resource.
- Location
Placement stringId - The subscription location placement ID.
- Quota
Id string - The subscription quota ID.
- Spending
Limit string - The subscription spending limit.
- State string
- The subscription state. Possible values are Enabled, Warned, PastDue, Disabled, and Deleted.
- Subscription
Id string - The subscription GUID.
- map[string]string
- A mapping of tags assigned to the Subscription.
- Tenant
Id string - The subscription tenant ID.
- display
Name String - The subscription display name.
- id String
- The provider-assigned unique ID for this managed resource.
- location
Placement StringId - The subscription location placement ID.
- quota
Id String - The subscription quota ID.
- spending
Limit String - The subscription spending limit.
- state String
- The subscription state. Possible values are Enabled, Warned, PastDue, Disabled, and Deleted.
- subscription
Id String - The subscription GUID.
- Map<String,String>
- A mapping of tags assigned to the Subscription.
- tenant
Id String - The subscription tenant ID.
- display
Name string - The subscription display name.
- id string
- The provider-assigned unique ID for this managed resource.
- location
Placement stringId - The subscription location placement ID.
- quota
Id string - The subscription quota ID.
- spending
Limit string - The subscription spending limit.
- state string
- The subscription state. Possible values are Enabled, Warned, PastDue, Disabled, and Deleted.
- subscription
Id string - The subscription GUID.
- {[key: string]: string}
- A mapping of tags assigned to the Subscription.
- tenant
Id string - The subscription tenant ID.
- display_
name str - The subscription display name.
- id str
- The provider-assigned unique ID for this managed resource.
- location_
placement_ strid - The subscription location placement ID.
- quota_
id str - The subscription quota ID.
- spending_
limit str - The subscription spending limit.
- state str
- The subscription state. Possible values are Enabled, Warned, PastDue, Disabled, and Deleted.
- subscription_
id str - The subscription GUID.
- Mapping[str, str]
- A mapping of tags assigned to the Subscription.
- tenant_
id str - The subscription tenant ID.
- display
Name String - The subscription display name.
- id String
- The provider-assigned unique ID for this managed resource.
- location
Placement StringId - The subscription location placement ID.
- quota
Id String - The subscription quota ID.
- spending
Limit String - The subscription spending limit.
- state String
- The subscription state. Possible values are Enabled, Warned, PastDue, Disabled, and Deleted.
- subscription
Id String - The subscription GUID.
- Map<String>
- A mapping of tags assigned to the Subscription.
- tenant
Id String - The subscription tenant ID.
Package Details
- Repository
- Azure Classic pulumi/pulumi-azure
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
azurerm
Terraform Provider.