コード例 #1
0
 public static CassandraKeyspace GetCassandraKeyspace(this ArmClient client, ResourceIdentifier id)
 {
     return(client.GetClient(() =>
     {
         CassandraKeyspace.ValidateResourceId(id);
         return new CassandraKeyspace(client, id);
     }
                             ));
 }
コード例 #2
0
 public static CassandraKeyspace GetCassandraKeyspace(this ArmClient armClient, ResourceIdentifier id)
 {
     CassandraKeyspace.ValidateResourceId(id);
     return(new CassandraKeyspace(armClient, id));
 }