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
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for .NET