1. Packages
  2. Azure Native
  3. API Docs
  4. azurestack
  5. getRegistration
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.37.0 published on Monday, Apr 15, 2024 by Pulumi

azure-native.azurestack.getRegistration

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.37.0 published on Monday, Apr 15, 2024 by Pulumi

    Returns the properties of an Azure Stack registration. Azure REST API version: 2022-06-01.

    Other available API versions: 2020-06-01-preview.

    Using getRegistration

    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 getRegistration(args: GetRegistrationArgs, opts?: InvokeOptions): Promise<GetRegistrationResult>
    function getRegistrationOutput(args: GetRegistrationOutputArgs, opts?: InvokeOptions): Output<GetRegistrationResult>
    def get_registration(registration_name: Optional[str] = None,
                         resource_group: Optional[str] = None,
                         opts: Optional[InvokeOptions] = None) -> GetRegistrationResult
    def get_registration_output(registration_name: Optional[pulumi.Input[str]] = None,
                         resource_group: Optional[pulumi.Input[str]] = None,
                         opts: Optional[InvokeOptions] = None) -> Output[GetRegistrationResult]
    func LookupRegistration(ctx *Context, args *LookupRegistrationArgs, opts ...InvokeOption) (*LookupRegistrationResult, error)
    func LookupRegistrationOutput(ctx *Context, args *LookupRegistrationOutputArgs, opts ...InvokeOption) LookupRegistrationResultOutput

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

    public static class GetRegistration 
    {
        public static Task<GetRegistrationResult> InvokeAsync(GetRegistrationArgs args, InvokeOptions? opts = null)
        public static Output<GetRegistrationResult> Invoke(GetRegistrationInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetRegistrationResult> getRegistration(GetRegistrationArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: azure-native:azurestack:getRegistration
      arguments:
        # arguments dictionary

    The following arguments are supported:

    RegistrationName string
    Name of the Azure Stack registration.
    ResourceGroup string
    Name of the resource group.
    RegistrationName string
    Name of the Azure Stack registration.
    ResourceGroup string
    Name of the resource group.
    registrationName String
    Name of the Azure Stack registration.
    resourceGroup String
    Name of the resource group.
    registrationName string
    Name of the Azure Stack registration.
    resourceGroup string
    Name of the resource group.
    registration_name str
    Name of the Azure Stack registration.
    resource_group str
    Name of the resource group.
    registrationName String
    Name of the Azure Stack registration.
    resourceGroup String
    Name of the resource group.

    getRegistration Result

    The following output properties are available:

    Id string
    ID of the resource.
    Location string
    Location of the resource.
    Name string
    Name of the resource.
    Type string
    Type of Resource.
    BillingModel string
    Specifies the billing mode for the Azure Stack registration.
    CloudId string
    The identifier of the registered Azure Stack.
    Etag string
    The entity tag used for optimistic concurrency when modifying the resource.
    ObjectId string
    The object identifier associated with the Azure Stack connecting to Azure.
    Tags Dictionary<string, string>
    Custom tags for the resource.
    Id string
    ID of the resource.
    Location string
    Location of the resource.
    Name string
    Name of the resource.
    Type string
    Type of Resource.
    BillingModel string
    Specifies the billing mode for the Azure Stack registration.
    CloudId string
    The identifier of the registered Azure Stack.
    Etag string
    The entity tag used for optimistic concurrency when modifying the resource.
    ObjectId string
    The object identifier associated with the Azure Stack connecting to Azure.
    Tags map[string]string
    Custom tags for the resource.
    id String
    ID of the resource.
    location String
    Location of the resource.
    name String
    Name of the resource.
    type String
    Type of Resource.
    billingModel String
    Specifies the billing mode for the Azure Stack registration.
    cloudId String
    The identifier of the registered Azure Stack.
    etag String
    The entity tag used for optimistic concurrency when modifying the resource.
    objectId String
    The object identifier associated with the Azure Stack connecting to Azure.
    tags Map<String,String>
    Custom tags for the resource.
    id string
    ID of the resource.
    location string
    Location of the resource.
    name string
    Name of the resource.
    type string
    Type of Resource.
    billingModel string
    Specifies the billing mode for the Azure Stack registration.
    cloudId string
    The identifier of the registered Azure Stack.
    etag string
    The entity tag used for optimistic concurrency when modifying the resource.
    objectId string
    The object identifier associated with the Azure Stack connecting to Azure.
    tags {[key: string]: string}
    Custom tags for the resource.
    id str
    ID of the resource.
    location str
    Location of the resource.
    name str
    Name of the resource.
    type str
    Type of Resource.
    billing_model str
    Specifies the billing mode for the Azure Stack registration.
    cloud_id str
    The identifier of the registered Azure Stack.
    etag str
    The entity tag used for optimistic concurrency when modifying the resource.
    object_id str
    The object identifier associated with the Azure Stack connecting to Azure.
    tags Mapping[str, str]
    Custom tags for the resource.
    id String
    ID of the resource.
    location String
    Location of the resource.
    name String
    Name of the resource.
    type String
    Type of Resource.
    billingModel String
    Specifies the billing mode for the Azure Stack registration.
    cloudId String
    The identifier of the registered Azure Stack.
    etag String
    The entity tag used for optimistic concurrency when modifying the resource.
    objectId String
    The object identifier associated with the Azure Stack connecting to Azure.
    tags Map<String>
    Custom tags for the resource.

    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.37.0 published on Monday, Apr 15, 2024 by Pulumi