Dela via


ProvisioningDeployment.Outputs Property

Definition

Gets a dictionary of template outputs from the deployment. This is a simple name/value mapping. You can also get the values directly from any ProvisioningOutput instances as they'll have been updated after a successful deployment and carry additional information - like whether the value is considered secure.

public System.Collections.Generic.IReadOnlyDictionary<string,object?> Outputs { get; }
member this.Outputs : System.Collections.Generic.IReadOnlyDictionary<string, obj>
Public ReadOnly Property Outputs As IReadOnlyDictionary(Of String, Object)

Property Value

Applies to