azure-native.datacatalog.getADCCatalog
Explore with Pulumi AI
The Get Azure Data Catalog Service operation retrieves a json representation of the data catalog. Azure REST API version: 2016-03-30.
Using getADCCatalog
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 getADCCatalog(args: GetADCCatalogArgs, opts?: InvokeOptions): Promise<GetADCCatalogResult>
function getADCCatalogOutput(args: GetADCCatalogOutputArgs, opts?: InvokeOptions): Output<GetADCCatalogResult>
def get_adc_catalog(catalog_name: Optional[str] = None,
resource_group_name: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetADCCatalogResult
def get_adc_catalog_output(catalog_name: Optional[pulumi.Input[str]] = None,
resource_group_name: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetADCCatalogResult]
func LookupADCCatalog(ctx *Context, args *LookupADCCatalogArgs, opts ...InvokeOption) (*LookupADCCatalogResult, error)
func LookupADCCatalogOutput(ctx *Context, args *LookupADCCatalogOutputArgs, opts ...InvokeOption) LookupADCCatalogResultOutput
> Note: This function is named LookupADCCatalog
in the Go SDK.
public static class GetADCCatalog
{
public static Task<GetADCCatalogResult> InvokeAsync(GetADCCatalogArgs args, InvokeOptions? opts = null)
public static Output<GetADCCatalogResult> Invoke(GetADCCatalogInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetADCCatalogResult> getADCCatalog(GetADCCatalogArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: azure-native:datacatalog:getADCCatalog
arguments:
# arguments dictionary
The following arguments are supported:
- Catalog
Name string The name of the data catalog in the specified subscription and resource group.
- Resource
Group stringName The name of the resource group within the user's subscription. The name is case insensitive.
- Catalog
Name string The name of the data catalog in the specified subscription and resource group.
- Resource
Group stringName The name of the resource group within the user's subscription. The name is case insensitive.
- catalog
Name String The name of the data catalog in the specified subscription and resource group.
- resource
Group StringName The name of the resource group within the user's subscription. The name is case insensitive.
- catalog
Name string The name of the data catalog in the specified subscription and resource group.
- resource
Group stringName The name of the resource group within the user's subscription. The name is case insensitive.
- catalog_
name str The name of the data catalog in the specified subscription and resource group.
- resource_
group_ strname The name of the resource group within the user's subscription. The name is case insensitive.
- catalog
Name String The name of the data catalog in the specified subscription and resource group.
- resource
Group StringName The name of the resource group within the user's subscription. The name is case insensitive.
getADCCatalog Result
The following output properties are available:
- Id string
Resource Id
- Name string
Resource name
- Type string
Resource type
- Admins
List<Pulumi.
Azure Native. Data Catalog. Outputs. Principals Response> Azure data catalog admin list.
- Enable
Automatic boolUnit Adjustment Automatic unit adjustment enabled or not.
- Etag string
Resource etag
- Location string
Resource location
- Sku string
Azure data catalog SKU.
- Successfully
Provisioned bool Azure data catalog provision status.
- Dictionary<string, string>
Resource tags
- Units int
Azure data catalog units.
- Users
List<Pulumi.
Azure Native. Data Catalog. Outputs. Principals Response> Azure data catalog user list.
- Id string
Resource Id
- Name string
Resource name
- Type string
Resource type
- Admins
[]Principals
Response Azure data catalog admin list.
- Enable
Automatic boolUnit Adjustment Automatic unit adjustment enabled or not.
- Etag string
Resource etag
- Location string
Resource location
- Sku string
Azure data catalog SKU.
- Successfully
Provisioned bool Azure data catalog provision status.
- map[string]string
Resource tags
- Units int
Azure data catalog units.
- Users
[]Principals
Response Azure data catalog user list.
- id String
Resource Id
- name String
Resource name
- type String
Resource type
- admins
List<Principals
Response> Azure data catalog admin list.
- enable
Automatic BooleanUnit Adjustment Automatic unit adjustment enabled or not.
- etag String
Resource etag
- location String
Resource location
- sku String
Azure data catalog SKU.
- successfully
Provisioned Boolean Azure data catalog provision status.
- Map<String,String>
Resource tags
- units Integer
Azure data catalog units.
- users
List<Principals
Response> Azure data catalog user list.
- id string
Resource Id
- name string
Resource name
- type string
Resource type
- admins
Principals
Response[] Azure data catalog admin list.
- enable
Automatic booleanUnit Adjustment Automatic unit adjustment enabled or not.
- etag string
Resource etag
- location string
Resource location
- sku string
Azure data catalog SKU.
- successfully
Provisioned boolean Azure data catalog provision status.
- {[key: string]: string}
Resource tags
- units number
Azure data catalog units.
- users
Principals
Response[] Azure data catalog user list.
- id str
Resource Id
- name str
Resource name
- type str
Resource type
- admins
Sequence[Principals
Response] Azure data catalog admin list.
- enable_
automatic_ boolunit_ adjustment Automatic unit adjustment enabled or not.
- etag str
Resource etag
- location str
Resource location
- sku str
Azure data catalog SKU.
- successfully_
provisioned bool Azure data catalog provision status.
- Mapping[str, str]
Resource tags
- units int
Azure data catalog units.
- users
Sequence[Principals
Response] Azure data catalog user list.
- id String
Resource Id
- name String
Resource name
- type String
Resource type
- admins List<Property Map>
Azure data catalog admin list.
- enable
Automatic BooleanUnit Adjustment Automatic unit adjustment enabled or not.
- etag String
Resource etag
- location String
Resource location
- sku String
Azure data catalog SKU.
- successfully
Provisioned Boolean Azure data catalog provision status.
- Map<String>
Resource tags
- units Number
Azure data catalog units.
- users List<Property Map>
Azure data catalog user list.
Supporting Types
PrincipalsResponse
Package Details
- Repository
- Azure Native pulumi/pulumi-azure-native
- License
- Apache-2.0