ProvisioningDeployment.Outputs Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for .NET