Azure Native v1.102.0, May 2 23
Azure Native v1.102.0, May 2 23
azure-native.automation.getConnectionType
Explore with Pulumi AI
Retrieve the connection type identified by connection type name. API Version: 2019-06-01.
Using getConnectionType
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 getConnectionType(args: GetConnectionTypeArgs, opts?: InvokeOptions): Promise<GetConnectionTypeResult>
function getConnectionTypeOutput(args: GetConnectionTypeOutputArgs, opts?: InvokeOptions): Output<GetConnectionTypeResult>
def get_connection_type(automation_account_name: Optional[str] = None,
connection_type_name: Optional[str] = None,
resource_group_name: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetConnectionTypeResult
def get_connection_type_output(automation_account_name: Optional[pulumi.Input[str]] = None,
connection_type_name: Optional[pulumi.Input[str]] = None,
resource_group_name: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetConnectionTypeResult]
func LookupConnectionType(ctx *Context, args *LookupConnectionTypeArgs, opts ...InvokeOption) (*LookupConnectionTypeResult, error)
func LookupConnectionTypeOutput(ctx *Context, args *LookupConnectionTypeOutputArgs, opts ...InvokeOption) LookupConnectionTypeResultOutput
> Note: This function is named LookupConnectionType
in the Go SDK.
public static class GetConnectionType
{
public static Task<GetConnectionTypeResult> InvokeAsync(GetConnectionTypeArgs args, InvokeOptions? opts = null)
public static Output<GetConnectionTypeResult> Invoke(GetConnectionTypeInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetConnectionTypeResult> getConnectionType(GetConnectionTypeArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: azure-native:automation:getConnectionType
arguments:
# arguments dictionary
The following arguments are supported:
- Automation
Account stringName The name of the automation account.
- Connection
Type stringName The name of connection type.
- Resource
Group stringName Name of an Azure Resource group.
- Automation
Account stringName The name of the automation account.
- Connection
Type stringName The name of connection type.
- Resource
Group stringName Name of an Azure Resource group.
- automation
Account StringName The name of the automation account.
- connection
Type StringName The name of connection type.
- resource
Group StringName Name of an Azure Resource group.
- automation
Account stringName The name of the automation account.
- connection
Type stringName The name of connection type.
- resource
Group stringName Name of an Azure Resource group.
- automation_
account_ strname The name of the automation account.
- connection_
type_ strname The name of connection type.
- resource_
group_ strname Name of an Azure Resource group.
- automation
Account StringName The name of the automation account.
- connection
Type StringName The name of connection type.
- resource
Group StringName Name of an Azure Resource group.
getConnectionType Result
The following output properties are available:
- Creation
Time string Gets the creation time.
- Field
Definitions Dictionary<string, Pulumi.Azure Native. Automation. Outputs. Field Definition Response> Gets the field definitions of the connection type.
- Id string
Gets the id of the resource.
- Name string
Gets the name of the connection type.
- Type string
Resource type
- Description string
Gets or sets the description.
- Is
Global bool Gets or sets a Boolean value to indicate if the connection type is global.
- Last
Modified stringTime Gets or sets the last modified time.
- Creation
Time string Gets the creation time.
- Field
Definitions map[string]FieldDefinition Response Gets the field definitions of the connection type.
- Id string
Gets the id of the resource.
- Name string
Gets the name of the connection type.
- Type string
Resource type
- Description string
Gets or sets the description.
- Is
Global bool Gets or sets a Boolean value to indicate if the connection type is global.
- Last
Modified stringTime Gets or sets the last modified time.
- creation
Time String Gets the creation time.
- field
Definitions Map<String,FieldDefinition Response> Gets the field definitions of the connection type.
- id String
Gets the id of the resource.
- name String
Gets the name of the connection type.
- type String
Resource type
- description String
Gets or sets the description.
- is
Global Boolean Gets or sets a Boolean value to indicate if the connection type is global.
- last
Modified StringTime Gets or sets the last modified time.
- creation
Time string Gets the creation time.
- field
Definitions {[key: string]: FieldDefinition Response} Gets the field definitions of the connection type.
- id string
Gets the id of the resource.
- name string
Gets the name of the connection type.
- type string
Resource type
- description string
Gets or sets the description.
- is
Global boolean Gets or sets a Boolean value to indicate if the connection type is global.
- last
Modified stringTime Gets or sets the last modified time.
- creation_
time str Gets the creation time.
- field_
definitions Mapping[str, FieldDefinition Response] Gets the field definitions of the connection type.
- id str
Gets the id of the resource.
- name str
Gets the name of the connection type.
- type str
Resource type
- description str
Gets or sets the description.
- is_
global bool Gets or sets a Boolean value to indicate if the connection type is global.
- last_
modified_ strtime Gets or sets the last modified time.
- creation
Time String Gets the creation time.
- field
Definitions Map<Property Map> Gets the field definitions of the connection type.
- id String
Gets the id of the resource.
- name String
Gets the name of the connection type.
- type String
Resource type
- description String
Gets or sets the description.
- is
Global Boolean Gets or sets a Boolean value to indicate if the connection type is global.
- last
Modified StringTime Gets or sets the last modified time.
Supporting Types
FieldDefinitionResponse
- Type string
Gets or sets the type of the connection field definition.
- Is
Encrypted bool Gets or sets the isEncrypted flag of the connection field definition.
- Is
Optional bool Gets or sets the isOptional flag of the connection field definition.
- Type string
Gets or sets the type of the connection field definition.
- Is
Encrypted bool Gets or sets the isEncrypted flag of the connection field definition.
- Is
Optional bool Gets or sets the isOptional flag of the connection field definition.
- type String
Gets or sets the type of the connection field definition.
- is
Encrypted Boolean Gets or sets the isEncrypted flag of the connection field definition.
- is
Optional Boolean Gets or sets the isOptional flag of the connection field definition.
- type string
Gets or sets the type of the connection field definition.
- is
Encrypted boolean Gets or sets the isEncrypted flag of the connection field definition.
- is
Optional boolean Gets or sets the isOptional flag of the connection field definition.
- type str
Gets or sets the type of the connection field definition.
- is_
encrypted bool Gets or sets the isEncrypted flag of the connection field definition.
- is_
optional bool Gets or sets the isOptional flag of the connection field definition.
- type String
Gets or sets the type of the connection field definition.
- is
Encrypted Boolean Gets or sets the isEncrypted flag of the connection field definition.
- is
Optional Boolean Gets or sets the isOptional flag of the connection field definition.
Package Details
- Repository
- Azure Native pulumi/pulumi-azure-native
- License
- Apache-2.0