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
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET