Skip to main content

ParameterStorageReference

Properties

NameTypeDescriptionNotes
IdStringThe ID of the reference[required]
ConsumerIdStringThe ID of the consumer holding the reference[required]
ParameterIdStringThe ID of the parameter that the reference is pointing to.[required]
NameStringThe human-readable name of the reference[required]
UsageHintStringThe hint string used to validate the reference[optional]

Examples

  • Prepare the resource
$ParameterStorageReference = Initialize-V2025ParameterStorageReference  -Id 4018c3ec-2714-42b5-92e8-232b17333b52 `
-ConsumerId sp-workflow-config `
-ParameterId 58de858b-83d9-4563-9e15-7393594c684a `
-Name Workflow 6d3d0677-b6fb-470c-b931-89195bedcebe `
-UsageHint {"workflowId": "6d3d0677-b6fb-470c-b931-89195bedcebe"}
  • Convert the resource to JSON
$ParameterStorageReference | ConvertTo-JSON

[Back to top]