azure-native.portal.getTenantConfiguration
Explore with Pulumi AI
Gets the tenant configuration. Azure REST API version: 2020-09-01-preview.
Using getTenantConfiguration
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 getTenantConfiguration(args: GetTenantConfigurationArgs, opts?: InvokeOptions): Promise<GetTenantConfigurationResult>
function getTenantConfigurationOutput(args: GetTenantConfigurationOutputArgs, opts?: InvokeOptions): Output<GetTenantConfigurationResult>
def get_tenant_configuration(configuration_name: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetTenantConfigurationResult
def get_tenant_configuration_output(configuration_name: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetTenantConfigurationResult]
func LookupTenantConfiguration(ctx *Context, args *LookupTenantConfigurationArgs, opts ...InvokeOption) (*LookupTenantConfigurationResult, error)
func LookupTenantConfigurationOutput(ctx *Context, args *LookupTenantConfigurationOutputArgs, opts ...InvokeOption) LookupTenantConfigurationResultOutput
> Note: This function is named LookupTenantConfiguration
in the Go SDK.
public static class GetTenantConfiguration
{
public static Task<GetTenantConfigurationResult> InvokeAsync(GetTenantConfigurationArgs args, InvokeOptions? opts = null)
public static Output<GetTenantConfigurationResult> Invoke(GetTenantConfigurationInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetTenantConfigurationResult> getTenantConfiguration(GetTenantConfigurationArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: azure-native:portal:getTenantConfiguration
arguments:
# arguments dictionary
The following arguments are supported:
- Configuration
Name string The configuration name. Value must be 'default'
- Configuration
Name string The configuration name. Value must be 'default'
- configuration
Name String The configuration name. Value must be 'default'
- configuration
Name string The configuration name. Value must be 'default'
- configuration_
name str The configuration name. Value must be 'default'
- configuration
Name String The configuration name. Value must be 'default'
getTenantConfiguration Result
The following output properties are available:
- Id string
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
- Name string
The name of the resource
- Type string
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- Enforce
Private boolMarkdown Storage When flag is set to true Markdown tile will require external storage configuration (URI). The inline content configuration will be prohibited.
- Id string
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
- Name string
The name of the resource
- Type string
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- Enforce
Private boolMarkdown Storage When flag is set to true Markdown tile will require external storage configuration (URI). The inline content configuration will be prohibited.
- id String
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
- name String
The name of the resource
- type String
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- enforce
Private BooleanMarkdown Storage When flag is set to true Markdown tile will require external storage configuration (URI). The inline content configuration will be prohibited.
- id string
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
- name string
The name of the resource
- type string
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- enforce
Private booleanMarkdown Storage When flag is set to true Markdown tile will require external storage configuration (URI). The inline content configuration will be prohibited.
- id str
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
- name str
The name of the resource
- type str
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- enforce_
private_ boolmarkdown_ storage When flag is set to true Markdown tile will require external storage configuration (URI). The inline content configuration will be prohibited.
- id String
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
- name String
The name of the resource
- type String
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- enforce
Private BooleanMarkdown Storage When flag is set to true Markdown tile will require external storage configuration (URI). The inline content configuration will be prohibited.
Package Details
- Repository
- Azure Native pulumi/pulumi-azure-native
- License
- Apache-2.0