azure-native-v2.netapp.listVolumeReplications
Explore with Pulumi AI
List all replications for a specified volume Azure REST API version: 2022-11-01.
Other available API versions: 2022-11-01-preview, 2023-05-01, 2023-05-01-preview, 2023-07-01, 2023-07-01-preview, 2023-11-01, 2023-11-01-preview, 2024-01-01, 2024-03-01, 2024-03-01-preview, 2024-05-01, 2024-05-01-preview, 2024-07-01, 2024-07-01-preview.
Using listVolumeReplications
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 listVolumeReplications(args: ListVolumeReplicationsArgs, opts?: InvokeOptions): Promise<ListVolumeReplicationsResult>
function listVolumeReplicationsOutput(args: ListVolumeReplicationsOutputArgs, opts?: InvokeOptions): Output<ListVolumeReplicationsResult>def list_volume_replications(account_name: Optional[str] = None,
                             pool_name: Optional[str] = None,
                             resource_group_name: Optional[str] = None,
                             volume_name: Optional[str] = None,
                             opts: Optional[InvokeOptions] = None) -> ListVolumeReplicationsResult
def list_volume_replications_output(account_name: Optional[pulumi.Input[str]] = None,
                             pool_name: Optional[pulumi.Input[str]] = None,
                             resource_group_name: Optional[pulumi.Input[str]] = None,
                             volume_name: Optional[pulumi.Input[str]] = None,
                             opts: Optional[InvokeOptions] = None) -> Output[ListVolumeReplicationsResult]func ListVolumeReplications(ctx *Context, args *ListVolumeReplicationsArgs, opts ...InvokeOption) (*ListVolumeReplicationsResult, error)
func ListVolumeReplicationsOutput(ctx *Context, args *ListVolumeReplicationsOutputArgs, opts ...InvokeOption) ListVolumeReplicationsResultOutput> Note: This function is named ListVolumeReplications in the Go SDK.
public static class ListVolumeReplications 
{
    public static Task<ListVolumeReplicationsResult> InvokeAsync(ListVolumeReplicationsArgs args, InvokeOptions? opts = null)
    public static Output<ListVolumeReplicationsResult> Invoke(ListVolumeReplicationsInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<ListVolumeReplicationsResult> listVolumeReplications(ListVolumeReplicationsArgs args, InvokeOptions options)
public static Output<ListVolumeReplicationsResult> listVolumeReplications(ListVolumeReplicationsArgs args, InvokeOptions options)
fn::invoke:
  function: azure-native:netapp:listVolumeReplications
  arguments:
    # arguments dictionaryThe following arguments are supported:
- Account
Name string - The name of the NetApp account
 - Pool
Name string - The name of the capacity pool
 - Resource
Group stringName  - The name of the resource group. The name is case insensitive.
 - Volume
Name string - The name of the volume
 
- Account
Name string - The name of the NetApp account
 - Pool
Name string - The name of the capacity pool
 - Resource
Group stringName  - The name of the resource group. The name is case insensitive.
 - Volume
Name string - The name of the volume
 
- account
Name String - The name of the NetApp account
 - pool
Name String - The name of the capacity pool
 - resource
Group StringName  - The name of the resource group. The name is case insensitive.
 - volume
Name String - The name of the volume
 
- account
Name string - The name of the NetApp account
 - pool
Name string - The name of the capacity pool
 - resource
Group stringName  - The name of the resource group. The name is case insensitive.
 - volume
Name string - The name of the volume
 
- account_
name str - The name of the NetApp account
 - pool_
name str - The name of the capacity pool
 - resource_
group_ strname  - The name of the resource group. The name is case insensitive.
 - volume_
name str - The name of the volume
 
- account
Name String - The name of the NetApp account
 - pool
Name String - The name of the capacity pool
 - resource
Group StringName  - The name of the resource group. The name is case insensitive.
 - volume
Name String - The name of the volume
 
listVolumeReplications Result
The following output properties are available:
- Value
List<Pulumi.
Azure Native. Net App. Outputs. Replication Response>  - A list of replications
 
- Value
[]Replication
Response  - A list of replications
 
- value
List<Replication
Response>  - A list of replications
 
- value
Replication
Response[]  - A list of replications
 
- value
Sequence[Replication
Response]  - A list of replications
 
- value List<Property Map>
 - A list of replications
 
Supporting Types
ReplicationResponse 
- Remote
Volume stringResource Id  - The resource ID of the remote volume.
 - Endpoint
Type string - Indicates whether the local volume is the source or destination for the Volume Replication
 - Remote
Volume stringRegion  - The remote region for the other end of the Volume Replication.
 - Replication
Schedule string - Schedule
 
- Remote
Volume stringResource Id  - The resource ID of the remote volume.
 - Endpoint
Type string - Indicates whether the local volume is the source or destination for the Volume Replication
 - Remote
Volume stringRegion  - The remote region for the other end of the Volume Replication.
 - Replication
Schedule string - Schedule
 
- remote
Volume StringResource Id  - The resource ID of the remote volume.
 - endpoint
Type String - Indicates whether the local volume is the source or destination for the Volume Replication
 - remote
Volume StringRegion  - The remote region for the other end of the Volume Replication.
 - replication
Schedule String - Schedule
 
- remote
Volume stringResource Id  - The resource ID of the remote volume.
 - endpoint
Type string - Indicates whether the local volume is the source or destination for the Volume Replication
 - remote
Volume stringRegion  - The remote region for the other end of the Volume Replication.
 - replication
Schedule string - Schedule
 
- remote_
volume_ strresource_ id  - The resource ID of the remote volume.
 - endpoint_
type str - Indicates whether the local volume is the source or destination for the Volume Replication
 - remote_
volume_ strregion  - The remote region for the other end of the Volume Replication.
 - replication_
schedule str - Schedule
 
- remote
Volume StringResource Id  - The resource ID of the remote volume.
 - endpoint
Type String - Indicates whether the local volume is the source or destination for the Volume Replication
 - remote
Volume StringRegion  - The remote region for the other end of the Volume Replication.
 - replication
Schedule String - Schedule
 
Package Details
- Repository
 - azure-native-v2 pulumi/pulumi-azure-native
 - License
 - Apache-2.0