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.47.1 published on Monday, Jun 24, 2024 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.47.1 published on Monday, Jun 24, 2024 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)
// Output-based functions aren't available in Java yet
fn::invoke:
function: azure-native:openenergyplatform:listEnergyServicePartitions
arguments:
# arguments dictionary
The following arguments are supported:
- Resource
Group stringName - The name of the resource group. The name is case insensitive.
- Resource
Name string - The resource name.
- Resource
Group stringName - The name of the resource group. The name is case insensitive.
- Resource
Name string - The resource name.
- resource
Group StringName - The name of the resource group. The name is case insensitive.
- resource
Name String - The resource name.
- resource
Group stringName - The name of the resource group. The name is case insensitive.
- resource
Name string - The resource name.
- resource_
group_ strname - The name of the resource group. The name is case insensitive.
- resource_
name str - The resource name.
- resource
Group StringName - The name of the resource group. The name is case insensitive.
- resource
Name String - The resource name.
listEnergyServicePartitions Result
The following output properties are available:
- Data
Partition 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.
- Data
Partition []DataInfo Partition Properties Response - List of data partitions along with their properties in a given OEP resource.
- data
Partition List<DataInfo Partition Properties Response> - List of data partitions along with their properties in a given OEP resource.
- data
Partition 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.
- data
Partition 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
- Provisioning
State string - Name of the data partition
- Name string
- Name of the data partition
- Provisioning
State string - Name of the data partition
- name String
- Name of the data partition
- provisioning
State String - Name of the data partition
- name string
- Name of the data partition
- provisioning
State 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
- provisioning
State 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.47.1 published on Monday, Jun 24, 2024 by Pulumi