spectrocloud 0.23.5 published on Sunday, Apr 20, 2025 by spectrocloud
spectrocloud.getCloudaccountAzure
Explore with Pulumi AI
spectrocloud 0.23.5 published on Sunday, Apr 20, 2025 by spectrocloud
A data source for retrieving information about an Azure cloud account registered in Palette.
Using getCloudaccountAzure
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 getCloudaccountAzure(args: GetCloudaccountAzureArgs, opts?: InvokeOptions): Promise<GetCloudaccountAzureResult>
function getCloudaccountAzureOutput(args: GetCloudaccountAzureOutputArgs, opts?: InvokeOptions): Output<GetCloudaccountAzureResult>
def get_cloudaccount_azure(context: Optional[str] = None,
id: Optional[str] = None,
name: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetCloudaccountAzureResult
def get_cloudaccount_azure_output(context: Optional[pulumi.Input[str]] = None,
id: Optional[pulumi.Input[str]] = None,
name: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetCloudaccountAzureResult]
func LookupCloudaccountAzure(ctx *Context, args *LookupCloudaccountAzureArgs, opts ...InvokeOption) (*LookupCloudaccountAzureResult, error)
func LookupCloudaccountAzureOutput(ctx *Context, args *LookupCloudaccountAzureOutputArgs, opts ...InvokeOption) LookupCloudaccountAzureResultOutput
> Note: This function is named LookupCloudaccountAzure
in the Go SDK.
public static class GetCloudaccountAzure
{
public static Task<GetCloudaccountAzureResult> InvokeAsync(GetCloudaccountAzureArgs args, InvokeOptions? opts = null)
public static Output<GetCloudaccountAzureResult> Invoke(GetCloudaccountAzureInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetCloudaccountAzureResult> getCloudaccountAzure(GetCloudaccountAzureArgs args, InvokeOptions options)
public static Output<GetCloudaccountAzureResult> getCloudaccountAzure(GetCloudaccountAzureArgs args, InvokeOptions options)
fn::invoke:
function: spectrocloud:index/getCloudaccountAzure:getCloudaccountAzure
arguments:
# arguments dictionary
The following arguments are supported:
getCloudaccountAzure Result
The following output properties are available:
- Azure
Client stringId - The unique client ID from Azure Management Portal.
- Azure
Tenant stringId - The tenant ID of the Azure cloud account registered in Palette.
- Disable
Properties boolRequest - The status of the disable properties option.
- Id string
- ID of the Azure cloud account registered in Palette.
- Name string
- Name of the Azure cloud account registered in Palette.
- Tenant
Name string - The name of the Azure tenant.
- Context string
- The context of the cluster. Allowed values are
project
ortenant
or ``.
- Azure
Client stringId - The unique client ID from Azure Management Portal.
- Azure
Tenant stringId - The tenant ID of the Azure cloud account registered in Palette.
- Disable
Properties boolRequest - The status of the disable properties option.
- Id string
- ID of the Azure cloud account registered in Palette.
- Name string
- Name of the Azure cloud account registered in Palette.
- Tenant
Name string - The name of the Azure tenant.
- Context string
- The context of the cluster. Allowed values are
project
ortenant
or ``.
- azure
Client StringId - The unique client ID from Azure Management Portal.
- azure
Tenant StringId - The tenant ID of the Azure cloud account registered in Palette.
- disable
Properties BooleanRequest - The status of the disable properties option.
- id String
- ID of the Azure cloud account registered in Palette.
- name String
- Name of the Azure cloud account registered in Palette.
- tenant
Name String - The name of the Azure tenant.
- context String
- The context of the cluster. Allowed values are
project
ortenant
or ``.
- azure
Client stringId - The unique client ID from Azure Management Portal.
- azure
Tenant stringId - The tenant ID of the Azure cloud account registered in Palette.
- disable
Properties booleanRequest - The status of the disable properties option.
- id string
- ID of the Azure cloud account registered in Palette.
- name string
- Name of the Azure cloud account registered in Palette.
- tenant
Name string - The name of the Azure tenant.
- context string
- The context of the cluster. Allowed values are
project
ortenant
or ``.
- azure_
client_ strid - The unique client ID from Azure Management Portal.
- azure_
tenant_ strid - The tenant ID of the Azure cloud account registered in Palette.
- disable_
properties_ boolrequest - The status of the disable properties option.
- id str
- ID of the Azure cloud account registered in Palette.
- name str
- Name of the Azure cloud account registered in Palette.
- tenant_
name str - The name of the Azure tenant.
- context str
- The context of the cluster. Allowed values are
project
ortenant
or ``.
- azure
Client StringId - The unique client ID from Azure Management Portal.
- azure
Tenant StringId - The tenant ID of the Azure cloud account registered in Palette.
- disable
Properties BooleanRequest - The status of the disable properties option.
- id String
- ID of the Azure cloud account registered in Palette.
- name String
- Name of the Azure cloud account registered in Palette.
- tenant
Name String - The name of the Azure tenant.
- context String
- The context of the cluster. Allowed values are
project
ortenant
or ``.
Package Details
- Repository
- spectrocloud spectrocloud/terraform-provider-spectrocloud
- License
- Notes
- This Pulumi package is based on the
spectrocloud
Terraform Provider.
spectrocloud 0.23.5 published on Sunday, Apr 20, 2025 by spectrocloud