2 instantiations of AzureDeploymentOperationSummary
Aspire.Hosting.Azure (2)
AzureDeploymentOperationDetails.cs (1)
167
internal static AzureDeploymentOperationSummary Empty { get; } =
new
([], [], [], [], []);
Provisioning\Provisioners\BicepProvisioner.cs (1)
1071
return
new
(
12 references to AzureDeploymentOperationSummary
Aspire.Hosting.Azure (12)
AzureDeploymentOperationDetails.cs (1)
167
internal static
AzureDeploymentOperationSummary
Empty { get; } = new([], [], [], [], []);
Provisioning\Provisioners\BicepProvisioner.cs (11)
719
var
summary = await PublishDeploymentOperationSummaryAsync(
956
private async Task<
AzureDeploymentOperationSummary
> PublishDeploymentOperationSummaryAsync(
965
AzureDeploymentOperationSummary
summary;
1006
private async Task<
AzureDeploymentOperationSummary
> GetDeploymentOperationSummaryAsync(
1116
private static ImmutableArray<ResourcePropertySnapshot> CreateDeploymentOperationProperties(
AzureDeploymentOperationSummary
summary)
1148
private static ResourcePropertySnapshot? CreateDeploymentOperationSummaryProperty(
AzureDeploymentOperationSummary
summary)
1228
private static ResourceStateSnapshot CreateDeploymentOperationState(
AzureDeploymentOperationSummary
summary)
1499
public
AzureDeploymentOperationSummary
Current { get; private set; } =
AzureDeploymentOperationSummary
.Empty;
1501
public bool TryUpdate(
AzureDeploymentOperationSummary
summary, bool force)
1514
private static string CreateSignature(
AzureDeploymentOperationSummary
summary)