azure-native.hybriddata.getDataManager
Explore with Pulumi AI
Gets information about the specified data manager resource. API Version: 2019-06-01.
Using getDataManager
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 getDataManager(args: GetDataManagerArgs, opts?: InvokeOptions): Promise<GetDataManagerResult>
function getDataManagerOutput(args: GetDataManagerOutputArgs, opts?: InvokeOptions): Output<GetDataManagerResult>
def get_data_manager(data_manager_name: Optional[str] = None,
resource_group_name: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetDataManagerResult
def get_data_manager_output(data_manager_name: Optional[pulumi.Input[str]] = None,
resource_group_name: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetDataManagerResult]
func LookupDataManager(ctx *Context, args *LookupDataManagerArgs, opts ...InvokeOption) (*LookupDataManagerResult, error)
func LookupDataManagerOutput(ctx *Context, args *LookupDataManagerOutputArgs, opts ...InvokeOption) LookupDataManagerResultOutput
> Note: This function is named LookupDataManager
in the Go SDK.
public static class GetDataManager
{
public static Task<GetDataManagerResult> InvokeAsync(GetDataManagerArgs args, InvokeOptions? opts = null)
public static Output<GetDataManagerResult> Invoke(GetDataManagerInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetDataManagerResult> getDataManager(GetDataManagerArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: azure-native:hybriddata:getDataManager
arguments:
# arguments dictionary
The following arguments are supported:
- Data
Manager stringName The name of the DataManager Resource within the specified resource group. DataManager names must be between 3 and 24 characters in length and use any alphanumeric and underscore only
- Resource
Group stringName The Resource Group Name
- Data
Manager stringName The name of the DataManager Resource within the specified resource group. DataManager names must be between 3 and 24 characters in length and use any alphanumeric and underscore only
- Resource
Group stringName The Resource Group Name
- data
Manager StringName The name of the DataManager Resource within the specified resource group. DataManager names must be between 3 and 24 characters in length and use any alphanumeric and underscore only
- resource
Group StringName The Resource Group Name
- data
Manager stringName The name of the DataManager Resource within the specified resource group. DataManager names must be between 3 and 24 characters in length and use any alphanumeric and underscore only
- resource
Group stringName The Resource Group Name
- data_
manager_ strname The name of the DataManager Resource within the specified resource group. DataManager names must be between 3 and 24 characters in length and use any alphanumeric and underscore only
- resource_
group_ strname The Resource Group Name
- data
Manager StringName The name of the DataManager Resource within the specified resource group. DataManager names must be between 3 and 24 characters in length and use any alphanumeric and underscore only
- resource
Group StringName The Resource Group Name
getDataManager Result
The following output properties are available:
- Id string
The Resource Id.
- Location string
The location of the resource. This will be one of the supported and registered Azure Geo Regions (e.g. West US, East US, Southeast Asia, etc.). The geo region of a resource cannot be changed once it is created, but if an identical geo region is specified on update the request will succeed.
- Name string
The Resource Name.
- Type string
The Resource type.
- Etag string
Etag of the Resource.
- Sku
Pulumi.
Azure Native. Hybrid Data. Outputs. Sku Response The sku type.
- Dictionary<string, string>
The list of key value pairs that describe the resource. These tags can be used in viewing and grouping this resource (across resource groups).
- Id string
The Resource Id.
- Location string
The location of the resource. This will be one of the supported and registered Azure Geo Regions (e.g. West US, East US, Southeast Asia, etc.). The geo region of a resource cannot be changed once it is created, but if an identical geo region is specified on update the request will succeed.
- Name string
The Resource Name.
- Type string
The Resource type.
- Etag string
Etag of the Resource.
- Sku
Sku
Response The sku type.
- map[string]string
The list of key value pairs that describe the resource. These tags can be used in viewing and grouping this resource (across resource groups).
- id String
The Resource Id.
- location String
The location of the resource. This will be one of the supported and registered Azure Geo Regions (e.g. West US, East US, Southeast Asia, etc.). The geo region of a resource cannot be changed once it is created, but if an identical geo region is specified on update the request will succeed.
- name String
The Resource Name.
- type String
The Resource type.
- etag String
Etag of the Resource.
- sku
Sku
Response The sku type.
- Map<String,String>
The list of key value pairs that describe the resource. These tags can be used in viewing and grouping this resource (across resource groups).
- id string
The Resource Id.
- location string
The location of the resource. This will be one of the supported and registered Azure Geo Regions (e.g. West US, East US, Southeast Asia, etc.). The geo region of a resource cannot be changed once it is created, but if an identical geo region is specified on update the request will succeed.
- name string
The Resource Name.
- type string
The Resource type.
- etag string
Etag of the Resource.
- sku
Sku
Response The sku type.
- {[key: string]: string}
The list of key value pairs that describe the resource. These tags can be used in viewing and grouping this resource (across resource groups).
- id str
The Resource Id.
- location str
The location of the resource. This will be one of the supported and registered Azure Geo Regions (e.g. West US, East US, Southeast Asia, etc.). The geo region of a resource cannot be changed once it is created, but if an identical geo region is specified on update the request will succeed.
- name str
The Resource Name.
- type str
The Resource type.
- etag str
Etag of the Resource.
- sku
Sku
Response The sku type.
- Mapping[str, str]
The list of key value pairs that describe the resource. These tags can be used in viewing and grouping this resource (across resource groups).
- id String
The Resource Id.
- location String
The location of the resource. This will be one of the supported and registered Azure Geo Regions (e.g. West US, East US, Southeast Asia, etc.). The geo region of a resource cannot be changed once it is created, but if an identical geo region is specified on update the request will succeed.
- name String
The Resource Name.
- type String
The Resource type.
- etag String
Etag of the Resource.
- sku Property Map
The sku type.
- Map<String>
The list of key value pairs that describe the resource. These tags can be used in viewing and grouping this resource (across resource groups).
Supporting Types
SkuResponse
Package Details
- Repository
- Azure Native pulumi/pulumi-azure-native
- License
- Apache-2.0