This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.89.1 published on Sunday, Mar 2, 2025 by Pulumi
azure-native.confluent.getOrganizationEnvironmentById
Explore with Pulumi AI
This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.89.1 published on Sunday, Mar 2, 2025 by Pulumi
Details about environment name, metadata and environment id of an environment Azure REST API version: 2024-07-01.
Using getOrganizationEnvironmentById
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 getOrganizationEnvironmentById(args: GetOrganizationEnvironmentByIdArgs, opts?: InvokeOptions): Promise<GetOrganizationEnvironmentByIdResult>
function getOrganizationEnvironmentByIdOutput(args: GetOrganizationEnvironmentByIdOutputArgs, opts?: InvokeOptions): Output<GetOrganizationEnvironmentByIdResult>
def get_organization_environment_by_id(environment_id: Optional[str] = None,
organization_name: Optional[str] = None,
resource_group_name: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetOrganizationEnvironmentByIdResult
def get_organization_environment_by_id_output(environment_id: Optional[pulumi.Input[str]] = None,
organization_name: Optional[pulumi.Input[str]] = None,
resource_group_name: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetOrganizationEnvironmentByIdResult]
func LookupOrganizationEnvironmentById(ctx *Context, args *LookupOrganizationEnvironmentByIdArgs, opts ...InvokeOption) (*LookupOrganizationEnvironmentByIdResult, error)
func LookupOrganizationEnvironmentByIdOutput(ctx *Context, args *LookupOrganizationEnvironmentByIdOutputArgs, opts ...InvokeOption) LookupOrganizationEnvironmentByIdResultOutput
> Note: This function is named LookupOrganizationEnvironmentById
in the Go SDK.
public static class GetOrganizationEnvironmentById
{
public static Task<GetOrganizationEnvironmentByIdResult> InvokeAsync(GetOrganizationEnvironmentByIdArgs args, InvokeOptions? opts = null)
public static Output<GetOrganizationEnvironmentByIdResult> Invoke(GetOrganizationEnvironmentByIdInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetOrganizationEnvironmentByIdResult> getOrganizationEnvironmentById(GetOrganizationEnvironmentByIdArgs args, InvokeOptions options)
public static Output<GetOrganizationEnvironmentByIdResult> getOrganizationEnvironmentById(GetOrganizationEnvironmentByIdArgs args, InvokeOptions options)
fn::invoke:
function: azure-native:confluent:getOrganizationEnvironmentById
arguments:
# arguments dictionary
The following arguments are supported:
- Environment
Id string - Confluent environment id
- Organization
Name string - Organization resource name
- Resource
Group stringName - The name of the resource group. The name is case insensitive.
- Environment
Id string - Confluent environment id
- Organization
Name string - Organization resource name
- Resource
Group stringName - The name of the resource group. The name is case insensitive.
- environment
Id String - Confluent environment id
- organization
Name String - Organization resource name
- resource
Group StringName - The name of the resource group. The name is case insensitive.
- environment
Id string - Confluent environment id
- organization
Name string - Organization resource name
- resource
Group stringName - The name of the resource group. The name is case insensitive.
- environment_
id str - Confluent environment id
- organization_
name str - Organization resource name
- resource_
group_ strname - The name of the resource group. The name is case insensitive.
- environment
Id String - Confluent environment id
- organization
Name String - Organization resource name
- resource
Group StringName - The name of the resource group. The name is case insensitive.
getOrganizationEnvironmentById Result
The following output properties are available:
- Id string
- Id of the environment
- Kind string
- Type of environment
- Metadata
Pulumi.
Azure Native. Confluent. Outputs. SCMetadata Entity Response - Metadata of the record
- Name string
- Display name of the environment
- Stream
Governance Pulumi.Config Azure Native. Confluent. Outputs. Stream Governance Config Response - Stream governance configuration
- Type string
- Type of the resource
- Id string
- Id of the environment
- Kind string
- Type of environment
- Metadata
SCMetadata
Entity Response - Metadata of the record
- Name string
- Display name of the environment
- Stream
Governance StreamConfig Governance Config Response - Stream governance configuration
- Type string
- Type of the resource
- id String
- Id of the environment
- kind String
- Type of environment
- metadata
SCMetadata
Entity Response - Metadata of the record
- name String
- Display name of the environment
- stream
Governance StreamConfig Governance Config Response - Stream governance configuration
- type String
- Type of the resource
- id string
- Id of the environment
- kind string
- Type of environment
- metadata
SCMetadata
Entity Response - Metadata of the record
- name string
- Display name of the environment
- stream
Governance StreamConfig Governance Config Response - Stream governance configuration
- type string
- Type of the resource
- id str
- Id of the environment
- kind str
- Type of environment
- metadata
SCMetadata
Entity Response - Metadata of the record
- name str
- Display name of the environment
- stream_
governance_ Streamconfig Governance Config Response - Stream governance configuration
- type str
- Type of the resource
- id String
- Id of the environment
- kind String
- Type of environment
- metadata Property Map
- Metadata of the record
- name String
- Display name of the environment
- stream
Governance Property MapConfig - Stream governance configuration
- type String
- Type of the resource
Supporting Types
SCMetadataEntityResponse
- Created
Timestamp string - Created Date Time
- Deleted
Timestamp string - Deleted Date time
- Resource
Name string - Resource name of the record
- Self string
- Self lookup url
- Updated
Timestamp string - Updated Date time
- Created
Timestamp string - Created Date Time
- Deleted
Timestamp string - Deleted Date time
- Resource
Name string - Resource name of the record
- Self string
- Self lookup url
- Updated
Timestamp string - Updated Date time
- created
Timestamp String - Created Date Time
- deleted
Timestamp String - Deleted Date time
- resource
Name String - Resource name of the record
- self String
- Self lookup url
- updated
Timestamp String - Updated Date time
- created
Timestamp string - Created Date Time
- deleted
Timestamp string - Deleted Date time
- resource
Name string - Resource name of the record
- self string
- Self lookup url
- updated
Timestamp string - Updated Date time
- created_
timestamp str - Created Date Time
- deleted_
timestamp str - Deleted Date time
- resource_
name str - Resource name of the record
- self str
- Self lookup url
- updated_
timestamp str - Updated Date time
- created
Timestamp String - Created Date Time
- deleted
Timestamp String - Deleted Date time
- resource
Name String - Resource name of the record
- self String
- Self lookup url
- updated
Timestamp String - Updated Date time
StreamGovernanceConfigResponse
- Package string
- Stream governance configuration
- Package string
- Stream governance configuration
- package_ String
- Stream governance configuration
- package string
- Stream governance configuration
- package str
- Stream governance configuration
- package String
- Stream governance configuration
Package Details
- Repository
- Azure Native pulumi/pulumi-azure-native
- License
- Apache-2.0
This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.89.1 published on Sunday, Mar 2, 2025 by Pulumi