Azure Native
getPrivateAtlase
An Azure resource which represents which will provision the ability to create private location data. API Version: 2020-02-01-preview.
Using getPrivateAtlase
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 getPrivateAtlase(args: GetPrivateAtlaseArgs, opts?: InvokeOptions): Promise<GetPrivateAtlaseResult>
function getPrivateAtlaseOutput(args: GetPrivateAtlaseOutputArgs, opts?: InvokeOptions): Output<GetPrivateAtlaseResult>
def get_private_atlase(account_name: Optional[str] = None,
private_atlas_name: Optional[str] = None,
resource_group_name: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetPrivateAtlaseResult
def get_private_atlase_output(account_name: Optional[pulumi.Input[str]] = None,
private_atlas_name: Optional[pulumi.Input[str]] = None,
resource_group_name: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetPrivateAtlaseResult]
func LookupPrivateAtlase(ctx *Context, args *LookupPrivateAtlaseArgs, opts ...InvokeOption) (*LookupPrivateAtlaseResult, error)
func LookupPrivateAtlaseOutput(ctx *Context, args *LookupPrivateAtlaseOutputArgs, opts ...InvokeOption) LookupPrivateAtlaseResultOutput
> Note: This function is named LookupPrivateAtlase
in the Go SDK.
public static class GetPrivateAtlase
{
public static Task<GetPrivateAtlaseResult> InvokeAsync(GetPrivateAtlaseArgs args, InvokeOptions? opts = null)
public static Output<GetPrivateAtlaseResult> Invoke(GetPrivateAtlaseInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetPrivateAtlaseResult> getPrivateAtlase(GetPrivateAtlaseArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
Fn::Invoke:
Function: azure-native:maps:getPrivateAtlase
Arguments:
# Arguments dictionary
The following arguments are supported:
- Account
Name string The name of the Maps Account.
- Private
Atlas stringName The name of the Private Atlas instance.
- Resource
Group stringName The name of the resource group. The name is case insensitive.
- Account
Name string The name of the Maps Account.
- Private
Atlas stringName The name of the Private Atlas instance.
- Resource
Group stringName The name of the resource group. The name is case insensitive.
- account
Name String The name of the Maps Account.
- private
Atlas StringName The name of the Private Atlas instance.
- resource
Group StringName The name of the resource group. The name is case insensitive.
- account
Name string The name of the Maps Account.
- private
Atlas stringName The name of the Private Atlas instance.
- resource
Group stringName The name of the resource group. The name is case insensitive.
- account_
name str The name of the Maps Account.
- private_
atlas_ strname The name of the Private Atlas instance.
- resource_
group_ strname The name of the resource group. The name is case insensitive.
- account
Name String The name of the Maps Account.
- private
Atlas StringName The name of the Private Atlas instance.
- resource
Group StringName The name of the resource group. The name is case insensitive.
getPrivateAtlase 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}
- Location string
The geo-location where the resource lives
- Name string
The name of the resource
- Properties
Pulumi.
Azure Native. Maps. Outputs. Private Atlas Properties Response The Private Atlas resource properties.
- Type string
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- Dictionary<string, string>
Resource tags.
- Id string
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
- Location string
The geo-location where the resource lives
- Name string
The name of the resource
- Properties
Private
Atlas Properties Response The Private Atlas resource properties.
- Type string
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- map[string]string
Resource tags.
- id String
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
- location String
The geo-location where the resource lives
- name String
The name of the resource
- properties
Private
Atlas Properties Response The Private Atlas resource properties.
- type String
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- Map<String,String>
Resource tags.
- id string
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
- location string
The geo-location where the resource lives
- name string
The name of the resource
- properties
Private
Atlas Properties Response The Private Atlas resource properties.
- type string
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- {[key: string]: string}
Resource tags.
- id str
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
- location str
The geo-location where the resource lives
- name str
The name of the resource
- properties
Private
Atlas Properties Response The Private Atlas resource properties.
- type str
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- Mapping[str, str]
Resource tags.
- id String
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
- location String
The geo-location where the resource lives
- name String
The name of the resource
- properties Property Map
The Private Atlas resource properties.
- type String
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- Map<String>
Resource tags.
Supporting Types
PrivateAtlasPropertiesResponse
- Provisioning
State string The state of the resource provisioning, terminal states: Succeeded, Failed, Canceled
- Provisioning
State string The state of the resource provisioning, terminal states: Succeeded, Failed, Canceled
- provisioning
State String The state of the resource provisioning, terminal states: Succeeded, Failed, Canceled
- provisioning
State string The state of the resource provisioning, terminal states: Succeeded, Failed, Canceled
- provisioning_
state str The state of the resource provisioning, terminal states: Succeeded, Failed, Canceled
- provisioning
State String The state of the resource provisioning, terminal states: Succeeded, Failed, Canceled
Package Details
- Repository
- https://github.com/pulumi/pulumi-azure-native
- License
- Apache-2.0