你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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