23 references to Create
Aspire.Hosting.Azure.Provisioning (10)
BicepValueFactory.cs (10)
51
return BicepValueProxy.
Create
(new BicepValue<string>(value));
62
return BicepValueProxy.
Create
(new BicepValue<int>(value));
73
return BicepValueProxy.
Create
(new BicepValue<bool>(value));
84
return BicepValueProxy.
Create
(new BicepValue<double>(value));
95
return BicepValueProxy.
Create
(new BicepValue<Guid>(value));
108
return BicepValueProxy.
Create
(new BicepValue<Uri>(value));
121
return BicepValueProxy.
Create
(new BicepValue<AzureLocation>(new AzureLocation(name)));
132
return BicepValueProxy.
Create
(new BicepValue<TimeSpan>(value));
148
return BicepValueProxy.
Create
<string>(parameter.AsProvisioningParameter(_infrastructure, bicepIdentifier));
166
return BicepValueProxy.
Create
<string>(expression.AsProvisioningParameter(_infrastructure, bicepIdentifier, isSecure));
Aspire.Hosting.Azure.Provisioning.Tests (13)
BicepValueProxyTests.cs (13)
32
var proxy = BicepValueProxy.
Create
(new BicepValue<string>("value"));
59
var proxy = BicepValueProxy.
Create
(
88
var proxy = BicepValueProxy.
Create
(new BicepValue<int>(42));
102
var proxy = BicepValueProxy.
Create
(
206
var roundTripped = BicepValueProxy.Convert<IPAddress>(BicepValueProxy.
Create
(converted));
221
var proxy = BicepValueProxy.
Create
(source);
259
var proxy = BicepValueProxy.
Create
(new BicepValue<int>(42));
269
var proxy = BicepValueProxy.
Create
(new BicepValue<AzureLocation>(AzureLocation.WestUS2));
282
var proxy = BicepValueProxy.
Create
(new BicepValue<int>(42));
477
assign(BicepValueProxy.
Create
(new BicepValue<int>(42)));
481
() => assign(BicepValueProxy.
Create
(new BicepValue<string>("text"))));
493
assign(BicepValueProxy.
Create
(new BicepValue<int>(42)));
499
assign(BicepValueProxy.
Create
(