1. Packages
  2. Dynatrace
  3. API Docs
  4. getManagementZones
Dynatrace v0.1.0 published on Wednesday, May 24, 2023 by Lbrlabs

dynatrace.getManagementZones

Explore with Pulumi AI

dynatrace logo
Dynatrace v0.1.0 published on Wednesday, May 24, 2023 by Lbrlabs

    Using getManagementZones

    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 getManagementZones(opts?: InvokeOptions): Promise<GetManagementZonesResult>
    function getManagementZonesOutput(opts?: InvokeOptions): Output<GetManagementZonesResult>
    def get_management_zones(opts: Optional[InvokeOptions] = None) -> GetManagementZonesResult
    def get_management_zones_output(opts: Optional[InvokeOptions] = None) -> Output[GetManagementZonesResult]
    func GetManagementZones(ctx *Context, opts ...InvokeOption) (*GetManagementZonesResult, error)
    func GetManagementZonesOutput(ctx *Context, opts ...InvokeOption) GetManagementZonesResultOutput

    > Note: This function is named GetManagementZones in the Go SDK.

    public static class GetManagementZones 
    {
        public static Task<GetManagementZonesResult> InvokeAsync(InvokeOptions? opts = null)
        public static Output<GetManagementZonesResult> Invoke(InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetManagementZonesResult> getManagementZones(InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: dynatrace:index/getManagementZones:getManagementZones
      arguments:
        # arguments dictionary

    getManagementZones Result

    The following output properties are available:

    Id string
    The provider-assigned unique ID for this managed resource.
    Values List<Lbrlabs.PulumiPackage.Dynatrace.Outputs.GetManagementZonesValue>
    Id string
    The provider-assigned unique ID for this managed resource.
    Values []GetManagementZonesValue
    id String
    The provider-assigned unique ID for this managed resource.
    values List<GetManagementZonesValue>
    id string
    The provider-assigned unique ID for this managed resource.
    values GetManagementZonesValue[]
    id str
    The provider-assigned unique ID for this managed resource.
    values Sequence[GetManagementZonesValue]
    id String
    The provider-assigned unique ID for this managed resource.
    values List<Property Map>

    Supporting Types

    GetManagementZonesValue

    Description string
    Id string
    The ID of this resource.
    LegacyId string
    Name string
    Description string
    Id string
    The ID of this resource.
    LegacyId string
    Name string
    description String
    id String
    The ID of this resource.
    legacyId String
    name String
    description string
    id string
    The ID of this resource.
    legacyId string
    name string
    description str
    id str
    The ID of this resource.
    legacy_id str
    name str
    description String
    id String
    The ID of this resource.
    legacyId String
    name String

    Package Details

    Repository
    dynatrace lbrlabs/pulumi-dynatrace
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the dynatrace Terraform Provider.
    dynatrace logo
    Dynatrace v0.1.0 published on Wednesday, May 24, 2023 by Lbrlabs