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.47.1 published on Monday, Jun 24, 2024 by Pulumi
azure-native.azurestack.getRegistration
Explore with Pulumi AI
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.47.1 published on Monday, Jun 24, 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:
- Registration
Name string - Name of the Azure Stack registration.
- Resource
Group string - Name of the resource group.
- Registration
Name string - Name of the Azure Stack registration.
- Resource
Group string - Name of the resource group.
- registration
Name String - Name of the Azure Stack registration.
- resource
Group String - Name of the resource group.
- registration
Name string - Name of the Azure Stack registration.
- resource
Group string - Name of the resource group.
- registration_
name str - Name of the Azure Stack registration.
- resource_
group str - Name of the resource group.
- registration
Name String - Name of the Azure Stack registration.
- resource
Group 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.
- Billing
Model string - Specifies the billing mode for the Azure Stack registration.
- Cloud
Id string - The identifier of the registered Azure Stack.
- Etag string
- The entity tag used for optimistic concurrency when modifying the resource.
- Object
Id string - The object identifier associated with the Azure Stack connecting to Azure.
- 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.
- Billing
Model string - Specifies the billing mode for the Azure Stack registration.
- Cloud
Id string - The identifier of the registered Azure Stack.
- Etag string
- The entity tag used for optimistic concurrency when modifying the resource.
- Object
Id string - The object identifier associated with the Azure Stack connecting to Azure.
- 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.
- billing
Model String - Specifies the billing mode for the Azure Stack registration.
- cloud
Id String - The identifier of the registered Azure Stack.
- etag String
- The entity tag used for optimistic concurrency when modifying the resource.
- object
Id String - The object identifier associated with the Azure Stack connecting to Azure.
- 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.
- billing
Model string - Specifies the billing mode for the Azure Stack registration.
- cloud
Id string - The identifier of the registered Azure Stack.
- etag string
- The entity tag used for optimistic concurrency when modifying the resource.
- object
Id string - The object identifier associated with the Azure Stack connecting to Azure.
- {[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.
- 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.
- billing
Model String - Specifies the billing mode for the Azure Stack registration.
- cloud
Id String - The identifier of the registered Azure Stack.
- etag String
- The entity tag used for optimistic concurrency when modifying the resource.
- object
Id String - The object identifier associated with the Azure Stack connecting to Azure.
- Map<String>
- Custom tags for the resource.
Package Details
- Repository
- Azure Native pulumi/pulumi-azure-native
- License
- Apache-2.0
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.47.1 published on Monday, Jun 24, 2024 by Pulumi