These are the docs for Azure Native v1. We recommenend using the latest version, Azure Native v2.
Azure Native v1 v1.104.0 published on Thursday, Jul 6, 2023 by Pulumi
azure-native.openenergyplatform.listEnergyServicePartitions
Explore with Pulumi AI
These are the docs for Azure Native v1. We recommenend using the latest version, Azure Native v2.
Azure Native v1 v1.104.0 published on Thursday, Jul 6, 2023 by Pulumi
Method that gets called when list of partitions is requested. 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-v1 pulumi/pulumi-azure-native
- License
- Apache-2.0
These are the docs for Azure Native v1. We recommenend using the latest version, Azure Native v2.
Azure Native v1 v1.104.0 published on Thursday, Jul 6, 2023 by Pulumi