コード例 #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);