예제 #1
0
 public static IApplicationInfoProperties SetEphemeralReplicaTags([NotNull] this IApplicationInfoProperties properties, [NotNull] string replicaName, TagCollection tags)
 => properties.SetReplicaTags(replicaName, ReplicaTagKind.Ephemeral, tags);
예제 #2
0
 public static IApplicationInfoProperties SetPersistentReplicaTags([NotNull] this IApplicationInfoProperties properties, [NotNull] string replicaName, TagCollection tags)
 => properties.SetReplicaTags(replicaName, ReplicaTagKind.Persistent, tags);