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.openenergyplatform.listEnergyServicePartitions
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
Method that gets called when list of partitions is requested. Azure REST API version: 2022-04-04-preview.
Using listEnergyServicePartitions
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 listEnergyServicePartitions(args: ListEnergyServicePartitionsArgs, opts?: InvokeOptions): Promise<ListEnergyServicePartitionsResult>
function listEnergyServicePartitionsOutput(args: ListEnergyServicePartitionsOutputArgs, opts?: InvokeOptions): Output<ListEnergyServicePartitionsResult>def list_energy_service_partitions(resource_group_name: Optional[str] = None,
                                   resource_name: Optional[str] = None,
                                   opts: Optional[InvokeOptions] = None) -> ListEnergyServicePartitionsResult
def list_energy_service_partitions_output(resource_group_name: Optional[pulumi.Input[str]] = None,
                                   resource_name: Optional[pulumi.Input[str]] = None,
                                   opts: Optional[InvokeOptions] = None) -> Output[ListEnergyServicePartitionsResult]func ListEnergyServicePartitions(ctx *Context, args *ListEnergyServicePartitionsArgs, opts ...InvokeOption) (*ListEnergyServicePartitionsResult, error)
func ListEnergyServicePartitionsOutput(ctx *Context, args *ListEnergyServicePartitionsOutputArgs, opts ...InvokeOption) ListEnergyServicePartitionsResultOutput> Note: This function is named ListEnergyServicePartitions in the Go SDK.
public static class ListEnergyServicePartitions 
{
    public static Task<ListEnergyServicePartitionsResult> InvokeAsync(ListEnergyServicePartitionsArgs args, InvokeOptions? opts = null)
    public static Output<ListEnergyServicePartitionsResult> Invoke(ListEnergyServicePartitionsInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<ListEnergyServicePartitionsResult> listEnergyServicePartitions(ListEnergyServicePartitionsArgs args, InvokeOptions options)
public static Output<ListEnergyServicePartitionsResult> listEnergyServicePartitions(ListEnergyServicePartitionsArgs args, InvokeOptions options)
fn::invoke:
  function: azure-native:openenergyplatform:listEnergyServicePartitions
  arguments:
    # arguments dictionaryThe following arguments are supported:
- ResourceGroup stringName 
- The name of the resource group. The name is case insensitive.
- ResourceName string
- The resource name.
- ResourceGroup stringName 
- The name of the resource group. The name is case insensitive.
- ResourceName string
- The resource name.
- resourceGroup StringName 
- The name of the resource group. The name is case insensitive.
- resourceName String
- The resource name.
- resourceGroup stringName 
- The name of the resource group. The name is case insensitive.
- resourceName string
- The resource name.
- resource_group_ strname 
- The name of the resource group. The name is case insensitive.
- resource_name str
- The resource name.
- resourceGroup StringName 
- The name of the resource group. The name is case insensitive.
- resourceName String
- The resource name.
listEnergyServicePartitions Result
The following output properties are available:
- DataPartition List<Pulumi.Info Azure Native. Open Energy Platform. Outputs. Data Partition Properties Response> 
- List of data partitions along with their properties in a given OEP resource.
- DataPartition []DataInfo Partition Properties Response 
- List of data partitions along with their properties in a given OEP resource.
- dataPartition List<DataInfo Partition Properties Response> 
- List of data partitions along with their properties in a given OEP resource.
- dataPartition DataInfo Partition Properties Response[] 
- List of data partitions along with their properties in a given OEP resource.
- data_partition_ Sequence[Datainfo Partition Properties Response] 
- List of data partitions along with their properties in a given OEP resource.
- dataPartition List<Property Map>Info 
- List of data partitions along with their properties in a given OEP resource.
Supporting Types
DataPartitionPropertiesResponse   
- Name string
- Name of the data partition
- ProvisioningState string
- Name of the data partition
- Name string
- Name of the data partition
- ProvisioningState string
- Name of the data partition
- name String
- Name of the data partition
- provisioningState String
- Name of the data partition
- name string
- Name of the data partition
- provisioningState string
- Name of the data partition
- name str
- Name of the data partition
- provisioning_state str
- Name of the data partition
- name String
- Name of the data partition
- provisioningState String
- Name of the data partition
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