published on Friday, Mar 20, 2026 by Pulumi
published on Friday, Mar 20, 2026 by Pulumi
This operation will list the cluster peering command, cluster peering passphrase and the vserver peering command
Uses Azure REST API version 2025-09-01-preview.
Other available API versions: 2025-12-15-preview. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native netapp [ApiVersion]. See the version guide for details.
Using listCapacityPoolCachePeeringPassphrases
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 listCapacityPoolCachePeeringPassphrases(args: ListCapacityPoolCachePeeringPassphrasesArgs, opts?: InvokeOptions): Promise<ListCapacityPoolCachePeeringPassphrasesResult>
function listCapacityPoolCachePeeringPassphrasesOutput(args: ListCapacityPoolCachePeeringPassphrasesOutputArgs, opts?: InvokeOptions): Output<ListCapacityPoolCachePeeringPassphrasesResult>def list_capacity_pool_cache_peering_passphrases(account_name: Optional[str] = None,
cache_name: Optional[str] = None,
pool_name: Optional[str] = None,
resource_group_name: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> ListCapacityPoolCachePeeringPassphrasesResult
def list_capacity_pool_cache_peering_passphrases_output(account_name: Optional[pulumi.Input[str]] = None,
cache_name: Optional[pulumi.Input[str]] = None,
pool_name: Optional[pulumi.Input[str]] = None,
resource_group_name: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[ListCapacityPoolCachePeeringPassphrasesResult]func ListCapacityPoolCachePeeringPassphrases(ctx *Context, args *ListCapacityPoolCachePeeringPassphrasesArgs, opts ...InvokeOption) (*ListCapacityPoolCachePeeringPassphrasesResult, error)
func ListCapacityPoolCachePeeringPassphrasesOutput(ctx *Context, args *ListCapacityPoolCachePeeringPassphrasesOutputArgs, opts ...InvokeOption) ListCapacityPoolCachePeeringPassphrasesResultOutput> Note: This function is named ListCapacityPoolCachePeeringPassphrases in the Go SDK.
public static class ListCapacityPoolCachePeeringPassphrases
{
public static Task<ListCapacityPoolCachePeeringPassphrasesResult> InvokeAsync(ListCapacityPoolCachePeeringPassphrasesArgs args, InvokeOptions? opts = null)
public static Output<ListCapacityPoolCachePeeringPassphrasesResult> Invoke(ListCapacityPoolCachePeeringPassphrasesInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<ListCapacityPoolCachePeeringPassphrasesResult> listCapacityPoolCachePeeringPassphrases(ListCapacityPoolCachePeeringPassphrasesArgs args, InvokeOptions options)
public static Output<ListCapacityPoolCachePeeringPassphrasesResult> listCapacityPoolCachePeeringPassphrases(ListCapacityPoolCachePeeringPassphrasesArgs args, InvokeOptions options)
fn::invoke:
function: azure-native:netapp:listCapacityPoolCachePeeringPassphrases
arguments:
# arguments dictionaryThe following arguments are supported:
- Account
Name string - The name of the NetApp account
- Cache
Name string - The name of the cache resource.
- Pool
Name string - The name of the capacity pool
- Resource
Group stringName - The name of the resource group. The name is case insensitive.
- Account
Name string - The name of the NetApp account
- Cache
Name string - The name of the cache resource.
- Pool
Name string - The name of the capacity pool
- Resource
Group stringName - The name of the resource group. The name is case insensitive.
- account
Name String - The name of the NetApp account
- cache
Name String - The name of the cache resource.
- pool
Name String - The name of the capacity pool
- resource
Group StringName - The name of the resource group. The name is case insensitive.
- account
Name string - The name of the NetApp account
- cache
Name string - The name of the cache resource.
- pool
Name string - The name of the capacity pool
- resource
Group stringName - The name of the resource group. The name is case insensitive.
- account_
name str - The name of the NetApp account
- cache_
name str - The name of the cache resource.
- pool_
name str - The name of the capacity pool
- resource_
group_ strname - The name of the resource group. The name is case insensitive.
- account
Name String - The name of the NetApp account
- cache
Name String - The name of the cache resource.
- pool
Name String - The name of the capacity pool
- resource
Group StringName - The name of the resource group. The name is case insensitive.
listCapacityPoolCachePeeringPassphrases Result
The following output properties are available:
- Cluster
Peering stringCommand - The cluster peering command.
- Cluster
Peering stringPassphrase - The cluster peering passphrase.
- Vserver
Peering stringCommand - The vserver peering command.
- Cluster
Peering stringCommand - The cluster peering command.
- Cluster
Peering stringPassphrase - The cluster peering passphrase.
- Vserver
Peering stringCommand - The vserver peering command.
- cluster
Peering StringCommand - The cluster peering command.
- cluster
Peering StringPassphrase - The cluster peering passphrase.
- vserver
Peering StringCommand - The vserver peering command.
- cluster
Peering stringCommand - The cluster peering command.
- cluster
Peering stringPassphrase - The cluster peering passphrase.
- vserver
Peering stringCommand - The vserver peering command.
- cluster_
peering_ strcommand - The cluster peering command.
- cluster_
peering_ strpassphrase - The cluster peering passphrase.
- vserver_
peering_ strcommand - The vserver peering command.
- cluster
Peering StringCommand - The cluster peering command.
- cluster
Peering StringPassphrase - The cluster peering passphrase.
- vserver
Peering StringCommand - The vserver peering command.
Package Details
- Repository
- Azure Native pulumi/pulumi-azure-native
- License
- Apache-2.0
published on Friday, Mar 20, 2026 by Pulumi
